Auto Identity
Command or Action
Step 6
address ipv4 {hostname | ipv4-address}
Example:
Switch(config-radius-server)# address ipv4
10.1.1.1
Step 7
key ipv4 {0 string | 7 string} string
Example:
Switch(config-radius-server)# key ipv4
cisco
Step 8
end
Example:
Switch(config-radius-server)# end
Configuring Auto Identity at an Interface Level
When you configure two interface templates, you must configure the merge keyword. If you do not, the last
configured template is used.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type number
4. source template {AI_CLOSED_MODE | AI_LOW_IMPACT_MODE | AI_MONITOR_MODE |
template-name} [merge]
5. source template {AI_CLOSED_MODE | AI_LOW_IMPACT_MODE | AI_MONITOR_MODE |
template-name} [merge]
6. switchport access vlan vlan-id
7. switchport voice vlan vlan-id
8. Repeat Steps 4, 6, and 7 on all interfaces that must have the Auto Identity feature configured.
9. end
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Switch> enable
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1458
Purpose
Configures the IPv4 address for the RADIUS server accounting
and authentication parameters.
This command is not a part of the global template, and
Note
you must configure it.
Specifies the authentication and encryption key for all RADIUS
communications between the device and the RADIUS server.
This command is not a part of the global template, and
Note
you must configure it.
Exits RADIUS server configuration mode and returns to privileged
EXEC mode.
Purpose
Enables privileged EXEC mode.
• Enter your password if prompted.