The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

[CISCO] как организовать multilink через 2 Async'а (async cisco multilink example serial linux)


<< Предыдущая ИНДЕКС Поиск в статьях src Установить закладку Перейти на закладку Следующая >>
Ключевые слова: async, cisco, multilink, example, serial, linux,  (найти похожие документы)
Date: Wed, 1 Aug 2001 09:21:41 +0000 (UTC) From: "Serge Y. Zhukov" <[email protected]> Newsgroups: fido7.ru.cisco Subject: [CISCO] как организовать multilink через 2 Async'а > Киньте, плизз, куском конфига, как организовать мультилинк через 2 Asynca. > CISCO3640, IOS 12.0. Сделано на Serial, но мне кажется это не принципиально. interface Multilink1 ip address 192.168.0.1 255.255.255.252 no ip directed-broadcast ip accounting output-packets peer default ip address 192.168.0.2 no cdp enable ppp multilink multilink-group 1 ! interface Serial0/0 description MultilinkNIRFISrc0 bandwidth 160 no ip address no ip directed-broadcast encapsulation ppp no ip mroute-cache no fair-queue ppp multilink multilink-group 1 ! interface Serial0/3 description MultilinkNIRFISrc1 bandwidth 144 no ip address no ip directed-broadcast encapsulation ppp no fair-queue ppp multilink multilink-group 1 ! -------- SYZ1-RIPE Serge Y. Zhukov, e-mail: [email protected], phone: +7 (831-2) 38-42-55 System administrator, Sandy Info Ltd. (ISP), Nizhny Novgorod, Russia ------------------------------------------------------------------- From: "Коваль Е." <[email protected]> Newsgroups: fido7.ru.cisco Subject: 134,9| Re: 2 Asynca и multilink "Serge Y. Zhukov" <[email protected]> сообщил/сообщила в новостях следующее: news:[email protected]... > Попробуй сказать на интерфейсах no ip address. > А вообще у тебя на другой стороне Linux точно организует Multilink? > По первозданному конфигу который я уже засылал должно все работать. > У меня тоже сначало (также "LCP open, multilink closed") не завелось по > причине неправильной настройки на стороне FreeBSD. А сейчас вполне пристойно > работает. > > Cisco 2620, FreeBSD 4.3-STABLE with NETGRAPH and MPD (Multi Protocol Daemon) > > SYZ1-RIPE > Serge Y. Zhukov, e-mail: [email protected], phone: +7 (831-2) 38-42-55 > System administrator, Sandy Info Ltd. (ISP), Nizhny Novgorod, Russia > > > Вот конфиг: > > Правда, я уже успел перейти на Virtual-Template > > Выделенка прицеплена на ASYNC 75,76 > > > > router1#show run > > Building configuration... > > > > Current configuration: > > ! > > version 12.0 > > service exec-callback > > service timestamps debug datetime localtime > > service timestamps log datetime localtime > > service password-encryption > > ! > > hostname router1 > > ! > > no logging console > > aaa new-model > > aaa authentication login execcheck group tacacs+ > > aaa authentication login admin local > > aaa authentication ppp ppp_list group tacacs+ > > aaa authorization exec default group tacacs+ local > > aaa authorization network default group tacacs+ > > aaa accounting suppress null-username > > aaa accounting update periodic 1 > > aaa accounting exec default start-stop group radius > > aaa accounting commands 0 default start-stop group radius > > aaa accounting network default start-stop group radius > > aaa accounting connection default start-stop group radius > > aaa accounting system default stop-only group tacacs+ > > ! > > ! > > ! > > ! > > ! > > ip subnet-zero > > ! > > ip audit notify log > > ip audit po max-events 100 > > multilink virtual-template 1 > > frame-relay switching > > ! > > ! > > process-max-time 200 > > ! > > interface Ethernet0/0 > > ip address xxx.xxx.xxx.xxx 255.255.255.240 > > no ip directed-broadcast > > no ip mroute-cache > > no cdp enable > > ! > > interface Serial0/0 > > ip address yyy.yyy.yyy.yyy 255.255.255.224 > > no ip directed-broadcast > > encapsulation frame-relay IETF > > no ip mroute-cache > > no fair-queue > > clockrate 2000000 > > frame-relay traffic-shaping > > frame-relay map ip 195.5.53.1 16 > > frame-relay interface-dlci 16 > > class b384 > > frame-relay lmi-type cisco > > ! > > interface Ethernet0/1 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no cdp enable > > ! > > interface Serial0/1 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no cdp enable > > ! > > interface Serial1/0 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/1 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/2 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/3 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/4 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/5 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/6 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/7 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > interface Virtual-Template1 > > ip unnumbered Ethernet0/0 > > no ip directed-broadcast > > no ip route-cache > > no keepalive > > ppp multilink > > ! > > interface Async75 > > description korosten( first channel ) > > ip unnumbered Ethernet0/0 > > no ip directed-broadcast > > encapsulation ppp > > no ip route-cache > > no ip mroute-cache > > no logging event link-status > > keepalive 20 > > async mode dedicated > > no peer default ip address > > no fair-queue > > pulse-time 0 > > no cdp enable > > ppp multilink > > ! > > interface Async76 > > description Korosten( second channel ) > > ip unnumbered Ethernet0/0 > > no ip directed-broadcast > > encapsulation ppp > > no ip route-cache > > no ip mroute-cache > > no logging event link-status > > keepalive 20 > > async mode dedicated > > no peer default ip address > > no fair-queue > > pulse-time 0 > > no cdp enable > > ppp multilink > > ! > > ip classless > > ip route 0.0.0.0 0.0.0.0 195.5.53.1 > > ip route 195.5.13.129 255.255.255.255 195.5.15.231 > > ip route 195.5.13.130 255.255.255.255 195.5.15.226 > > ip route 195.5.13.131 255.255.255.255 195.5.15.238 > > ip route 195.5.13.132 255.255.255.255 195.5.22.129 > > ip route 195.5.13.133 255.255.255.255 195.5.22.129 > > ip route 195.5.13.135 255.255.255.255 195.5.22.129 > > ip route 195.5.13.136 255.255.255.255 195.5.22.129 > > ip route 195.5.13.137 255.255.255.255 195.5.22.129 > > ip route 195.5.13.138 255.255.255.255 195.5.22.129 > > ip route 195.5.13.139 255.255.255.255 195.5.22.129 > > ip route 195.5.13.140 255.255.255.255 195.5.22.129 > > ip route 195.5.13.141 255.255.255.255 195.5.22.129 > > ip route 195.5.13.142 255.255.255.255 195.5.22.129 > > ip route 195.5.13.143 255.255.255.255 195.5.22.136 > > ip route 195.5.13.143 255.255.255.255 195.5.15.231 > > ip route 195.5.13.144 255.255.255.255 195.5.22.129 > > ip route 195.5.13.150 255.255.255.255 195.5.22.136 > > ip route 195.5.13.151 255.255.255.255 195.5.22.136 > > ip route 195.5.13.152 255.255.255.255 195.5.22.136 > > ip route 195.5.13.153 255.255.255.255 195.5.22.136 > > ip route 195.5.15.224 255.255.255.255 195.5.22.134 > > ip route 195.5.15.225 255.255.255.255 195.5.15.253 > > ip route 195.5.15.226 255.255.255.255 195.5.22.141 > > ip route 195.5.15.227 255.255.255.255 195.5.22.134 > > ip route 195.5.15.228 255.255.255.255 195.5.22.134 > > ip route 195.5.15.229 255.255.255.255 195.5.22.134 > > ip route 195.5.15.230 255.255.255.255 195.5.15.227 > > ip route 195.5.15.232 255.255.255.255 195.5.22.134 > > ip route 195.5.15.233 255.255.255.255 195.5.22.141 > > ip route 195.5.15.234 255.255.255.255 195.5.22.141 > > ip route 195.5.15.235 255.255.255.255 195.5.22.134 > > ip route 195.5.15.236 255.255.255.255 195.5.22.141 > > ip route 195.5.15.237 255.255.255.255 195.5.15.232 > > ip route 195.5.15.238 255.255.255.255 195.5.22.134 > > ip route 195.5.15.239 255.255.255.255 195.5.22.134 > > ip route 195.5.15.240 255.255.255.255 195.5.15.226 > > ip route 195.5.15.241 255.255.255.255 195.5.15.235 > > ip route 195.5.15.242 255.255.255.255 195.5.15.226 > > ip route 195.5.15.243 255.255.255.255 195.5.22.134 > > ip route 195.5.15.244 255.255.255.255 195.5.22.129 > > ip route 195.5.15.245 255.255.255.255 195.5.22.129 > > ip route 195.5.15.246 255.255.255.255 195.5.22.129 > > ip route 195.5.15.247 255.255.255.255 195.5.22.129 > > ip route 195.5.15.249 255.255.255.255 195.5.22.141 > > ip route 195.5.15.250 255.255.255.255 195.5.22.136 > > ip route 195.5.15.251 255.255.255.255 195.5.22.141 > > ip route 195.5.15.252 255.255.255.255 195.5.22.141 > > ip route 195.5.15.253 255.255.255.255 195.5.22.141 > > ip route 195.5.15.254 255.255.255.255 195.5.22.141 > > ip route 195.5.22.128 255.255.255.240 195.5.22.129 > > ip route 195.5.22.128 255.255.255.240 Ethernet0/0 > > ip route 195.5.24.160 255.255.255.224 195.5.22.141 > > no ip http server > > ! > > ip radius source-interface Ethernet0/0 > > ! > > map-class frame-relay b384 > > no frame-relay adaptive-shaping > > frame-relay cir 384000 > > frame-relay bc 384000 > > frame-relay be 0 > > ! > > map-class frame-relay b192 > > no frame-relay adaptive-shaping > > frame-relay cir 192000 > > frame-relay bc 192000 > > frame-relay be 0 > > ! > > map-class frame-relay b128 > > no frame-relay adaptive-shaping > > frame-relay cir 128000 > > frame-relay bc 128000 > > frame-relay be 0 > > ! > > map-class frame-relay b64 > > no frame-relay adaptive-shaping > > frame-relay cir 64000 > > frame-relay bc 64000 > > frame-relay be 0 > > ! > > map-class frame-relay b256 > > no frame-relay adaptive-shaping > > frame-relay cir 256000 > > frame-relay bc 256000 > > frame-relay be 0 > > ! > > map-class frame-relay b320 > > no frame-relay adaptive-shaping > > frame-relay cir 320000 > > frame-relay bc 320000 > > frame-relay be 0 > > ! > > map-class frame-relay b512 > > no frame-relay adaptive-shaping > > frame-relay cir 512000 > > frame-relay bc 512000 > > frame-relay be 0 > > logging 195.5.22.130 > > access-list 2 permit 195.5.22.130 > > no cdp run > > tacacs-server host 195.5.22.130 > > tacacs-server key iopoo > > snmp-server engineID local 00000009020000014235BDA0 > > snmp-server community AAAA RW 50 > > snmp-server host 195.5.22.130 AAAA > > radius-server host 195.5.22.130 auth-port 1645 acct-port 1646 > > radius-server key dfgsdf > > ! > > line con 0 > > exec-timeout 0 0 > > transport input none > > line 65 > > autoselect during-login > > autoselect ppp > > script modem-off-hook off-hook > > script callback idc > > login authentication execcheck > > modem InOut > > transport input all > > escape-character NONE > > callback forced-wait 30 > > callback nodsr-wait 10000 > > stopbits 1 > > speed 57600 > > flowcontrol hardware > > line 66 70 > > autoselect during-login > > autoselect ppp > > script modem-off-hook off-hook > > script callback idc > > login authentication execcheck > > modem InOut > > transport input all > > callback forced-wait 30 > > callback nodsr-wait 10000 > > stopbits 1 > > speed 57600 > > flowcontrol hardware > > line 71 74 > > line 75 76 > > modem InOut > > transport input all > > speed 57600 > > flowcontrol hardware > > line 77 80 > > line aux 0 > > autoselect during-login > > autoselect ppp > > script modem-off-hook offhook > > login authentication execcheck > > modem InOut > > transport input all > > escape-character NONE > > stopbits 1 > > flowcontrol hardware > > line vty 0 4 > > password 7 sdfvsdfgadfhgsfghrt > > ! > > end > > > > > > "Oleg V Prokofiev" <[email protected]> сообщил/сообщила в новостях > следующее: > > news:Pine.SGI.4.33.0108031054400.128262-100000@quark.office.comset.net... > > > On Thu, 2 Aug 2001, Коваль Е. wrote: > > > > > > честно говоря я тебя не понимаю > > > > > > смотри > > > > > > > > > > > > > Вот - все дэбаги включил, и сбросил линию - что получилось: > > > > *May 2 05:58:31: As75 IPCP: State is Closed > > > ^^^^ > > > > > > то есть мы видим дебаг старта ppp на as75 > > > верно? > > > > > > <skipped> > > > > > > > > > > On Thu, 2 Aug 2001, Коваль Е. wrote: > > > > > > > > > > > > > > > Не помогает это. > > > > > > > > debug - никакого результата. > > > > > > > > Оба интерфейса стоят, а мультилинк - нет. > > > > > > > > С keepalive или без оного. Смущает сообшение: > > > > > > > > LCP open, multilink closed. > > > > > > в приведённом дебаге этой фразы нет > > > > > > <skipped> > > > > > > > > > > > > > > > > > > > > > > > > > Сделано на Serial, но мне кажется это не принципиально. > > > > > > > > > > > > > > > > > > > > > > interface Multilink1 > > > > > > > > > > > ip address 192.168.0.1 255.255.255.252 > > > > > > > > > > > no ip directed-broadcast > > > > > > > > > > > ip accounting output-packets > > > > > > > > > > > peer default ip address 192.168.0.2 > > > > > > > > > > > no cdp enable > > > > > > > > > > > ppp multilink > > > > > > > > > > > multilink-group 1 > > > > > > > > > > > ! > > > > > > > > > > > interface Serial0/0 > > > > > > > > > > > description MultilinkNIRFISrc0 > > > > > > > > > > > bandwidth 160 > > > > > > > > > > > no ip address > > > > > > > > > > > no ip directed-broadcast > > > > > > > > > > > encapsulation ppp > > > > > > > > > > > no ip mroute-cache > > > > > > > > > > > no fair-queue > > > > > > > > > > > ppp multilink > > > > > > > > > > > multilink-group 1 > > > > > > > > > > > ! > > > > > > > > > > > interface Serial0/3 > > > > > > > > > > > description MultilinkNIRFISrc1 > > > > > > > > > > > bandwidth 144 > > > > > > > > > > > no ip address > > > > > > > > > > > no ip directed-broadcast > > > > > > > > > > > encapsulation ppp > > > > > > > > > > > no fair-queue > > > > > > > > > > > ppp multilink > > > > > > > > > > > multilink-group 1 > > > > > > > > > > > ! > > > > > > > > > > > > > > > > > я может просмотрел, но это твой конфиг или просто пример? > > > если твой, то причём тогда as75? > > > > > > <skipped> > > > > > > вообще судя по дебагу у тебя вообще циска не пытается поднимать > мултилинк > > > > > > соответственно кинь целиком конфиг циски в эху или в мыло, и ещё у тебя > с > > > другой стороны эти линки на одну и ту же железку с другой стороны > > > приходят? > > > > > > > > > QuarK > > > > > > > -*------------------------------------------------------------------------ From: "Коваль Е." <[email protected]> Newsgroups: fido7.ru.cisco Subject: 134,9| Re: 2 Asynca и multilink УРРРАААА ! Всё заработало ! Точно, другая сторона также должна поддерживать мультилинк, EQL не годится ! Поставили ЛИНУКС с ядром 2.2.19, заработало ! И интерфейс поднялся и всё такое ! Всем спасибо ! "Serge Y. Zhukov" <[email protected]> сообщил/сообщила в новостях следующее: news:[email protected]... > > Попробуй сказать на интерфейсах no ip address. > А вообще у тебя на другой стороне Linux точно организует Multilink? > По первозданному конфигу который я уже засылал должно все работать. > У меня тоже сначало (также "LCP open, multilink closed") не завелось по > причине неправильной настройки на стороне FreeBSD. А сейчас вполне пристойно > работает. > > Cisco 2620, FreeBSD 4.3-STABLE with NETGRAPH and MPD (Multi Protocol Daemon) > > -- > > -------- > SYZ1-RIPE > Serge Y. Zhukov, e-mail: [email protected], phone: +7 (831-2) 38-42-55 > System administrator, Sandy Info Ltd. (ISP), Nizhny Novgorod, Russia > > "Коваль Е." <[email protected]> сообщил/сообщила в новостях следующее: > news:[email protected]... > > Вот конфиг: > > Правда, я уже успел перейти на Virtual-Template > > Выделенка прицеплена на ASYNC 75,76 > > > > router1#show run > > Building configuration... > > > > Current configuration: > > ! > > version 12.0 > > service exec-callback > > service timestamps debug datetime localtime > > service timestamps log datetime localtime > > service password-encryption > > ! > > hostname router1 > > ! > > no logging console > > aaa new-model > > aaa authentication login execcheck group tacacs+ > > aaa authentication login admin local > > aaa authentication ppp ppp_list group tacacs+ > > aaa authorization exec default group tacacs+ local > > aaa authorization network default group tacacs+ > > aaa accounting suppress null-username > > aaa accounting update periodic 1 > > aaa accounting exec default start-stop group radius > > aaa accounting commands 0 default start-stop group radius > > aaa accounting network default start-stop group radius > > aaa accounting connection default start-stop group radius > > aaa accounting system default stop-only group tacacs+ > > ! > > ! > > ! > > ! > > ! > > ip subnet-zero > > ! > > ip audit notify log > > ip audit po max-events 100 > > multilink virtual-template 1 > > frame-relay switching > > ! > > ! > > process-max-time 200 > > ! > > interface Ethernet0/0 > > ip address xxx.xxx.xxx.xxx 255.255.255.240 > > no ip directed-broadcast > > no ip mroute-cache > > no cdp enable > > ! > > interface Serial0/0 > > ip address yyy.yyy.yyy.yyy 255.255.255.224 > > no ip directed-broadcast > > encapsulation frame-relay IETF > > no ip mroute-cache > > no fair-queue > > clockrate 2000000 > > frame-relay traffic-shaping > > frame-relay map ip 195.5.53.1 16 > > frame-relay interface-dlci 16 > > class b384 > > frame-relay lmi-type cisco > > ! > > interface Ethernet0/1 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no cdp enable > > ! > > interface Serial0/1 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no cdp enable > > ! > > interface Serial1/0 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/1 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/2 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/3 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/4 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/5 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/6 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > ! > > interface Serial1/7 > > no ip address > > no ip directed-broadcast > > no ip mroute-cache > > shutdown > > no ignore-hw local-loopback > > no cdp enable > > interface Virtual-Template1 > > ip unnumbered Ethernet0/0 > > no ip directed-broadcast > > no ip route-cache > > no keepalive > > ppp multilink > > ! > > interface Async75 > > description korosten( first channel ) > > ip unnumbered Ethernet0/0 > > no ip directed-broadcast > > encapsulation ppp > > no ip route-cache > > no ip mroute-cache > > no logging event link-status > > keepalive 20 > > async mode dedicated > > no peer default ip address > > no fair-queue > > pulse-time 0 > > no cdp enable > > ppp multilink > > ! > > interface Async76 > > description Korosten( second channel ) > > ip unnumbered Ethernet0/0 > > no ip directed-broadcast > > encapsulation ppp > > no ip route-cache > > no ip mroute-cache > > no logging event link-status > > keepalive 20 > > async mode dedicated > > no peer default ip address > > no fair-queue > > pulse-time 0 > > no cdp enable > > ppp multilink > > ! > > ip classless > > ip route 0.0.0.0 0.0.0.0 195.5.53.1 > > ip route 195.5.13.129 255.255.255.255 195.5.15.231 > > ip route 195.5.13.130 255.255.255.255 195.5.15.226 > > ip route 195.5.13.131 255.255.255.255 195.5.15.238 > > ip route 195.5.13.132 255.255.255.255 195.5.22.129 > > ip route 195.5.13.133 255.255.255.255 195.5.22.129 > > ip route 195.5.13.135 255.255.255.255 195.5.22.129 > > ip route 195.5.13.136 255.255.255.255 195.5.22.129 > > ip route 195.5.13.137 255.255.255.255 195.5.22.129 > > ip route 195.5.13.138 255.255.255.255 195.5.22.129 > > ip route 195.5.13.139 255.255.255.255 195.5.22.129 > > ip route 195.5.13.140 255.255.255.255 195.5.22.129 > > ip route 195.5.13.141 255.255.255.255 195.5.22.129 > > ip route 195.5.13.142 255.255.255.255 195.5.22.129 > > ip route 195.5.13.143 255.255.255.255 195.5.22.136 > > ip route 195.5.13.143 255.255.255.255 195.5.15.231 > > ip route 195.5.13.144 255.255.255.255 195.5.22.129 > > ip route 195.5.13.150 255.255.255.255 195.5.22.136 > > ip route 195.5.13.151 255.255.255.255 195.5.22.136 > > ip route 195.5.13.152 255.255.255.255 195.5.22.136 > > ip route 195.5.13.153 255.255.255.255 195.5.22.136 > > ip route 195.5.15.224 255.255.255.255 195.5.22.134 > > ip route 195.5.15.225 255.255.255.255 195.5.15.253 > > ip route 195.5.15.226 255.255.255.255 195.5.22.141 > > ip route 195.5.15.227 255.255.255.255 195.5.22.134 > > ip route 195.5.15.228 255.255.255.255 195.5.22.134 > > ip route 195.5.15.229 255.255.255.255 195.5.22.134 > > ip route 195.5.15.230 255.255.255.255 195.5.15.227 > > ip route 195.5.15.232 255.255.255.255 195.5.22.134 > > ip route 195.5.15.233 255.255.255.255 195.5.22.141 > > ip route 195.5.15.234 255.255.255.255 195.5.22.141 > > ip route 195.5.15.235 255.255.255.255 195.5.22.134 > > ip route 195.5.15.236 255.255.255.255 195.5.22.141 > > ip route 195.5.15.237 255.255.255.255 195.5.15.232 > > ip route 195.5.15.238 255.255.255.255 195.5.22.134 > > ip route 195.5.15.239 255.255.255.255 195.5.22.134 > > ip route 195.5.15.240 255.255.255.255 195.5.15.226 > > ip route 195.5.15.241 255.255.255.255 195.5.15.235 > > ip route 195.5.15.242 255.255.255.255 195.5.15.226 > > ip route 195.5.15.243 255.255.255.255 195.5.22.134 > > ip route 195.5.15.244 255.255.255.255 195.5.22.129 > > ip route 195.5.15.245 255.255.255.255 195.5.22.129 > > ip route 195.5.15.246 255.255.255.255 195.5.22.129 > > ip route 195.5.15.247 255.255.255.255 195.5.22.129 > > ip route 195.5.15.249 255.255.255.255 195.5.22.141 > > ip route 195.5.15.250 255.255.255.255 195.5.22.136 > > ip route 195.5.15.251 255.255.255.255 195.5.22.141 > > ip route 195.5.15.252 255.255.255.255 195.5.22.141 > > ip route 195.5.15.253 255.255.255.255 195.5.22.141 > > ip route 195.5.15.254 255.255.255.255 195.5.22.141 > > ip route 195.5.22.128 255.255.255.240 195.5.22.129 > > ip route 195.5.22.128 255.255.255.240 Ethernet0/0 > > ip route 195.5.24.160 255.255.255.224 195.5.22.141 > > no ip http server > > ! > > ip radius source-interface Ethernet0/0 > > ! > > map-class frame-relay b384 > > no frame-relay adaptive-shaping > > frame-relay cir 384000 > > frame-relay bc 384000 > > frame-relay be 0 > > ! > > map-class frame-relay b192 > > no frame-relay adaptive-shaping > > frame-relay cir 192000 > > frame-relay bc 192000 > > frame-relay be 0 > > ! > > map-class frame-relay b128 > > no frame-relay adaptive-shaping > > frame-relay cir 128000 > > frame-relay bc 128000 > > frame-relay be 0 > > ! > > map-class frame-relay b64 > > no frame-relay adaptive-shaping > > frame-relay cir 64000 > > frame-relay bc 64000 > > frame-relay be 0 > > ! > > map-class frame-relay b256 > > no frame-relay adaptive-shaping > > frame-relay cir 256000 > > frame-relay bc 256000 > > frame-relay be 0 > > ! > > map-class frame-relay b320 > > no frame-relay adaptive-shaping > > frame-relay cir 320000 > > frame-relay bc 320000 > > frame-relay be 0 > > ! > > map-class frame-relay b512 > > no frame-relay adaptive-shaping > > frame-relay cir 512000 > > frame-relay bc 512000 > > frame-relay be 0 > > logging 195.5.22.130 > > access-list 2 permit 195.5.22.130 > > no cdp run > > tacacs-server host 195.5.22.130 > > tacacs-server key iopoo > > snmp-server engineID local 00000009020000014235BDA0 > > snmp-server community AAAA RW 50 > > snmp-server host 195.5.22.130 AAAA > > radius-server host 195.5.22.130 auth-port 1645 acct-port 1646 > > radius-server key dfgsdf > > ! > > line con 0 > > exec-timeout 0 0 > > transport input none > > line 65 > > autoselect during-login > > autoselect ppp > > script modem-off-hook off-hook > > script callback idc > > login authentication execcheck > > modem InOut > > transport input all > > escape-character NONE > > callback forced-wait 30 > > callback nodsr-wait 10000 > > stopbits 1 > > speed 57600 > > flowcontrol hardware > > line 66 70 > > autoselect during-login > > autoselect ppp > > script modem-off-hook off-hook > > script callback idc > > login authentication execcheck > > modem InOut > > transport input all > > callback forced-wait 30 > > callback nodsr-wait 10000 > > stopbits 1 > > speed 57600 > > flowcontrol hardware > > line 71 74 > > line 75 76 > > modem InOut > > transport input all > > speed 57600 > > flowcontrol hardware > > line 77 80 > > line aux 0 > > autoselect during-login > > autoselect ppp > > script modem-off-hook offhook > > login authentication execcheck > > modem InOut > > transport input all > > escape-character NONE > > stopbits 1 > > flowcontrol hardware > > line vty 0 4 > > password 7 sdfvsdfgadfhgsfghrt > > ! > > end > > > > > другой стороны эти линки на одну и ту же железку с другой стороны > > > приходят? Всё заработало ! Точно, другая сторона также должна поддерживать мультилинк, EQL не годится ! Поставили ЛИНУКС с ядром 2.2.19, заработало ! И интерфейс поднялся и всё такое ! Всем спасибо !

<< Предыдущая ИНДЕКС Поиск в статьях src Установить закладку Перейти на закладку Следующая >>

 Добавить комментарий
Имя:
E-Mail:
Заголовок:
Текст:




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру