Привет!
Прошу помочь, т.к. впервые столкнулся с ISDN на Cisco 800.
Соединение для Dialer2 инициирую с самой cisco путем "ping 123.123.123.28", все проходит и поднимается прекрасно.
Мне выдается IP адрес 123.123.123.245/32 (так и должно быть)
Но удаленную сеть никак не могу пингануть (c cisco).
isdn-ffr-gw#sh ip route
(после установки соединения)
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
192.168.64.0/29 is subnetted, 1 subnets
C 192.168.64.112 is directly connected, Ethernet0
123.123.0.0/32 is subnetted, 3 subnets
C 123.123.123.245 is directly connected, Dialer2
S 123.123.123.28 is directly connected, Dialer2
C 123.123.123.1 is directly connected, Dialer2
S* 0.0.0.0/0 is directly connected, Dialer1
isdn-ffr-gw#
Откуда эта странная запись:
>C 123.123.123.1 is directly connected, Dialer2
Чего я недогладел?
Помогите plz разобраться.
Чтение debug(ов) только усугубляет завал в башке :-)
Конфиг такой:
isdn-gw#sh run
Building configuration...
Current configuration : 1855 bytes
!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug datetime
service timestamps log datetime
service password-encryption
!
hostname isdn-gw
!
boot system flash:c800-y6-mw.121-18.bin
logging buffered 4096 debugging
enable secret 5 XXXXXXXXXXXXX
!
!
!
!
ip subnet-zero
!
no ip domain-lookup
isdn switch-type basic-net3
!
!
!
interface Ethernet0
description LAN
ip address 192.168.64.113 255.255.255.248
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
no fair-queue
ppp authentication chap
ppp multilink
!
interface Dialer1
![..skipped..]
!
interface Dialer2
description Connection to XXX
ip address negotiated
no ip proxy-arp
encapsulation ppp
no ip route-cache
dialer pool 1
dialer remote-name prod1
dialer idle-timeout 600
dialer wait-for-carrier-time 10
dialer string XXXXXXXXXXXX
dialer-group 1
no fair-queue
no cdp enable
ppp authentication pap callin
ppp pap sent-username user1 password 7 XXXXXXXXXXXXXX
ppp multilink
!
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1 permanent
ip route 123.123.123.28 255.255.255.255 Dialer2
!
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
password 7 XXXXXXXXXXXXXXXXX
logging synchronous
stopbits 1
line vty 0 4
exec-timeout 0 0
password 7 XXXXXXXXXXXXXXXXX
logging synchronous
login
!
end
isdn-gw#