The OpenNET Project / Index page

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




Версия для распечатки Пред. тема | След. тема
Новые ответы [ Отслеживать ]
не строится OSPF на туннелях DMVPN , !*! retrooo_7, 02-Июл-14, 11:10  [смотреть все]
Здрасте всем , буквально вчера перестал строится ospf с филиалами где модемы не понятно из за чего ... В филиале ADSL модем..Где оптика все норм строится

Центр
router ospf 1
redistribute connected subnets route-map vpdnip_ospf
passive-interface GigabitEthernet0/0
network 10.10.10.0 0.0.0.255 area 0
network 10.11.11.0 0.0.0.255 area 0
network 10.200.200.0 0.0.0.255 area 0
network 10.200.201.0 0.0.0.15 area 1
network 192.168.20.0 0.0.0.255 area 1
network 192.168.50.0 0.0.0.255 area 1
network 192.168.52.0 0.0.1.255 area 1
network 192.168.100.0 0.0.0.127 area 1
network 192.168.206.0 0.0.0.255 area 1
network 192.168.207.0 0.0.0.255 area 1
network 192.168.208.0 0.0.3.255 area 1

interface Tunnel1
description to_RO
ip address 10.10.10.1 255.255.255.0
no ip redirects
ip mtu 1416
ip nat inside
ip nhrp authentication tra-tun
ip nhrp map multicast dynamic
ip nhrp network-id 111111
ip nhrp registration no-unique
ip virtual-reassembly in max-reassemblies 64
ip policy route-map from_RO_LAN
ip ospf network broadcast
ip ospf hello-interval 30
ip ospf priority 10
ip ospf cost 100
tunnel source 21.21.206.99
tunnel mode gre multipoint
tunnel key 111111
!
interface Tunnel2
ip address 10.11.11.1 255.255.255.0
no ip redirects
ip mtu 1416
ip nat inside
ip nhrp authentication tra-tun2
ip nhrp map multicast dynamic
ip nhrp network-id 222222
ip nhrp registration no-unique
ip virtual-reassembly in max-reassemblies 64
ip policy route-map from_RO_LAN
ip ospf network broadcast
ip ospf hello-interval 30
ip ospf priority 10
ip ospf cost 200
shutdown
tunnel source 22.22.149.82
tunnel mode gre multipoint
tunnel key 222222

sh ip ospf  neighbor detail

Neighbor 10.200.200.15, interface address 10.11.11.15
    In the area 0 via interface Tunnel2
    Neighbor priority is 0, State is INIT, 1 state changes
    DR is 0.0.0.0 BDR is 0.0.0.0
    Options is 0x0 in Hello
    LLS Options is 0x1 (LR)
    Dead timer due in 00:01:34
    Index 0/0, retransmission queue length 0, number of retransmission 0
    First 0x0(0)/0x0(0) Next 0x0(0)/0x0(0)
    Last retransmission scan length is 0, maximum is 0
    Last retransmission scan time is 0 msec, maximum is 0 msec

sh dmvpn detail

    1 23.27.39.24         10.11.11.3    UP 01:35:13    D      10.11.11.3/32
    1 81.21.34.46         10.11.11.5    UP 01:19:43    D      10.11.11.5/32
    1 91.210.25.16        10.11.11.7    UP 01:43:03    D      10.11.11.7/32
    1 46.173.19.210       10.11.11.9    UP 01:18:07    D      10.11.11.9/32
    1 17.21.128.106     10.11.11.11    UP 01:41:05    D     10.11.11.11/32
    1 77.5.12.240       10.11.11.13    UP 01:51:00   DN     10.11.11.13/32
               Claimed Addr. 192.168.0.2
    1 31.172.11.15       10.11.11.15    UP 01:51:40   DN     10.11.11.15/32
               Claimed Addr. 192.168.88.2
    1 213.7.3.196        10.11.11.63    UP 01:50:44    D     10.11.11.63/32

Проблемный Филиал
router ospf 1
network 10.10.10.0 0.0.0.255 area 0
network 10.11.11.0 0.0.0.255 area 0
network 10.200.200.0 0.0.0.255 area 0
network 192.168.236.0 0.0.3.255 area 15

interface Tunnel1
ip address 10.10.10.15 255.255.255.0
no ip redirects
ip mtu 1416
ip nhrp authentication tra-tun
ip nhrp map 10.10.10.1 21.21.206.99
ip nhrp map multicast 21.21.206.99
ip nhrp network-id 111111
ip nhrp nhs 10.10.10.1
ip nhrp registration no-unique
ip ospf network broadcast
ip ospf hello-interval 30
ip ospf priority 0
ip ospf cost 100
tunnel source 192.168.88.2
tunnel mode gre multipoint
tunnel key 111111
!
interface Tunnel2
ip address 10.11.11.15 255.255.255.0
no ip redirects
ip mtu 1416
ip nhrp authentication tra-tun2
ip nhrp map 10.11.11.1 22.22.149.82
ip nhrp map multicast 22.22.149.82
ip nhrp network-id 222222
ip nhrp nhs 10.11.11.1
ip nhrp registration no-unique
ip ospf network broadcast
ip ospf hello-interval 30
ip ospf priority 0
ip ospf cost 200
tunnel source 192.168.88.2
tunnel mode gre multipoint
tunnel key 222222


Истерю моросю начальство разрывает!!

  • не строится OSPF на туннелях DMVPN , !*! vigogne, 11:42 , 02-Июл-14 (1)
    > Здрасте всем , буквально вчера перестал строится ospf с филиалами где модемы
    > не понятно из за чего ... В филиале ADSL модем..Где оптика
    > все норм строится

    <skip>

    Вполне возможно, что изменился MTU на пути ADSL, а OSPF требует полного совпадения MTU. Попробуйте уменьшить ip mtu до 1400 на всех туннелях, либо сделать  ip ospf mtu-ignore в центре. Если не поможет, смотрите снифы.


  • не строится OSPF на туннелях DMVPN , !*! alecx_, 12:01 , 02-Июл-14 (2)
    > Здрасте всем , буквально вчера перестал строится ospf с филиалами где модемы
    > не понятно из за чего ... В филиале ADSL модем..Где оптика
    > все норм строится

    чтобы не гадать выложите
    debug ip ospf 1 events
    debug ip ospf 1 hello
    debug ip ospf 1 packet

    с двух сторон

    • не строится OSPF на туннелях DMVPN , !*! retrooo_7, 12:18 , 02-Июл-14 (3)
      >> Здрасте всем , буквально вчера перестал строится ospf с филиалами где модемы
      >> не понятно из за чего ... В филиале ADSL модем..Где оптика
      >> все норм строится
      > чтобы не гадать выложите
      > debug ip ospf 1 events
      > debug ip ospf 1 hello
      > debug ip ospf 1 packet
      > с двух сторон

      хмм самое интересное что при переключении на другого провайдера все заработало
      Филиал
      sh ip ospf 1 events

      1    *Jul  2 11:59:11.031: Timer Exp:  if_ack_delayed  0x8AE71D68
      2    *Jul  2 11:59:08.531: RIB Replace, Topo Base, dest 10.100.100.113, mask 255.255.255.255, gw 10.10.10.1, via Tunnel1, source 10.200.200.1, type Ext2
      3    *Jul  2 11:59:08.531: Rcv New Type-5 LSA, LSID 10.100.100.113, Adv-Rtr 10.200.200.1, Seq# 80000001, Age 1
      4    *Jul  2 11:59:08.531: DB add:  10.100.100.113  0x124C30 143
      5    *Jul  2 11:57:22.651: Timer Exp:  if_ack_delayed  0x8AE71D68
      6    *Jul  2 11:57:20.151: Rcv Unchanged Type-3 LSA, LSID 192.168.228.0, Adv-Rtr 10.200.200.11, Seq# 800003D9, Age 2, Area 0
      7    *Jul  2 11:55:26.851: Timer Exp:  if_ack_delayed  0x8AE71D68
      8    *Jul  2 11:55:24.351: Rcv Unchanged Type-3 LSA, LSID 192.168.10.0, Adv-Rtr 10.200.200.63, Seq# 800003D8, Age 2, Area 0
      9    *Jul  2 11:54:36.539: Timer Exp:  if_ack_delayed  0x8AE71D68
      10   *Jul  2 11:54:34.067: Rcv Unchanged Type-3 LSA, LSID 10.200.201.0, Adv-Rtr 10.200.200.1, Seq# 800003DB, Age 1, Area 0
      11   *Jul  2 11:54:34.067: Rcv Unchanged Type-3 LSA, LSID 192.168.20.0, Adv-Rtr 10.200.200.1, Seq# 800003DB, Age 1, Area 0
      12   *Jul  2 11:54:34.067: Rcv Unchanged Type-3 LSA, LSID 192.168.50.0, Adv-Rtr 10.200.200.1, Seq# 800003DB, Age 1, Area 0
      13   *Jul  2 11:54:34.067: Rcv Unchanged Type-3 LSA, LSID 192.168.52.0, Adv-Rtr 10.200.200.1, Seq# 80000330, Age 1, Area 0
      14   *Jul  2 11:54:34.067: Rcv Unchanged Type-3 LSA, LSID 192.168.100.0, Adv-Rtr 10.200.200.1, Seq# 800003DB, Age 1, Area 0
      15   *Jul  2 11:54:34.067: Rcv Unchanged Type-3 LSA, LSID 192.168.206.0, Adv-Rtr 10.200.200.1, Seq# 800003DB, Age 1, Area 0
      16   *Jul  2 11:54:34.067: Rcv Unchanged Type-3 LSA, LSID 192.168.207.0, Adv-Rtr 10.200.200.1, Seq# 800003DB, Age 1, Area 0
      17   *Jul  2 11:54:34.039: Rcv Unchanged Type-3 LSA, LSID 192.168.208.0, Adv-Rtr 10.200.200.1, Seq# 800003DB, Age 1, Area 0
      18   *Jul  2 11:52:06.019: Timer Exp:  if_ack_delayed  0x8AE71D68
      19   *Jul  2 11:52:03.519: Rcv Unchanged Type-3 LSA, LSID 192.168.212.0, Adv-Rtr 10.200.200.3, Seq# 80000028, Age 2, Area 0
      20   *Jul  2 11:48:42.367: DB free:  10.100.100.112  0x124C30 143
      21   *Jul  2 11:48:42.367: delete MAXAGE lsa:  0x8B124C30  0x8B124C30
      22   *Jul  2 11:48:34.867: Timer Exp:  if_ack_delayed  0x8AE71D68
      23   *Jul  2 11:48:32.367: RIB Delete, Topo Base, dest 10.100.100.112, mask 255.255.255.255, gw 10.10.10.1, via Tunnel1, source 10.200.200.1, type Ext2
      24   *Jul  2 11:48:32.367: Insert MAXAGE lsa:  0x8B124C30  10.100.100.112
      25   *Jul  2 11:48:32.367: Rcv Changed Type-5 LSA, LSID 10.100.100.112, Adv-Rtr 10.200.200.1, Seq# 80000002, Age 3600
      26   *Jul  2 11:48:28.579: Timer Exp:  if_ack_delayed  0x8AE71D68


      Центр

      1    Jul  2 12:08:07.216: Rcv Unchanged Type-3 LSA, LSID 192.168.232.0, Adv-Rtr                                                                                                                      10.200.200.13, Seq# 80000003, Age 1, Area 0
      2    Jul  2 12:06:39.404: Generate New Type-5 LSA, LSID 10.100.100.113, Seq# 800                                                                                                                     00001, Age 0
      3    Jul  2 12:06:39.404: DB add:  10.100.100.113  0x86DC6C 61
      4    Jul  2 12:06:39.404: RIB Redist, Topo Base, dest 10.100.100.113, mask 255.2                                                                                                                     55.255.255, Up
      5    Jul  2 12:04:51.016: Rcv Unchanged Type-3 LSA, LSID 192.168.228.0, Adv-Rtr                                                                                                                      10.200.200.11, Seq# 800003D9, Age 1, Area 0
      6    Jul  2 12:02:55.208: Rcv Unchanged Type-3 LSA, LSID 192.168.10.0, Adv-Rtr 1                                                                                                                     0.200.200.63, Seq# 800003D8, Age 1, Area 0
      7    Jul  2 12:02:04.884: Generate Changed Type-3 LSA, LSID 10.200.200.1, Seq# 80000006, Age 0, Area 1
      8    Jul  2 12:02:04.884: Generate Changed Type-3 LSA, LSID 10.200.201.0, Seq# 800003DB, Age 0, Area 0
      9    Jul  2 12:02:04.884: Generate Changed Type-3 LSA, LSID 192.168.20.0, Seq# 800003DB, Age 0, Area 0
      10   Jul  2 12:02:04.884: Generate Changed Type-3 LSA, LSID 192.168.50.0, Seq# 800003DB, Age 0, Area 0
      11   Jul  2 12:02:04.884: Generate Changed Type-3 LSA, LSID 192.168.52.0, Seq# 80000330, Age 0, Area 0
      12   Jul  2 12:02:04.884: Generate Changed Type-3 LSA, LSID 192.168.100.0, Seq# 800003DB, Age 0, Area 0
      13   Jul  2 12:02:04.884: Generate Changed Type-3 LSA, LSID 192.168.206.0, Seq# 800003DB, Age 0, Area 0
      14   Jul  2 12:02:04.884: Generate Changed Type-3 LSA, LSID 192.168.207.0, Seq# 800003DB, Age 0, Area 0
      15   Jul  2 12:02:04.884: Generate Changed Type-3 LSA, LSID 192.168.208.0, Seq# 800003DB, Age 0, Area 0
      16   Jul  2 12:02:04.884: Generate Changed Type-1 LSA, LSID 10.200.200.1, Seq# 80000006, Age 0, Area 1
      17   Jul  2 11:59:34.360: Rcv Unchanged Type-3 LSA, LSID 192.168.212.0, Adv-Rtr 10.200.200.3, Seq# 80000028, Age 1, Area 0
      18   Jul  2 11:56:13.192: DB free:  10.100.100.112  0x86DC6C 61
      19   Jul  2 11:56:13.192: delete MAXAGE lsa:  0x3D86DC6C  0x3D86DC6C
      20   Jul  2 11:56:05.948: Insert MAXAGE lsa:  0x3D86DC6C  10.100.100.112
      21   Jul  2 11:56:05.828: Insert MAXAGE lsa:  0x3D86DC6C  10.100.100.112
      22   Jul  2 11:56:05.764: Insert MAXAGE lsa:  0x3D86DC6C  10.100.100.112
      23   Jul  2 11:56:05.764: Insert MAXAGE lsa:  0x3D86DC6C  10.100.100.112
      24   Jul  2 11:56:05.760: Insert MAXAGE lsa:  0x3D86DC6C  10.100.100.112
      25   Jul  2 11:56:05.740: Insert MAXAGE lsa:  0x3D86DC6C  10.100.100.112
      26   Jul  2 11:56:05.704: Insert MAXAGE lsa:  0x3D86DC6C  10.100.100.112
      27   Jul  2 11:56:05.700: Insert MAXAGE lsa:  0x3D86DC6C  10.100.100.112
      28   Jul  2 11:56:03.192: Insert MAXAGE lsa:  0x3D86DC6C  10.100.100.112
      29   Jul  2 11:56:03.192: Generate Changed Type-5 LSA, LSID 10.100.100.112, Seq# 80000002, Age 3600
      30   Jul  2 11:56:03.192: RIB Redist, Topo Base, dest 10.100.100.112, mask 255.255.255.255, Down
      31   Jul  2 11:55:57.956: Timer Exp:  nbr_hold_dbd  0xAC8C80B
      32   Jul  2 11:55:57.668: Timer Exp:  nbr_hold_dbd  0xAC8C809
      33   Jul  2 11:55:57.304: Timer Exp:  nbr_hold_dbd  0xAC8C807
      34   Jul  2 11:55:56.876: Generate New Type-5 LSA, LSID 10.100.100.112, Seq# 80000001, Age 0
      35   Jul  2 11:55:56.876: DB add:  10.100.100.112  0x86DC6C 61
      36   Jul  2 11:55:56.876: RIB Redist, Topo Base, dest 10.100.100.112, mask 255.255.255.255, Up
      37   Jul  2 11:55:56.752: Timer Exp:  nbr_hold_dbd  0xAC8C803
      38   Jul  2 11:55:56.644: Timer Exp:  nbr_hold_dbd  0xAC8C83F
      39   Jul  2 11:55:56.360: Timer Exp:  nbr_hold_dbd  0xAC8C805
      40   Jul  2 11:55:55.688: Timer Exp:  nbr_hold_dbd  0xAC8C80D
      41   Jul  2 11:55:55.340: Timer Exp:  nbr_hold_dbd  0xAC8C80F
      42   Jul  2 11:55:51.220: Rcv Unchanged Type-3 LSA, LSID 192.168.216.0, Adv-Rtr 10.200.200.5, Seq# 80000250, Age 1, Area 0
      43   Jul  2 11:55:14.248: Generate New Type-5 LSA, LSID 10.100.100.111, Seq# 80000001, Age 0
      44   Jul  2 11:55:14.248: DB add:  10.100.100.111  0x86DD14 61
      45   Jul  2 11:55:14.248: RIB Redist, Topo Base, dest 10.100.100.111, mask 255.255.255.255, Up
      46   Jul  2 11:54:40.992: Interface Tunnel1 state changes from DR to DR
      47   Jul  2 11:54:40.992: Elect DR:  Tunnel1  10.200.200.1
      48   Jul  2 11:54:40.992: Elect BDR:  Tunnel1  0.0.0.0
      49   Jul  2 11:54:40.992: i/f state nbr chg:  Tunnel1  0x5
      50   Jul  2 11:54:39.752: Interface Tunnel1 state changes from DR to DR
      51   Jul  2 11:54:39.752: Elect DR:  Tunnel1  10.200.200.1
      52   Jul  2 11:54:39.752: Elect BDR:  Tunnel1  0.0.0.0
      53   Jul  2 11:54:39.752: i/f state nbr chg:  Tunnel1  0x5
      54   Jul  2 11:54:37.780: Interface Tunnel1 state changes from DR to DR
      55   Jul  2 11:54:37.780: Elect DR:  Tunnel1  10.200.200.1
      56   Jul  2 11:54:37.780: Elect BDR:  Tunnel1  0.0.0.0
      57   Jul  2 11:54:37.780: i/f state nbr chg:  Tunnel1  0x5
      58   Jul  2 11:54:37.208: Interface Tunnel1 state changes from DR to DR
      59   Jul  2 11:54:37.208: Elect DR:  Tunnel1  10.200.200.1
      60   Jul  2 11:54:37.208: Elect BDR:  Tunnel1  0.0.0.0
      61   Jul  2 11:54:37.208: i/f state nbr chg:  Tunnel1  0x5
      62   Jul  2 11:54:34.580: Interface Tunnel1 state changes from DR to DR
      63   Jul  2 11:54:34.580: Elect DR:  Tunnel1  10.200.200.1
      64   Jul  2 11:54:34.580: Elect BDR:  Tunnel1  0.0.0.0
      65   Jul  2 11:54:34.580: i/f state nbr chg:  Tunnel1  0x5
      66   Jul  2 11:54:34.448: Interface Tunnel1 state changes from DR to DR
      67   Jul  2 11:54:34.448: Elect DR:  Tunnel1  10.200.200.1
      68   Jul  2 11:54:34.448: Elect BDR:  Tunnel1  0.0.0.0
      69   Jul  2 11:54:34.448: i/f state nbr chg:  Tunnel1  0x5
      70   Jul  2 11:54:25.412: Interface Tunnel1 state changes from DR to DR
      71   Jul  2 11:54:25.412: Elect DR:  Tunnel1  10.200.200.1
      72   Jul  2 11:54:25.412: Elect BDR:  Tunnel1  0.0.0.0
      73   Jul  2 11:54:25.412: i/f state nbr chg:  Tunnel1  0x5
      74   Jul  2 11:54:18.940: Interface Tunnel1 state changes from DR to DR
      75   Jul  2 11:54:18.940: Elect DR:  Tunnel1  10.200.200.1
      76   Jul  2 11:54:18.940: Elect BDR:  Tunnel1  0.0.0.0
      77   Jul  2 11:54:18.940: i/f state nbr chg:  Tunnel1  0x5
      78   Jul  2 11:54:10.412: End of SPF, Topo Base, SPF time 0ms, next wait-interval 10000ms
      79   Jul  2 11:54:10.412: Generic:  ospf_external_route_sync  0x1
      80   Jul  2 11:54:10.412: Generic:  ospf_external_route_sync  0x1
      81   Jul  2 11:54:10.412: Generic:  ospf_external_route_sync  0x0
      82   Jul  2 11:54:10.412: Generic:  ospf_external_route_sync  0x0
      83   Jul  2 11:54:10.412: Generic:  ospf_external_route_sync  0x0
      84   Jul  2 11:54:10.412: Generic:  ospf_external_route_sync  0x0
      85   Jul  2 11:54:10.412: Starting External processing, Topo Base in area 1
      86   Jul  2 11:54:10.412: Starting External processing, Topo Base in area 0
      87   Jul  2 11:54:10.412: Starting External processing, Topo Base
      88   Jul  2 11:54:10.412: Generic:  post_spf_intra  0x0
      89   Jul  2 11:54:10.412: Starting SPF, Topo Base, wait-interval 10000ms
      90   Jul  2 11:54:05.412: End of SPF, Topo Base, SPF time 0ms, next wait-interval 10000ms
      91   Jul  2 11:54:05.412: Generic:  ospf_external_route_sync  0x1
      92   Jul  2 11:54:05.412: Generic:  ospf_external_route_sync  0x1
      93   Jul  2 11:54:05.412: Generic:  ospf_external_route_sync  0x0
      94   Jul  2 11:54:05.412: Generic:  ospf_external_route_sync  0x0
      95   Jul  2 11:54:05.412: Generic:  ospf_external_route_sync  0x0
      96   Jul  2 11:54:05.412: Generic:  ospf_external_route_sync  0x0
      97   Jul  2 11:54:05.412: Starting External processing, Topo Base in area 1
      98   Jul  2 11:54:05.412: Starting External processing, Topo Base in area 0
      99   Jul  2 11:54:05.412: Starting External processing, Topo Base
      100  Jul  2 11:54:05.412: Generate New Type-3 LSA, LSID 192.168.10.0, Seq# 80000001, Age 0, Area 1
      101  Jul  2 11:54:05.412: DB add:  192.168.10.0  0x86DDBC 63
      102  Jul  2 11:54:05.412: RIB Replace, Topo Base, dest 192.168.10.0, mask 255.255.255.0, gw 10.10.10.63, via Tunnel1, source 10.200.200.63, type Inter
      103  Jul  2 11:54:05.412: Generate New Type-3 LSA, LSID 192.168.212.0, Seq# 80000001, Age 0, Area 1
      104  Jul  2 11:54:05.412: DB add:  192.168.212.0  0x86DE64 63
      105  Jul  2 11:54:05.412: RIB Replace, Topo Base, dest 192.168.212.0, mask 255.255.252.0, gw 10.10.10.3, via Tunnel1, source 10.200.200.3, type Inter
      106  Jul  2 11:54:05.412: Generate New Type-3 LSA, LSID 192.168.216.0, Seq# 80000001, Age 0, Area 1
      107  Jul  2 11:54:05.412: DB add:  192.168.216.0  0x86DF0C 63
      108  Jul  2 11:54:05.412: RIB Replace, Topo Base, dest 192.168.216.0, mask 255.255.252.0, gw 10.10.10.5, via Tunnel1, source 10.200.200.5, type Inter
      109  Jul  2 11:54:05.412: Generate New Type-3 LSA, LSID 192.168.220.0, Seq# 80000001, Age 0, Area 1
      110  Jul  2 11:54:05.412: DB add:  192.168.220.0  0x86DFB4 63
      111  Jul  2 11:54:05.412: RIB Replace, Topo Base, dest 192.168.220.0, mask 255.255.252.0, gw 10.10.10.7, via Tunnel1, source 10.200.200.7, type Inter
      112  Jul  2 11:54:05.412: Generate New Type-3 LSA, LSID 192.168.224.0, Seq# 80000001, Age 0, Area 1
      113  Jul  2 11:54:05.412: DB add:  192.168.224.0  0x86E05C 63
      114  Jul  2 11:54:05.412: RIB Replace, Topo Base, dest 192.168.224.0, mask 255.255.252.0, gw 10.10.10.9, via Tunnel1, source 10.200.200.9, type Inter
      115  Jul  2 11:54:05.412: Generate New Type-3 LSA, LSID 192.168.228.0, Seq# 80000001, Age 0, Area 1
      116  Jul  2 11:54:05.412: DB add:  192.168.228.0  0x86E104 63
      117  Jul  2 11:54:05.412: RIB Replace, Topo Base, dest 192.168.228.0, mask 255.255.252.0, gw 10.10.10.11, via Tunnel1, source 10.200.200.11, type Inter
      118  Jul  2 11:54:05.412: Generic:  ospf_inter_route_sync  0x0
      119  Jul  2 11:54:05.412: Generic:  ospf_inter_route_sync  0x0
      120  Jul  2 11:54:05.412: Starting summary processing, Topo Base, Area 0
      121  Jul  2 11:54:05.412: Generic:  ospf_inter_route_sync  0x1
      122  Jul  2 11:54:05.412: Generic:  ospf_inter_route_sync  0x1
      123  Jul  2 11:54:05.412: Generic:  post_spf_intra  0x0
      124  Jul  2 11:54:05.412: RIB Update, Topo Base, dest 10.11.11.0, mask 255.255.255.0, gw 10.10.10.63, via Tunnel1, source 10.200.200.63, type Intra
      125  Jul  2 11:54:05.412: RIB Update, Topo Base, dest 10.11.11.0, mask 255.255.255.0, gw 10.10.10.11, via Tunnel1, source 10.200.200.11, type Intra
      126  Jul  2 11:54:05.412: RIB Update, Topo Base, dest 10.11.11.0, mask 255.255.255.0, gw 10.10.10.9, via Tunnel1, source 10.200.200.9, type Intra
      127  Jul  2 11:54:05.410: RIB Update, Topo Base, dest 10.11.11.0, mask 255.255.255.0, gw 10.10.10.7, via Tunnel1, source 10.200.200.7, type Intra
      128  Jul  2 11:54:05.410: RIB Update, Topo Base, dest 10.11.11.0, mask 255.255.255.0, gw 10.10.10.5, via Tunnel1, source 10.200.200.5, type Intra
      129  Jul  2 11:54:05.410: RIB Update, Topo Base, dest 10.11.11.0, mask 255.255.255.0, gw 10.10.10.3, via Tunnel1, source 10.200.200.3, type Intra
      130  Jul  2 11:54:05.410: Generic:  ospf_intra_route_sync  0x0
      131  Jul  2 11:54:05.410: Generate New Type-3 LSA, LSID 10.200.200.3, Seq# 80000001, Age 0, Area 1
      132  Jul  2 11:54:05.410: DB add:  10.200.200.3  0x86E1AC 63
      133  Jul  2 11:54:05.410: RIB Replace, Topo Base, dest 10.200.200.3, mask 255.255.255.255, gw 10.10.10.3, via Tunnel1, source 10.200.200.3, type Intra
      134  Jul  2 11:54:05.410: Generate New Type-3 LSA, LSID 10.200.200.5, Seq# 80000001, Age 0, Area 1
      135  Jul  2 11:54:05.410: DB add:  10.200.200.5  0x86E254 63
      136  Jul  2 11:54:05.410: RIB Replace, Topo Base, dest 10.200.200.5, mask 255.255.255.255, gw 10.10.10.5, via Tunnel1, source 10.200.200.5, type Intra
      137  Jul  2 11:54:05.410: Generate New Type-3 LSA, LSID 10.200.200.7, Seq# 80000001, Age 0, Area 1
      138  Jul  2 11:54:05.410: DB add:  10.200.200.7  0x86E2FC 63
      139  Jul  2 11:54:05.410: RIB Replace, Topo Base, dest 10.200.200.7, mask 255.255.255.255, gw 10.10.10.7, via Tunnel1, source 10.200.200.7, type Intra
      140  Jul  2 11:54:05.410: Generate New Type-3 LSA, LSID 10.200.200.9, Seq# 80000001, Age 0, Area 1
      141  Jul  2 11:54:05.410: DB add:  10.200.200.9  0x86E3A4 63
      142  Jul  2 11:54:05.410: RIB Replace, Topo Base, dest 10.200.200.9, mask 255.255.255.255, gw 10.10.10.9, via Tunnel1, source 10.200.200.9, type Intra
      143  Jul  2 11:54:05.409: Generate New Type-3 LSA, LSID 10.200.200.11, Seq# 80000001, Age 0, Area 1
      144  Jul  2 11:54:05.409: DB add:  10.200.200.11  0x86E44C 63
      145  Jul  2 11:54:05.409: RIB Replace, Topo Base, dest 10.200.200.11, mask 255.255.255.255, gw 10.10.10.11, via Tunnel1, source 10.200.200.11, type Intra
      146  Jul  2 11:54:05.409: Generate New Type-3 LSA, LSID 10.200.200.63, Seq# 80000001, Age 0, Area 1
      147  Jul  2 11:54:05.409: DB add:  10.200.200.63  0x86F754 63
      148  Jul  2 11:54:05.409: RIB Replace, Topo Base, dest 10.200.200.63, mask 255.255.255.255, gw 10.10.10.63, via Tunnel1, source 10.200.200.63, type Intra
      149  Jul  2 11:54:05.409: Generic:  ospf_intra_route_sync  0x0
      150  Jul  2 11:54:05.409: Generic:  update_rtr_route  0x0
      151  Jul  2 11:54:05.409: Generic:  update_rtr_route  0x0
      152  Jul  2 11:54:05.409: DB add:  10.11.11.255  0x86E4F4 61
      153  Jul  2 11:54:05.409: Schedule SPF, Topo Base, Area 0, spf-type Prefix Recalculation, Change in LSA Type SN
      154  Jul  2 11:54:05.409: Generic:  update_rtr_route  0x0
      155  Jul  2 11:54:05.409: DB add:  10.11.11.255  0x86E59C 61
      156  Jul  2 11:54:05.409: Schedule SPF, Topo Base, Area 0, spf-type Prefix Recalculation, Change in LSA Type SN
      157  Jul  2 11:54:05.409: Generic:  update_rtr_route  0x0
      158  Jul  2 11:54:05.409: DB add:  10.11.11.255  0x86E644 61
      159  Jul  2 11:54:05.409: Schedule SPF, Topo Base, Area 0, spf-type Prefix Recalculation, Change in LSA Type SN
      160  Jul  2 11:54:05.409: Generic:  update_rtr_route  0x0
      161  Jul  2 11:54:05.409: DB add:  10.11.11.255  0x86E6EC 61
      162  Jul  2 11:54:05.409: Schedule SPF, Topo Base, Area 0, spf-type Prefix Recalculation, Change in LSA Type SN
      163  Jul  2 11:54:05.409: Generic:  update_rtr_route  0x0
      164  Jul  2 11:54:05.409: DB add:  10.11.11.255  0x86E794 61
      165  Jul  2 11:54:05.409: Schedule SPF, Topo Base, Area 0, spf-type Prefix Recalculation, Change in LSA Type SN
      166  Jul  2 11:54:05.409: Generic:  update_rtr_route  0x0
      167  Jul  2 11:54:05.409: DB add:  10.11.11.255  0x86F8A4 61
      168  Jul  2 11:54:05.409: Schedule SPF, Topo Base, Area 0, spf-type Prefix Recalculation, Change in LSA Type SN
      169  Jul  2 11:54:05.409: Generic:  update_rtr_route  0x0
      170  Jul  2 11:54:05.409: Starting Intra-Area SPF, Topo Base, Area 0, spf_type Full
      171  Jul  2 11:54:05.409: Starting SPF, Topo Base, wait-interval 10000ms
      172  Jul  2 11:54:03.481: DB free:  10.100.100.105  0x86F754 61
      173  Jul  2 11:54:03.481: DB free:  10.11.11.1  0x86F8A4 63
      174  Jul  2 11:54:03.473: Insert MAXAGE lsa:  0x3D86F754  10.100.100.105
      175  Jul  2 11:54:03.473: Insert MAXAGE lsa:  0x3D86F8A4  10.11.11.1
      176  Jul  2 11:54:03.457: Insert MAXAGE lsa:  0x3D86F754  10.100.100.105
      177  Jul  2 11:54:03.457: Insert MAXAGE lsa:  0x3D86F8A4  10.11.11.1
      178  Jul  2 11:54:03.421: Insert MAXAGE lsa:  0x3D86F754  10.100.100.105
      179  Jul  2 11:54:03.421: Insert MAXAGE lsa:  0x3D86F8A4  10.11.11.1
      180  Jul  2 11:54:03.417: Insert MAXAGE lsa:  0x3D86F754  10.100.100.105
      181  Jul  2 11:54:03.417: Insert MAXAGE lsa:  0x3D86F8A4  10.11.11.1
      182  Jul  2 11:54:00.909: Generate Changed Type-2 LSA, LSID 10.10.10.1, Seq# 80000002, Age 0, Area 0
      183  Jul  2 11:54:00.909: Schedule SPF, Topo Base, Area 0, spf-type Full, Change in LSA Type NLSID 10.10.10.1, Adv-Rtr 10.200.200.1
      184  Jul  2 11:54:00.409: End of SPF, Topo Base, SPF time 0ms, next wait-interval 10000ms
      185  Jul  2 11:54:00.409: Generic:  ospf_external_route_sync  0x1
      186  Jul  2 11:54:00.409: Generic:  ospf_external_route_sync  0x1
      187  Jul  2 11:54:00.409: Generic:  ospf_external_route_sync  0x0
      188  Jul  2 11:54:00.409: Generic:  ospf_external_route_sync  0x0
      189  Jul  2 11:54:00.409: Generic:  ospf_external_route_sync  0x0
      190  Jul  2 11:54:00.409: Generic:  ospf_external_route_sync  0x0
      191  Jul  2 11:54:00.409: Starting External processing, Topo Base in area 1
      192  Jul  2 11:54:00.409: Starting External processing, Topo Base in area 0
      193  Jul  2 11:54:00.409: Starting External processing, Topo Base
      194  Jul  2 11:54:00.409: Generate New Type-3 LSA, LSID 192.168.232.0, Seq# 80000001, Age 0, Area 1

      • не строится OSPF на туннелях DMVPN , !*! alecx_, 08:58 , 03-Июл-14 (4)
        >[оверквотинг удален]
        > 0x8AE71D68
        > 23   *Jul  2 11:48:32.367: RIB Delete, Topo Base, dest
        > 10.100.100.112, mask 255.255.255.255, gw 10.10.10.1, via Tunnel1, source 10.200.200.1,
        > type Ext2
        > 24   *Jul  2 11:48:32.367: Insert MAXAGE lsa:  0x8B124C30
        >  10.100.100.112
        > 25   *Jul  2 11:48:32.367: Rcv Changed Type-5 LSA, LSID
        > 10.100.100.112, Adv-Rtr 10.200.200.1, Seq# 80000002, Age 3600
        > 26   *Jul  2 11:48:28.579: Timer Exp:  if_ack_delayed  
        > 0x8AE71D68

        Это логи после того как все заработало?

        • не строится OSPF на туннелях DMVPN , !*! retrooo_7, 15:42 , 04-Июл-14 (5)
          >[оверквотинг удален]
          >> 23   *Jul  2 11:48:32.367: RIB Delete, Topo Base, dest
          >> 10.100.100.112, mask 255.255.255.255, gw 10.10.10.1, via Tunnel1, source 10.200.200.1,
          >> type Ext2
          >> 24   *Jul  2 11:48:32.367: Insert MAXAGE lsa:  0x8B124C30
          >>  10.100.100.112
          >> 25   *Jul  2 11:48:32.367: Rcv Changed Type-5 LSA, LSID
          >> 10.100.100.112, Adv-Rtr 10.200.200.1, Seq# 80000002, Age 3600
          >> 26   *Jul  2 11:48:28.579: Timer Exp:  if_ack_delayed
          >> 0x8AE71D68
          > Это логи после того как все заработало?

          Победил!
          Поднял pppoe на cisco и все стабилизировалось...




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

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