CLI Guide

Table Of Contents
Security Commands 1096
User Guidelines
Use this command to restrict authentication to a subset of interfaces. The list
is maintained per interface. Use the command once for each interface on
which the user is allowed to authenticate.
Command History
Command introduced in version 6.6 firmware.
Example
This command creates IAS user Philip and allows authentication for Philip on
Gi1/0/1 and Gi1/0/2 when using the IAS database for authentication.
console(config)#aaa ias-user username Philip
console(config-ias-user)#exit
console(config)#authentication dot1x default ias
console(config)#no dot1x user Philip all
console(config)#dot1x user Philip Gi1/0/1
console(config)#dot1x user Philip Gi1/0/2
show dot1x
Use the show dot1x command to display the global or interface configuration
or the statistics for an interface.
Syntax
show dot1x [supplicant summary {interface-id | all} | detail interface-id
statistics interface-id]
detail—Display detailed information for an interface.
supplicant summary—Display the configuration for a particular
supplicant or all supplicants.
statistics—Display message tx/rx counts
interface-id—An interface (Ethernet) identifier. See Interface Naming
Conventions for interface representation.
Default Configuration
This command has no default configuration.