Which command displays all 802.1X/MAB sessions that are active on the switch ports of a Cisco Catalyst switch?
Click on the arrows to vote for the correct answer
A. B. C. D.D.
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/s1/sec-s1-xe-3se-3850-cr-book/sec-s1-xe-3se-3850-cr-The correct answer is D. show authentication sessions interface Gi 1/0/x.
Here is a detailed explanation of each answer:
A. show authentication sessions interface Gi1/0/x output
: This command is incorrect because it includes the extra term "output" at the end which is not a valid argument for the show authentication sessions command. This command will result in an error.
B. show authentication sessions
: This command displays all active 802.1X/MAB sessions across all switch ports. However, it does not provide specific details on the switch port where the sessions are active.
C. show authentication sessions output
: This command is incorrect because it also includes the extra term "output" at the end which is not a valid argument for the show authentication sessions command. This command will result in an error.
D. show authentication sessions interface Gi 1/0/x
: This command displays all active 802.1X/MAB sessions on the specific switch port Gi1/0/x. This command is the correct answer to the question.
In summary, the correct command to display all 802.1X/MAB sessions that are active on the switch port of a Cisco Catalyst switch is show authentication sessions interface Gi 1/0/x
.