- Связать два CISCO 878 через G.SHDSL, Vladimir, 19:50 , 28-Окт-08 (1)
Настроить frame-relay - просто и минимальный аверхидс одной стороны interface Serial0 encapsulation frame-relay frame-relay intf-type dce interface Serial0.16 point-to-point ip address х.х.х.1 255.255.255.252 frame-relay interface-dlci 16 с другой стороны не надо "frame-relay intf-type dce" а ип х.х.х.2 (или какие больше подойдут)
- Связать два CISCO 878 через G.SHDSL, Pascal, 15:38 , 29-Окт-08 (2)
Еще вопросик - в комплекте с Cisco шел телефонный кабель 4-pin. На деле будет использоваться 2-х pin, при этом канал будет работать? При подключении заводским кабелем двух 878 и настроек должны ли гореть лампочки G.SHDSL? Если еще другие идеи по реализации настроек, кроме предложенной, если можно то с комментариями.
- Связать два CISCO 878 через G.SHDSL, ogiss, 07:24 , 31-Окт-08 (3)
>Еще вопросик - в комплекте с Cisco шел телефонный кабель 4-pin. На >деле будет использоваться 2-х pin, при этом канал будет работать? При >подключении заводским кабелем двух 878 и настроек должны ли гореть лампочки >G.SHDSL? Если еще другие идеи по реализации настроек, кроме предложенной, если >можно то с комментариями. >R1(ведущий): ! controller DSL 0 mode atm line-term co line-mode 2-wire line-zero dsl-mode shdsl symmetric annex A line-rate auto ! interface ATM0 no ip address no atm ilmi-keepalive ! interface ATM0.1 point-to-point ip address x.x.x.1 255.255.255.252 no snmp trap link-status pvc 8/35 encapsulation aal5snap R2(ведомый): ! controller DSL 0 mode atm line-term cpe line-mode 2-wire line-zero dsl-mode shdsl symmetric annex A line-rate auto ! interface ATM0 no ip address no atm ilmi-keepalive ! interface ATM0/1/0.1 point-to-point ip address x.x.x.2 255.255.255.252 pvc 8/35 encapsulation aal5snap
Канал должен подниматься при использовании стандартного телефонного кабеля (средние контакты четырех проводного кабеля), и G.SHDSL должна гореть.
- Связать два CISCO 878 через G.SHDSL, Pascal, 08:41 , 05-Ноя-08 (4)
Можите пояснить данные две строчки??? >interface ATM0/1/0.1 point-to-point > ip address x.x.x.2 255.255.255.252В общем сконфигурировал два 878 анологично примеру. Результат - поднял DSL, загорелись лампочки CD и в принципе всё, не могу пингануть соседний роутер, не видет его и всё. Что я упустил
- Связать два CISCO 878 через G.SHDSL, ogiss, 09:29 , 06-Ноя-08 (5)
>Можите пояснить данные две строчки??? >>interface ATM0/1/0.1 point-to-point >> ip address x.x.x.2 255.255.255.252 > >В общем сконфигурировал два 878 анологично примеру. Результат - поднял DSL, загорелись >лампочки CD и в принципе всё, не могу пингануть соседний роутер, >не видет его и всё. Что я упустил Надо заменить x.x.x.1 например на 10.0.0.1, а x.x.x.2 на соответственно 10.0.0.2.И после этого эти два ип-адреса должны пинговаться.
- Связать два CISCO 878 через G.SHDSL, Pascal, 09:22 , 19-Ноя-08 (6)
В одной подсетке роутеры связать не получилось, думаю и не получится. Использую как бридж,все работает. --------------------------- Command Task Step 1 no ip routing Disable IP routing. Step 2 bridge 1 protocol ieee Specify the bridge protocol to define the type of Spanning-Tree protocol. Step 3 interface ethernet 0 Enter configuration mode for the Ethernet interface. Step 4 bridge-group 1 Specify the bridge-group number to which the Ethernet interface belongs. Step 5 no shutdown Enable the Ethernet interface. Step 6 exit Exit configuration mode for the Ethernet interface and the router. Step 7 interface ATM 0 Enter configuration mode for the ATM interface. Step 8 pvc 8/35 Create an ATM permanent virtual circuit (PVC) for each end node with which the router communicates. Step 9 encapsulation aal5snap Specify the encapsulation type for the PVC. Step 10 bridge-group 1 Specify the bridge-group number to which the ATM interface belongs. Step 11 no shutdown Enable the ATM interface. Step 12 exit Exit configuration mode for the ATM interface. Chapter 4 Network Scenarios Internet Access Scenarios 4-12 Cisco 800 Series Software Configuration Guide 78-5372-06 Configuration Example The following is a configuration example for this network scenario. You do not have to enter the commands marked “default.” These commands appear automatically in the configuration file generated when you use the show running-config command. no ip routing ! interface Ethernet0 no ip address no ip directed-broadcast (default) bridge-group 1 ! interface ATM0 no ip address no ip directed-broadcast (default) pvc 8/35 encapsulation aal5snap ! bridge-group 1 ! ip classless (default) ! bridge 1 protocol ieee ! end
- Связать два CISCO 878 через G.SHDSL, m0ps, 14:40 , 19-Ноя-08 (7)
>В общем сконфигурировал два 878 анологично примеру. Результат - поднял DSL, загорелись >лампочки CD и в принципе всё, не могу пингануть соседний роутер, >не видет его и всё. Что я упустил а роуты не забыл?
|