Configuring the Switch
# Switch 10
en
conf t
host Switch10
aaa new-model
int vlan 1
ip address 192.168.0.10 255.255.255.0
no shut
no ip domain-lookup
exit
Last updated
# Switch 10
en
conf t
host Switch10
aaa new-model
int vlan 1
ip address 192.168.0.10 255.255.255.0
no shut
no ip domain-lookup
exit
Last updated
# Switch 10
en
conf t
aaa new-model
username JOR password Passw0rd
username JOR privilege 15
enable password cisco
aaa authentication login default local
end
# Switch 10
conf t
aaa group server tacacs+ CP90x
server name AAA1
end
# Switch 10
conf t
tacacs server AAA1
address ipv4 192.168.0.2
key gns3
end
# Switch 10
conf t
line vty 0 4
transport input all
end
# Switch 10
conf t
aaa authentication login default group CP90x local
end