pbnoscli(config)# tacacs-server host 10.0.0.1
<cr>
auth_type Authentication type, default pap
key Add Key
port TCP port range is <1...65535>, default 49
priority Priority <1..64>, default 1
timeout Transmission timeout interval <0-60>, default 5
pbnoscli(config)# tacacs-server host 10.0.0.1 auth_type
chap chap
login login
mschap mschap
pap pap
pbnoscli(config)# tacacs-server host 10.0.0.1 auth_type pap key key_val port 44 priority 1 timeout 60
pbnoscli(config)# pbnoscli# show tacacs-sever 10.0.0.1
TACPLUS global auth_type pap (Default)
TACPLUS global passkey <EMPTY_STRING> (Default)
TACPLUS global timeout 5 (Default)
=====================================================================================================================
IP Auth_type Passkey Tcp_port Priority Mgmtvrf Timeout
=====================================================================================================================
10.0.0.1 pap key_val 44 1 N/A 60
pbnoscli# pbnoscli# show running-config
configure terminal
aaa authentication failthrough disable
aaa authentication fallback disable
aaa authentication login tacacs+
tacacs-server host 10.0.0.1 auth_type pap key key_val port 44 priority 1 timeout 60
interface mgmt
ip address 10.4.4.52/24 gateway 10.4.4.1
!
pbnoscli# pbnoscli(config)# tacacs
authtype Configure authentication type, default : pap
passkey Specify TACACS server global passkey, default : <EMPTY_STRING>
timeout Specify TACACS server global timeout <0-60>, default : 5
//configuring authentication type
pbnoscli(config)# tacacs authtype
chap chap
login login
mschap mschap
pap pap
pbnoscli(config)# tacacs authtype pap
//configuring tacacs passkey
pbnoscli(config)# tacacs passkey key_value
//configuring timout value
pbnoscli(config)# tacacs timeout 60pbnoscli# show tacacs-sever
TACPLUS global auth_type pap
TACPLUS global passkey key_value
TACPLUS global timeout 60
=====================================================================================================================
IP Auth_type Passkey Tcp_port Priority Mgmtvrf Timeout
=====================================================================================================================
10.0.0.1 pap key_val 44 1 N/A 60
pbnoscli# pbnoscli# show running-config
configure terminal
aaa authentication failthrough disable
aaa authentication fallback disable
aaa authentication login tacacs+
tacacs-server host 10.0.0.1 auth_type pap key key_val port 44 priority 1 timeout 60
tacacs auth_type pap
tacacs passkey key_value
tacacs timeout 60
interface mgmt
ip address 10.4.4.52/24 gateway 10.4.4.1
!
pbnoscli# pbnoscli# configure terminal
pbnoscli(config)# aaa authentication
failthrough Configure failthrough, default : enable
fallback Configure fallback, default : enable
login Configure login, default : local
pbnoscli(config)# aaa authentication failthrough disable
pbnoscli(config)# aaa authentication fallback disable
pbnoscli(config)# aaa authentication login tacacs
pbnoscli(config)#pbnoscli# show aaa authentication
================================
Type Value
================================
Failthrough Disabled
Fallback Disabled
login tacacs
pbnoscli#pbnoscli# show running-config
configure terminal
aaa authentication failthrough disable
aaa authentication fallback disable
aaa authentication login tacacs+
interface mgmt
ip address 10.4.4.52/24 gateway 10.4.4.1
!
pbnoscli# pbnoscli(config)# radius
<cr>
auth-type Authentication type, default pap
key Add key
nasip NAS IP address
retransmit Number of retries, default 3
source-ip source ip address
timeout Transmission timeout interval <1-60>, default 5
pbnoscli(config)# radius timeout 60
pbnoscli(config)# radius source-ip 10.4.4.52
pbnoscli(config)# radius key testing123
pbnoscli(config)# endpbnoscli# show radius
RADIUS global auth_type pap
RADIUS global passkey *****
RADIUS global timeout 5
RADIUS global nasip <EMPTY_STRING> (Default)
RADIUS global source-ip 10.4.4.52
RADIUS global retransmit 3
===========================================================================================================================================
IP Auth_type Passkey Auth-port Priority source-intf retransmit Timeout
===========================================================================================================================================
10.4.4.11 pap N/A 1812 1 N/A 3 5
pbnoscli#pbnoscli# configure terminal
pbnoscli(config)# radius
host Add host
pbnoscli(config)# radius-server host
<ipaddr> A.B.C.D
<ip6addr> A:B::C:D
pbnoscli(config)# radius-server host 10.4.4.11 pbnoscli# show radius 10.4.4.11
RADIUS global auth_type pap
RADIUS global passkey *****
RADIUS global timeout 5
RADIUS global nasip <EMPTY_STRING> (Default)
RADIUS global source-ip 10.4.4.52
RADIUS global retransmit 3
===========================================================================================================================================
IP Auth_type Passkey Auth-port Priority source-intf retransmit Timeout
===========================================================================================================================================
10.4.4.11 pap N/A 1812 1 N/A 3 5
pbnoscli#