set protocols dot1x interface max-sessions
The set protocols dot1x interface max-sessions command configures the maximum number of NAC sessions that are allowed to be established on a specified interface.
Command Syntax
set protocols dot1x interface <interface-name> max-sessions <max-sessions-number>
Parameter
Parameter | Description |
interface <interface-name> | Specifies a physical interface name. The value is like ge-1/1/1, te-1/1/3, etc. |
max-sessions <max-sessions-number> | Specifies the maximum number of NAC sessions. The value is an integer in the range of 0 to 512. The default value is 0, indicating that there is no limit on the number of NAC sessions. |
Usage Guidelines
This command is configured on a specified interface. Users can also configure the maximum number of NAC sessions globally by using the command set protocols dot1x max-sessions-per-port <max-sessions-number>.
The maximum number of NAC sessions configured on an interface has a higher priority over the value configured globally.
Example
- Configure the maximum number of NAC sessions that are allowed to be established on interface ge-1/1/1 to 30.
admin@Xorplus# set protocols dot1x interface ge-1/1/1 max-sessions 30 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.