This example describes a sample configuration procedure that creates custom mappings for PPP terminate reasons.
host1(config)#radius include acct-terminate-cause acct-off enable
host1(config)# run show terminate-code ppp
Radius
Apps Terminate Reason Description Code
--------- -------------------------- -------------------------- ------
ppp authenticate-authenticator authenticate authenticator 17
-timeout timeout
ppp authenticate-challenge-tim authenticate challenge tim 10
eout eout
ppp authenticate-chap-no-resou authenticate chap no resou 10
rces rces
ppp authenticate-chap-peer-aut authenticate chap peer aut 17
henticator-timeout henticator timeout
ppp authenticate-deny-by-peer authenticate deny by peer 17
ppp authenticate-inactivity-ti authenticate inactivity ti 4
meout meout
--More--
host1(config)# terminate-code ppp ?
authenticate-authenticator-timeout Configure authenticate
authenticator timeout
translation
authenticate-challenge-timeout Configure authenticate
challenge timeout translation
authenticate-chap-no-resources Configure authenticate chap no
resources translation
authenticate-chap-peer-
authenticator-timeout Configure authenticate chap
peer authenticator timeout
translation
authenticate-deny-by-peer Configure authenticate deny by
peer translation
--More--
host1(config)#terminate-code ppp authenticate-authenticator-timeout radius 3 host1(config)#terminate-code ppp authenticate-challenge-timeout radius 4
host1(config)#run show terminate-code ppp
Radius
Apps Terminate Reason Description Code
--------- -------------------------- -------------------------- ------
ppp authenticate-authenticator authenticate authenticator 3
-timeout timeout
ppp authenticate-challenge-tim authenticate challenge tim 4
eout eout
ppp authenticate-chap-no-resou authenticate chap no resou 10
rces rces
ppp authenticate-chap-peer-aut authenticate chap peer aut 17
henticator-timeout henticator timeout
ppp authenticate-deny-by-peer authenticate deny by peer 17
ppp authenticate-inactivity-ti authenticate inactivity ti 4
meout meout
ppp authenticate-max-requests authenticate max requests 10
--More--