Class CriticalAuth
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
SuspendPortBounce
Enable to suspend port bounce when RADIUS servers are unreachable
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "suspendPortBounce")]
public bool SuspendPortBounce { get; set; }
Property Value
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; }