set protocols dot1x interface host-mode
The set protocols dot1x interface host-mode command configures host access mode on a specified interface.
Command Syntax
set protocols dot1x interface <interface-name> host-mode <single | multiple>
Parameter
Parameter | Description |
interface <interface-name> | Specifies the physical interface name. The value could be ge-1/1/1, xe-1/1/2, and so on. |
host-mode <single | multiple> | Specifies host access mode. The value could be single or multiple.
The default host mode is single. Note that changing host mode from CLI will cause re-authentication for all online users of the port. |
Usage Guidelines
This command is to set the nas-ip field in RADIUS access-request message. The value of the NAS IP address depends on the port connected to the RADIUS authentication server:
- If you use the management interface eth0/eth1 to connect to the RADIUS server, the IP address of the management interface eth0/eth1 should be used for the NAS IP address configured here.
- If you use the L3 VLAN interface to connect to the RADIUS server, the IP address of the L3 VLAN interface should be used for the NAS IP address configured here.
Example
- Configure the host access mode as multiple on interface ge-1/1/1.
admin@Xorplus# set protocols dot1x interface ge-1/1/1 host-mode multiple admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.