|
|
ru.cisco- RU.CISCO --------------------------------------------------------------------- From : Andre Sidko 2:4641/77 25 Oct 2005 13:17:06 To : All Subject : Помогите разобраться. --------------------------------------------------------------------------------
Есть две циски 2600 (1-я, в центральном оффисе) и 1700 (2-я, на отделении)
Есть два провайдера которые дают два канала от первого отделения до второго.
1-вый провайдер согласен работать с frame-relay по земной HС-ке, а 2-й по radio
ethernet
Хочу роутинг завязать на ospf
Делаю вот так.
1-я циска (центральный оффис)
1-вый повайдер
*** Skip
interface Serial0/2.6 point-to-point
description = Online to branche 1 =
bandwidth 64
ip address 10.0.2.2 255.255.255.252
no cdp enable
frame-relay interface-dlci 101
!
И вот такой тунель.
*** Skip
interface Tunnel18
description -= Oline to branche 1 =-
ip address 192.168.2.34 255.255.255.252
ip ospf cost 1
tunnel source 10.0.2.2
tunnel destination 10.0.2.1
!
2-й провайдер (который по radio ethernet)
У него есть особенность, он в циску входит через f0/1 вот так:
*** Skip
interface FastEthernet0/1
ip address 81.90.226.65 255.255.255.240
ip accounting output-packets
speed 100
full-duplex
no cdp enable
!
Локальная сеть центрального оффиса вот такая:
*** Skip
interface FastEthernet0/0
ip address 100.8.10.254 255.255.0.0 (я знаю что адресс "белый", но за
пределами сети нашей конторы он не
светится)
ip access-group eo-in in
ip nat outside
duplex auto
speed auto
no cdp enable
!
Тунель вот такой:
interface Tunnel17
description -= rcom to branche 1 =-
bandwidth 64
ip address 192.168.2.18 255.255.255.252
ip ospf cost 254
tunnel source 100.8.10.254
tunnel destination 10.1.2.45
!
Дальше ospf описываю вот так:
router ospf 13
log-adjacency-changes
network 192.168.2.0 0.0.0.255 area 0.0.0.13
network 192.168.2.17 0.0.0.3 area 0.0.0.13
network 192.168.2.33 0.0.0.3 area 0.0.0.13
distribute-list 13 out
!
-----------------------------
Hа отделении конфиг вот такой:
*** Skip
interface Tunnel0
description -= Rcom =-
ip address 192.168.2.17 255.255.255.252
ip ospf cost 254
tunnel source 10.1.2.45
tunnel destination 81.90.226.69
!
interface Tunnel1
description -= Oline =-
ip address 192.168.2.33 255.255.255.252
ip accounting output-packets
ip accounting precedence input
ip ospf cost 1
tunnel source 10.0.2.1
tunnel destination 10.0.2.2
!
interface Ethernet0/0
ip address 10.1.2.45 255.255.255.0
no ip mroute-cache
half-duplex
no cdp enable
!
interface FastEthernet0/0
ip address 192.168.2.10 255.255.255.240
no ip mroute-cache
speed auto
half-duplex
no cdp enable
!
*** Skip
interface Serial1/1
ip address 10.0.2.1 255.255.255.252
encapsulation frame-relay IETF
frame-relay interface-dlci 100
frame-relay lmi-type ansi
!
*** Skip
router ospf 13
router-id 2.2.2.2
log-adjacency-changes
network 100.8.0.0 0.0.255.255 area 0.0.0.13
network 192.168.2.0 0.0.0.15 area 0.0.0.13
network 192.168.2.16 0.0.0.3 area 0.0.0.13
network 192.168.2.32 0.0.0.3 area 0.0.0.13
distribute-list 15 in
!
*** Skip
Hо не работает ospf :( Вроде бы все верно? Кто подскажет в чем дело?
Registered Linux User #347376
UIN 21089807
truly your, Andre.
--- GoldED+/LNX 1.1.5-31012
* Origin: Andre M. Sidko (2:4641/77)
Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.cisco/1884435f2f5c.html, оценка из 5, голосов 10
|