Class CriticalAuth
Critical auth settings for when authentication is rejected by the RADIUS server
[DataContract]
public class CriticalAuth
- Inheritance
-
CriticalAuth
- Inherited Members
Constructors
CriticalAuth()
public CriticalAuth()
Properties
DataGroupPolicyId
Group policy Number for voice VLAN
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "dataGroupPolicyId")]
public int? DataGroupPolicyId { get; set; }
Property Value
- int?
DataSgtId
Security Group Tag ID for data VLAN
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "dataSgtId")]
public int? DataSgtId { get; set; }
Property Value
- int?
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
Disable port bounce when RADIUS servers are unreachable
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "suspendPortBounce")]
public bool SuspendPortBounce { get; set; }
Property Value
VoiceGroupPolicyId
Group policy Number for data VLAN
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "voiceGroupPolicyId")]
public int? VoiceGroupPolicyId { get; set; }
Property Value
- int?
VoiceSgtId
Security Group Tag ID for data VLAN
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "voiceSgtId")]
public int? VoiceSgtId { get; set; }
Property Value
- int?
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?