Class SsidNamedVlansRadius
RADIUS settings. This param is only valid when authMode is 'open-with-radius' and ipAssignmentMode is not 'NAT mode'.
[DataContract]
public class SsidNamedVlansRadius
- Inheritance
-
SsidNamedVlansRadius
- Inherited Members
Properties
GuestVlan
Guest VLAN settings. Used to direct traffic to a guest VLAN when none of the RADIUS servers are reachable or a client receives access-reject from the RADIUS server.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "guestVlan")]
public SsidNamedVlansRadiusGuestVlan? GuestVlan { get; set; }