Hi, people!
I have Cisco 3640 and TACACS+(free Cisco daemon).
My Cisco don't want to set up an IP address for remote user, although it was specified in tacacs cfg. I've been tried a lot with authorization and authentication, but it still works incorrectly. What's wrong?
Cisco's cfg:
aaa new-model
aaa authentication ppp auth-list1 group tacacs+ local
aaa authorization network atz-list1 group tacacs+
aaa accounting network list1 start-stop group tacacs+
...
interface Async103
ip unnumbered Ethernet0/0.5
encapsulation ppp
no ip mroute-cache
dialer in-band
async mode dedicated
peer default ip address 172.16.152.103
ppp callback accept
ppp authentication chap auth-list1
ppp authorization atz-list1
ppp accounting list1
Tacacs' cfg:
user = test {
login = cleartext test
chap = cleartext "test"
service = ppp protocol = ip {addr=172.16.152.150} }
I have Cisco 3640 and TACACS+(free Cisco daemon).
My Cisco don't want to set up an IP address for remote user, although it was specified in tacacs cfg. I've been tried a lot with authorization and authentication, but it still works incorrectly. What's wrong?
Cisco's cfg:
aaa new-model
aaa authentication ppp auth-list1 group tacacs+ local
aaa authorization network atz-list1 group tacacs+
aaa accounting network list1 start-stop group tacacs+
...
interface Async103
ip unnumbered Ethernet0/0.5
encapsulation ppp
no ip mroute-cache
dialer in-band
async mode dedicated
peer default ip address 172.16.152.103
ppp callback accept
ppp authentication chap auth-list1
ppp authorization atz-list1
ppp accounting list1
Tacacs' cfg:
user = test {
login = cleartext test
chap = cleartext "test"
service = ppp protocol = ip {addr=172.16.152.150} }