The OpenNET Project / Index page

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

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"STP и проблемы восстановлением линка."
Вариант для распечатки  
Пред. тема | След. тема 
Форумы Маршрутизаторы CISCO и др. оборудование. (Public)
Изначальное сообщение [ Отслеживать ]

"STP и проблемы восстановлением линка."  
Сообщение от Logos email(ok) on 26-Июн-08, 14:48 
Здравствуйте.
Есть два каталиста 2960, соединенные 2-мя радиолинками. Соответственно, на каталистах поднят STP. в каждый каталист воткнуто по маршрутизатору 2821, на которых поднят ospf. Пока работает основной канал, все Ок. Как только отключаем основной канал (Fa0/1 -> shutdown на рутовом каталисте) stp отрабатывает, т.к. пинг на не рутовый каталист идет, телнет-сессия работает, а вот удаленный маршрутер становится недоступен: пингов нет, ospf не поднимается, все плохо. Теперь поднимаем основной канал (Fa0/1 -> no shutdown): казалось бы, все должно подняться, ан нет: счастья нет, пока на передернешь интерфейсы на не рутовом каталисте (up/down), что достигается перегрузкой по питанию радиомодемов.

Рутовый каталист (Cat_ABK):
------------
spanning-tree mode rapid-pvst
spanning-tree logging
spanning-tree extend system-id
spanning-tree backbonefast
spanning-tree vlan 1,10-11 priority 24576
!
vlan internal allocation policy ascending
!
interface FastEthernet0/1
description Radio link #1
switchport trunk allowed vlan 1
switchport mode trunk
!
interface FastEthernet0/2
description Radio link #2
switchport trunk allowed vlan 1
switchport mode trunk
!
interface FastEthernet0/3
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/4
description Uplink to Internal network
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/5
switchport access vlan 10
switchport mode access
.....
!
interface FastEthernet0/24
description Link to ABK Cisco (2811)
switchport mode trunk
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 10.86.253.2 255.255.255.240
no ip route-cache
!
interface Vlan10
ip address 172.28.192.42 255.255.255.0
no ip route-cache
!
ip default-gateway 172.28.192.15
-------

Не рутовый каталист (Cat_PSP):
---------
spanning-tree mode rapid-pvst
spanning-tree logging
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface FastEthernet0/1
description Radio link #1
switchport trunk allowed vlan 1
switchport mode trunk
!
interface FastEthernet0/2
description Radio link #2
switchport trunk allowed vlan 1
switchport mode trunk
!
interface FastEthernet0/3
description DSL link to CC NPS Purpe
switchport mode trunk
duplex half
spanning-tree bpduguard enable
...
!
interface FastEthernet0/24
description Cisco 2811 router
switchport mode trunk
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 10.86.253.14 255.255.255.240
no ip route-cache
!
interface Vlan10
no ip address
no ip route-cache
!
interface Vlan21
description Local net
ip address 172.28.193.66 255.255.255.192
no ip route-cache
!
ip default-gateway 10.86.253.3
------------

Маршрутер 2821 в рутовом каталисте (ABK):
-----------
interface Loopback0
ip address 192.168.17.7 255.255.255.255
!
interface FastEthernet0/0
description TMX net
no ip address
duplex auto
speed auto
fair-queue
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 10.86.253.4 255.255.255.240
!
...
router ospf 1
log-adjacency-changes
redistribute connected subnets
redistribute static subnets
network 10.86.253.0 0.0.0.31 area 0
network 172.28.192.0 0.0.0.255 area 0
network 192.168.0.0 0.0.255.255 area 0
!
ip forward-protocol nd
---------

Маршрутер 2821 в рутовом каталисте (PSP):
----------
interface Loopback0
ip address 192.168.17.6 255.255.255.255
!
interface FastEthernet0/0
description *** Main interface
ip address 192.168.58.61 255.255.255.248 secondary
ip address 10.86.253.3 255.255.255.240
duplex auto
speed auto
fair-queue
!
interface FastEthernet0/0.20
description *** PSP TMX net
encapsulation dot1Q 20
ip address 10.86.90.33 255.255.255.240
!
interface FastEthernet0/0.21
description *** Local users net
encapsulation dot1Q 21
ip address 172.28.193.65 255.255.255.192
service-policy output OutboundPolicy
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
redistribute connected subnets
redistribute static subnets
network 10.86.253.0 0.0.0.31 area 0
network 192.168.0.0 0.0.255.255 area 0
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 10.86.253.4
----------

Хочется:
1. Нормального резервирования каналов (один пропал - откатились на второй)
2. После восстановления основного канала (Fa0/1) автоматом переходим на него.
3. Минимальная по времени потеря связности при переходах.

Высказать мнение | Ответить | Правка | Cообщить модератору

 Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "STP и проблемы восстановлением линка."  
Сообщение от fantom email(ok) on 26-Июн-08, 17:38 
>[оверквотинг удален]
> network 192.168.0.0 0.0.255.255 area 0
>!
>ip forward-protocol nd
>ip route 0.0.0.0 0.0.0.0 10.86.253.4
>----------
>
>Хочется:
>1. Нормального резервирования каналов (один пропал - откатились на второй)
>2. После восстановления основного канала (Fa0/1) автоматом переходим на него.
>3. Минимальная по времени потеря связности при переходах.

Из личного опыта - не все радиомосты нормально пропускают bpdu.


Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

2. "STP и проблемы восстановлением линка."  
Сообщение от SergTel email(ok) on 26-Июн-08, 22:15 
>Здравствуйте.
>Есть два каталиста 2960, соединенные 2-мя радиолинками. Соответственно, на каталистах поднят STP. в каждый каталист воткнуто по маршрутизатору 2821, на которых поднят ospf. Пока работает основной канал, все Ок. Как только отключаем основной канал (Fa0/1 -> shutdown на рутовом каталисте) stp отрабатывает, т.к. пинг на не рутовый каталист идет, телнет-сессия работает, а вот удаленный маршрутер становится недоступен: пингов нет, ospf не поднимается, все плохо. Теперь поднимаем основной канал (Fa0/1 -> no shutdown): казалось бы, все должно подняться, ан нет: счастья нет, пока на передернешь интерфейсы на не рутовом каталисте (up/down), что достигается перегрузкой по питанию радиомодемов.
>
>Рутовый каталист (Cat_ABK):
>------------
>>!

interface Port-channel1
switchport mode trunk
flowcontrol send off

>interface FastEthernet0/1
> description Radio link #1
> switchport trunk allowed vlan 1
> switchport mode trunk

channel-group 1 mode desirable
>!
>interface FastEthernet0/2
> description Radio link #2
> switchport trunk allowed vlan 1
> switchport mode trunk

channel-group 1 mode desirable
>!
>
>Не рутовый каталист (Cat_PSP):
>---------
>!

interface Port-channel1
switchport mode trunk
flowcontrol send off

>interface FastEthernet0/1
> description Radio link #1
> switchport trunk allowed vlan 1
> switchport mode trunk

channel-group 1 mode desirable
>!
>interface FastEthernet0/2
> description Radio link #2
> switchport trunk allowed vlan 1
> switchport mode trunk

channel-group 1 mode desirable
>!
>
>Хочется:
>1. Нормального резервирования каналов (один пропал - откатились на второй)
>2. После восстановления основного канала (Fa0/1) автоматом переходим на него.
>3. Минимальная по времени потеря связности при переходах.

1.Резервирование,балансировка работают передают оба интерфейса
2.При потере 1 канала скорость на канальном порту станет в половину меньше
3.Все работает на L-2 уровне

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

3. "STP и проблемы восстановлением линка."  
Сообщение от Logos email(ok) on 27-Июн-08, 07:02 
>
>1.Резервирование,балансировка работают передают оба интерфейса
>2.При потере 1 канала скорость на канальном порту станет в половину меньше
>
>3.Все работает на L-2 уровне

Заманчиво. Но возникает вопрос: момент перехода будет определяться только по падению/поднятию линка на интерфейсе или как-то еще? (какие-то служебные пакеты типа keepalive или BPDU в spanning tree)

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

5. "STP и проблемы восстановлением линка."  
Сообщение от SergTel email(ok) on 27-Июн-08, 07:49 
>>
>>1.Резервирование,балансировка работают передают оба интерфейса
>>2.При потере 1 канала скорость на канальном порту станет в половину меньше
>>
>>3.Все работает на L-2 уровне
>
>Заманчиво. Но возникает вопрос: момент перехода будет определяться только по падению/поднятию линка
>на интерфейсе или как-то еще? (какие-то служебные пакеты типа keepalive или
>BPDU в spanning tree)

Два физических интерфейса обьединяються в одно логическое с новым маком,обьединять можно до 8 интерфейсов на 29 серии
При таком методе нет перехода данные идут по двум каналам  паралельно балансируя нагрузку по физ интерфейсам
Можно выбрать другой режим основной-запасной, но в вашем случае думаю это не эффективно
статус сотояния порта определяет куда отправляется пакет(на какой интерфейс)
Для полного понимания почитайте:
http://www.cisco.com/en/US/docs/switches/lan/catalyst2960/so...

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

4. "STP и проблемы восстановлением линка."  
Сообщение от ilya (ok) on 27-Июн-08, 07:37 
у вас STP работает корректно?
что показывает sh spanning-tree для каждого коммутатора при двух линках? при одном основно, одном резервном?
Как правильно вам сказали - не все радиолинки одинаково полезны.
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

6. "STP и проблемы восстановлением линка."  
Сообщение от Logos email(ok) on 27-Июн-08, 13:19 
>у вас STP работает корректно?
>что показывает sh spanning-tree для каждого коммутатора при двух линках? при одном
>основно, одном резервном?
>Как правильно вам сказали - не все радиолинки одинаково полезны.

spanning-tree до обрыва
Рутовый каталист ABK:
---------
Cat_ABK#sh spanning-tree

VLAN0001
  Spanning tree enabled protocol rstp
  Root ID    Priority    24577
             Address     001c.b048.cb00
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    24577  (priority 24576 sys-id-ext 1)
             Address     001c.b048.cb00
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/1            Desg FWD 19        128.1    Shr
Fa0/2            Desg FWD 19        128.2    Shr
Fa0/11           Desg FWD 19        128.11   P2p
Fa0/13           Desg FWD 19        128.13   P2p
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0002
  Spanning tree enabled protocol rstp
  Root ID    Priority    32770
             Address     001c.b048.cb00
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32770  (priority 32768 sys-id-ext 2)
             Address     001c.b048.cb00
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/13           Desg FWD 19        128.13   P2p
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0003
  Spanning tree enabled protocol rstp
  Root ID    Priority    32771
             Address     001c.b048.cb00
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32771  (priority 32768 sys-id-ext 3)
             Address     001c.b048.cb00
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/13           Desg FWD 19        128.13   P2p
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0004
  Spanning tree enabled protocol rstp
  Root ID    Priority    32772
             Address     001c.b048.cb00
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32772  (priority 32768 sys-id-ext 4)
             Address     001c.b048.cb00
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/13           Desg FWD 19        128.13   P2p
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0005
  Spanning tree enabled protocol rstp
  Root ID    Priority    32773
             Address     001c.b048.cb00
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32773  (priority 32768 sys-id-ext 5)
             Address     001c.b048.cb00
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/13           Desg FWD 19        128.13   P2p
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p
--More--
---------

Не рутовый каталист PSP:
---------
CatPSP581#sh spanning-tree

VLAN0001
  Spanning tree enabled protocol rstp
  Root ID    Priority    24577
             Address     001c.b048.cb00
             Cost        19
             Port        1 (FastEthernet0/1)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32769  (priority 32768 sys-id-ext 1)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/1            Root FWD 19        128.1    Shr
Fa0/2            Altn BLK 19        128.2    Shr
Fa0/3            Desg FWD 19        128.3    Shr Peer(STP)
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0002
  Spanning tree enabled protocol rstp
  Root ID    Priority    32770
             Address     001b.54cc.4280
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32770  (priority 32768 sys-id-ext 2)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Desg FWD 19        128.3    Shr
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0003
  Spanning tree enabled protocol rstp
  Root ID    Priority    32771
             Address     001b.54cc.4280
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32771  (priority 32768 sys-id-ext 3)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Desg FWD 19        128.3    Shr
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0004
  Spanning tree enabled protocol rstp
  Root ID    Priority    32772
             Address     001b.54cc.4280
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32772  (priority 32768 sys-id-ext 4)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Desg FWD 19        128.3    Shr
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0005
  Spanning tree enabled protocol rstp
  Root ID    Priority    32773
             Address     001b.54cc.4280
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32773  (priority 32768 sys-id-ext 5)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Desg FWD 19        128.3    Shr
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0006
  Spanning tree enabled protocol rstp
  Root ID    Priority    32774
             Address     001b.54cc.4280
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32774  (priority 32768 sys-id-ext 6)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Desg FWD 19        128.3    Shr
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0007
  Spanning tree enabled protocol rstp
  Root ID    Priority    32775
             Address     001b.54cc.4280
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32775  (priority 32768 sys-id-ext 7)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Desg FWD 19        128.3    Shr
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0008
  Spanning tree enabled protocol rstp
  Root ID    Priority    32776
             Address     001b.54cc.4280
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32776  (priority 32768 sys-id-ext 8)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Desg FWD 19        128.3    Shr
Fa0/24           Desg FWD 19        128.24   P2p

--More--
---------


spanning-tree после обрыва основного линка:
ABK:
---------
Cat_ABK#sh spanning-tree

VLAN0001
  Spanning tree enabled protocol rstp
  Root ID    Priority    24577
             Address     001c.b048.cb00
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    24577  (priority 24576 sys-id-ext 1)
             Address     001c.b048.cb00
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/2            Desg FWD 19        128.2    Shr
Fa0/11           Desg FWD 19        128.11   P2p
Fa0/13           Desg FWD 19        128.13   P2p
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0002
  Spanning tree enabled protocol rstp
  Root ID    Priority    32770
             Address     001c.b048.cb00
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32770  (priority 32768 sys-id-ext 2)
             Address     001c.b048.cb00
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/13           Desg FWD 19        128.13   P2p
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0003
  Spanning tree enabled protocol rstp
  Root ID    Priority    32771
             Address     001c.b048.cb00
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32771  (priority 32768 sys-id-ext 3)
             Address     001c.b048.cb00
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/13           Desg FWD 19        128.13   P2p
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0004
  Spanning tree enabled protocol rstp
  Root ID    Priority    32772
             Address     001c.b048.cb00
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32772  (priority 32768 sys-id-ext 4)
             Address     001c.b048.cb00
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/13           Desg FWD 19        128.13   P2p
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p
--More--
---------

PSP:
---------
CatPSP581#sh spa

VLAN0001
  Spanning tree enabled protocol rstp
  Root ID    Priority    24577
             Address     001c.b048.cb00
             Cost        19
             Port        2 (FastEthernet0/2)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32769  (priority 32768 sys-id-ext 1)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/1            Desg FWD 19        128.1    Shr
Fa0/2            Root FWD 19        128.2    Shr
Fa0/3            Desg FWD 19        128.3    Shr Peer(STP)
Fa0/23           Desg FWD 19        128.23   P2p
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0002
  Spanning tree enabled protocol rstp
  Root ID    Priority    32770
             Address     001b.54cc.4280
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32770  (priority 32768 sys-id-ext 2)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Desg FWD 19        128.3    Shr
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0003
  Spanning tree enabled protocol rstp
  Root ID    Priority    32771
             Address     001b.54cc.4280
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32771  (priority 32768 sys-id-ext 3)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Desg FWD 19        128.3    Shr
Fa0/24           Desg FWD 19        128.24   P2p


VLAN0004
  Spanning tree enabled protocol rstp
  Root ID    Priority    32772
             Address     001b.54cc.4280
             This bridge is the root
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32772  (priority 32768 sys-id-ext 4)
             Address     001b.54cc.4280
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time 300

Interface        Role Sts Cost      Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/3            Desg FWD 19        128.3    Shr
Fa0/24           Desg FWD 19        128.24   P2p

--More--
---------


На циске, включенной в рутовый каталист два последних нейбора не поднимаются:
abk#sh ip os nei

Neighbor ID     Pri   State           Dead Time   Address         Interface
192.168.17.1      1   FULL/BDR        00:00:33    172.28.192.15   FastEthernet0/0.10
192.168.17.4      1   FULL/DROTHER    00:00:35    172.28.192.16   FastEthernet0/0.10
192.168.17.3      1   DOWN/DROTHER       -        10.86.253.1     FastEthernet0/0.1
192.168.17.6      1   DOWN/DROTHER       -        10.86.253.3     FastEthernet0/0.1

Дальний маршрутизатор не доступен, хотя OSPF-пакеты на обоих концах бегают (видно по deb ip ospf packet)
MAC-адреса друг друга маршрутизаторы видят.
Вот на ближнем:
abk#sh arp | i 10.86.253.3
Internet  10.86.253.3            29   001b.54dd.2728  ARPA   FastEthernet0/0.1
а это на дальнем:
psp#sh arp | i 10.86.253.4
Internet  10.86.253.4            56   001b.d470.0908  ARPA   FastEthernet0/0

т.е. все хорошо, но ничего не работает.
Поможите, кто чем может!

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

7. "STP и проблемы восстановлением линка."  
Сообщение от SergTel email(ok) on 27-Июн-08, 13:41 
>[оверквотинг удален]
>-----------
>interface FastEthernet0/0.1
> encapsulation dot1Q 1 native
> ip address 10.86.253.4 255.255.255.240
>
>Маршрутер 2821 в рутовом каталисте (PSP):
>----------
>interface Loopback0
> ip address 192.168.17.6 255.255.255.255
>!

А здесь почему поставил прием-передача не тэгированных пакетов?
>interface FastEthernet0/0
> description *** Main interface
> ip address 192.168.58.61 255.255.255.248 secondary
> ip address 10.86.253.3 255.255.255.240
> duplex auto
> speed auto
> fair-queue

а должно быть:
interface FastEthernet0/0
duplex auto
speed auto
fair-queue

interface FastEthernet0/0.1
description *** Main interface
encapsulation dot1Q 1 native
ip address 192.168.58.61 255.255.255.248 secondary
ip address 10.86.253.3 255.255.255.240

>[оверквотинг удален]
> description *** PSP TMX net
> encapsulation dot1Q 20
> ip address 10.86.90.33 255.255.255.240
>!
>interface FastEthernet0/0.21
> description *** Local users net
> encapsulation dot1Q 21
> ip address 172.28.193.65 255.255.255.192
> service-policy output OutboundPolicy
>!

На рутер принимаешь только 20 и 21 vlan
да забыл а зачем редистрибьютишь подключенные сети и статику в оспф?


Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




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

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