SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip vrf vrf-name
4.
rd route-distinguisher
5.
exit
6.
interface interface-name
7.
ip vrf forwarding vrf-name
8.
ip address ip-address mask [secondary]
9.
exit
10.
aaa group server tacacs+ group-name
11.
server-private {ip-address | name} [nat] [single-connection] [port port-number] [timeout seconds]
[key [0 | 7] string]
12.
ip vrf forwarding vrf-name
13.
ip tacacs source-interface subinterface-name
14.
exit
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Configures a VRF table and enters VRF configuration
mode.
ip vrf vrf-name
Example:
Device(config)# ip vrf cisco
Step 3
Creates routing and forwarding tables for a VRF
instance.
rd route-distinguisher
Example:
Device(config-vrf)# rd 100:1
Step 4
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
892
How to Configure TACACS+