Hi,
on the switch, I'd be expecting a config similar to this one:
sw1.1 # sh conf "aaa"
#
# Module aaa configuration.
#
configure tacacs primary server 192.168.56.2 49 client-ip 192.168.56.121 vr VR-Mgmt
configure tacacs primary shared-secret encrypted "ry{zfd"
enable tacacs
enable tacacs-authorization
On the TACACS+ server, I'd be expecting something similar to:
key = purple
##########################
#### Group Definition ####
##########################
group = admingroup {
default service = permit
service = exec {
priv-lvl = 15
}
}
group = readonly {
default service = deny
service = exec {
priv-lvl = 1
}
}
##########################
#### User Definition #####
##########################
user = stef {
member = admingroup
login = cleartext "extreme"
name = "Stephane"
}
user = bdx8 {
member = readonly
login = des “bT.YIz5L3PG3Y”
name = “BlackDiamond”
cmd = show {
deny ipconfig
deny tacacs
deny edp
}
}