...
run show dot1x interface [gigabit-ethernet <interface-name>]
Parameter
Parameter | Description |
gigabit-ethernet <interface-name> | Optional. Specifies the physical interface name. |
Usage Guidelines
You can use this command to view the NAC authentication information of the client on all the interface enabled with NAC or on a specified interface. This command can also be used to view the dynamic ACL and downloadable ACL information.
...
Code Block |
---|
admin@Xorplus# run show dot1x interface Interface 802.1x MAC-RADIUS WEB HOST-MODE CLIENT-MAC CLIENT-STATUS --------------------------------------------------------------------------------------------------------------------------- ge-1/1/1 disable enable disable single 00:11:22:33:44:55 unauthorized ge-1/1/3 disable enable enable single |
Table
...
1. Description of the run show dot1x interface command output
Item | Description |
Client MAC | Indicates the MAC address of the clients connected to the interface. |
Status | Indicates the authentication status of the client. The value could be unauthorized or authorized. |
Success Auth Method | Indicates the authentication method used when the authentication status is authorized. The value could be Dot1x or MAB. |
Redirect URL | Indicates the redirect URL delivered from the AAA server before Web authentication succeeds. |
Dynamic VLAN ID | Indicates the dynamic VLAN ID delivered from the RADIUS authentication server. The active or inactive in parentheses indicates whether the dynamic VLAN is configured on the switch. |
Downloadable Filter Name | Displays the downloadable filter name that is delivered to the client. |
Downloadable Filter Rule | Displays the downloadable filter rule that is delivered to the client. |
Dynamic Filter Name | Displays the dynamic filter name that is delivered to the client. The active or inactive in parentheses indicates whether the dynamic filter is configured on the switch. |
Interface | Indicates the physical interfaces enabled NAC. |
802.1x | Indicates whether the 802.1X authentication is enabled.
|
MAC-RADIUS | Indicates whether the MAB authentication is enabled.
|
WEB | Indicates whether the Web authentication is enabled.
|
HOST-MODE | Host mode of interface. 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. |
CLIENT-MAC | Indicates the MAC address of the clients connected to the interface. |
CLIENT-STATUS | Indicates the authentication status of the client. The value could be unauthorized or authorized. |