URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID6
Нить номер: 13188
[ Назад ]

Исходное сообщение
"Cisco 805 Dial Up"

Отправлено Cap_Flint , 29-Мрт-07 11:27 
Хочу связать две ЛВС. Имеется 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.0

interface Async36
ip address *.*.*.1 255.255.255.252
encapsulation ppp
async mode interactive

line 36
autoselect ppp
modem InOut
modem autoconfigure type usr_courier
transport input all
stopbits 1
speed 115200
flowcontrol hardware

ip route 192.168.2.0 255.255.255.0 Async36

Cisco 805:
interface Ethernet0
ip address 192.168.2.100 255.255.255.0

interface 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 keepalive

line 1
modem InOut
modem autoconfigure type usr_courier
transport input all
stopbits 1
speed 115200
flowcontrol hardware

ip 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.0

interface 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 dedicated

line 36
modem InOut
modem autoconfigure type usr_courier
transport input all
stopbits 1
speed 115200
flowcontrol hardware

ip route 192.168.2.0 255.255.255.0 *.*.*.2

Cisco 805:
interface Ethernet0
ip address 192.168.2.100 255.255.255.0

interface Serial0
physical-layer async
ip address *.*.*.2 255.255.255.252
encapsulation ppp
async mode interactive
no keepalive

line 1
modem InOut
modem autoconfigure type usr_courier
transport input all
stopbits 1
speed 115200
flowcontrol hardware

ip route 192.168.1.0 255.255.255.0 Serial0


Содержание

Сообщения в этом обсуждении
"Cisco 805 Dial Up"
Отправлено Cap_Flint , 29-Мрт-07 15:31 
Для ясности, * означают любые цифры для присвоения IP-адреса. Например *.*.*.1 может присвоен IP-адрес 10.1.1.1 или 192.168.10.1