Cisco Catalyst switches [1]

File:2960x_chapter_0110.pdf

Switch(config)# aaa new-model
Switch(config)# radius-server host <imRAD IP address> auth-port 1812 key <shared secret>
Switch(config)# aaa authentication login default radius local
Switch(config)# radius-server host <imRAD IP address> auth-port 1812 acct-port 1813
Switch(config)# aaa new-model
Switch(config)# aaa group server radius group1
Switch(config-sg-radius)# server <imRAD IP address> auth-port 1812 acct-port 1813
Switch(config-sg-radius)# exit

Switch(config)# aaa authorization network radius
Switch(config)# aaa authorization exec radius
Switch(config)# aaa accounting network start-stop radius
Switch(config)# aaa accounting exec start-stop radius
Cisco Catalyst 2960-X, 2960-L Switch, IOS Release 15.x[2]

File:2960x_chapter_0110.pdf

Switch(config)# aaa new-model
Switch(config)# radius-server host <imRAD IP address> auth-port 1812 acct-port 1813 key <shared secret>
Switch(config)# aaa authentication login default radius local
Switch(config)# aaa authorization network radius
Switch(config)# aaa authorization exec radius
Switch(config)# aaa accounting network start-stop radius
Switch(config)# aaa accounting exec start-stop radius