Table of Contents

Class CriticalAuth

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Critical auth settings for when authentication is rejected by the RADIUS server

[DataContract]
public class CriticalAuth
Inheritance
CriticalAuth
Inherited Members

Properties

DataVlanId

VLAN that clients who use data will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "dataVlanId")]
public int DataVlanId { get; set; }

Property Value

int

SuspendPortBounce

Enable to suspend port bounce when RADIUS servers are unreachable

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "suspendPortBounce")]
public bool SuspendPortBounce { get; set; }

Property Value

bool

VoiceVlanId

VLAN that clients who use voice will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "voiceVlanId")]
public int VoiceVlanId { get; set; }

Property Value

int