device# configure terminal Entering configuration mode terminal
device(config)# radius-server host ? Possible completions: INETADDRESS Domain name or IP Address of this RADIUS server
device(config)# radius-server host 10.38.37.180 use-vrf mgmt-vrf
device(config-host-10.38.37.180/mgmt-vrf)# key "changedsec"
device(config-host-10.38.37.180/mgmt-vrf)# timeout 3
device(config-host-10.38.37.180/mgmt-vrf)# end
Note
This command does not display default values.device# show running-config radius-server host 10.38.37.180 radius-server host 10.38.37.180 use-vrf mgmt-vrf protocol pap key "h8mcoUf2LZF+P+AjaYnO1Q==\n" encryption-level 7 timeout 3 !
Note
To remove a server from the list of configured RADIUS servers, use the no radius-server host command specifying the IP address or hostname of the RADIUS server that is to be removed.