Есть Cisco2522 планируеться использоваться как сервер доступа. Удаленных клиентов 30-50 человек и прописывать их в конфиге Cisco
username *** password ***
очень неудобно и тяжело, опять же статистику вести неудобно, решено подружить эту Циску с Такаксом.
Building configuration...
Current configuration:
!
version 11.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Demsk_GW
!
aaa new-model
aaa authentication login default tacacs+
aaa authentication login no_tacacs enable
aaa authentication ppp default tacacs+
aaa authorization exec tacacs+
aaa authorization network tacacs+
aaa accounting exec start-stop tacacs+
aaa accounting network start-stop tacacs+
enable secret 5 ****
enable password 7 ****
!
ip subnet-zero
ip rcmd rsh-enable
ip rcmd remote-host admin 195.161.37.18 root enable
ip domain-name zsptus.ru
ip name-server 195.161.38.195
async-bootp subnet-mask 255.255.255.248
async-bootp gateway 195.161.38.249
async-bootp dns-server 195.161.37.18 195.161.38.195
!
interface Ethernet0
ip address 195.161.37.17 255.255.255.240
!
interface Serial0
ip address 195.161.38.250 255.255.255.252
no fair-queue
!
interface Serial1
no ip address
shutdown
!
interface Serial2
physical-layer async
description "1 line for DialUp"
ip unnumbered Ethernet0
ip tcp header-compression passive
encapsulation ppp
async mode interactive
peer default ip address 195.161.37.33
no cdp enable
ppp authentication pap chap
!
interface Serial3
physical-layer async
ip unnumbered Ethernet0
ip tcp header-compression passive
encapsulation ppp
async mode interactive
peer default ip address 195.161.37.34
no cdp enable
ppp authentication chap pap
!
interface Serial4
no ip address
shutdown
!
interface Serial5
no ip address
shutdown
!
interface Serial6
no ip address
shutdown
!
interface Serial7
no ip address
shutdown
!
interface Serial8
no ip address
shutdown
!
interface Serial9
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
!
no ip classless
ip route 0.0.0.0 0.0.0.0 Serial0 permanent
!
tacacs-server host 195.161.37.18
tacacs-server key Konglomerat
!
line con 0
login authentication no_tacacs
line 2 3
exec-timeout 0 0
autoselect during-login
autoselect ppp
modem InOut
modem autoconfigure type default
transport input all
rxspeed 115200
txspeed 115200
line aux 0
line vty 0 4
!
end
к циске подключены два внешних модема US Robotics Courier V Everythig.
Когда на циску поступает звонок модем берет трубку, соединяеться, но никакой строчки типа введите login: введите пароль ничего не выводит.
в чем ошибка, где копать?