Хочу связать две ЛВС. Имеется Cisco 2610 (Асинхронный модуль NM-16A) и Cisco 805, к которым подсоединены модемы Robotics.
Настроил Cisco 2610 на прием, а Cisco 805 на дозвон, все отлично соединяется.Cisco 2610:
interface Ethernet0/0
ip address 192.168.1.100 255.255.255.0interface Async36
ip address *.*.*.1 255.255.255.252
encapsulation ppp
async mode interactiveline 36
autoselect ppp
modem InOut
modem autoconfigure type usr_courier
transport input all
stopbits 1
speed 115200
flowcontrol hardwareip route 192.168.2.0 255.255.255.0 Async36
Cisco 805:
interface Ethernet0
ip address 192.168.2.100 255.255.255.0interface Serial0
physical-layer async
ip address *.*.*.2 255.255.255.252
encapsulation ppp
dialer in-band
dialer idle-timeout 600
dialer map ip *.*.*.1 modem-script dozvon 777777
dialer-group 1
async mode dedicated
no keepaliveline 1
modem InOut
modem autoconfigure type usr_courier
transport input all
stopbits 1
speed 115200
flowcontrol hardwareip route 192.168.1.0 255.255.255.0 *.*.*.1
Теперь необходимо настроить маршрутизаторы наоборот Cisco 2610 на дозвон, а Cisco 805 на прием, но не тут то было. Cisco 2610 звонит, а Cisco 805 не откликается (модем не хочет поднимать трубку). В чем может быть проблема?
Конфиг Cisco 2610:
interface Ethernet0/0
ip address 192.168.1.100 255.255.255.0interface Async36
ip address *.*.*.1 255.255.255.252
encapsulation ppp
dialer in-band
dialer map ip *.*.*.2 modem-script dozvon 555555
dialer-group 1
async mode dedicatedline 36
modem InOut
modem autoconfigure type usr_courier
transport input all
stopbits 1
speed 115200
flowcontrol hardwareip route 192.168.2.0 255.255.255.0 *.*.*.2
Cisco 805:
interface Ethernet0
ip address 192.168.2.100 255.255.255.0interface Serial0
physical-layer async
ip address *.*.*.2 255.255.255.252
encapsulation ppp
async mode interactive
no keepaliveline 1
modem InOut
modem autoconfigure type usr_courier
transport input all
stopbits 1
speed 115200
flowcontrol hardwareip route 192.168.1.0 255.255.255.0 Serial0
Для ясности, * означают любые цифры для присвоения IP-адреса. Например *.*.*.1 может присвоен IP-адрес 10.1.1.1 или 192.168.10.1