#configure terminal | Enter configure mode. |
(config)#radius-server login host 10.12.17.11 vrf management seq-num 1 key 7 wawyanb123 auth-port 60000 acct-port 60000 timeout 6 | Specify the radius server ipv4 address to be configured with authentication port number, accounting port number, shared key for management vrf. The radius server should be started with same port number. |
(config)#radius-server login host 10.12.17.11 seq-num 1 key 7 wawyanb123 auth-port 60000 acct-port 60000 timeout 6 | Specify the radius server ipv4 address to be configured with port number for default vrf.The radius server should be started with same port number |
(config)#aaa accounting default vrf management group radius | Enable accounting for radius server configured for vrf management |
(config)#aaa accounting default group radius | Enable accounting for radius server configured for default vrf |