Господа, добрый день. Не поднимается tunnel интерфейс при настройке DMVPN. Что такое - понять не могу.Первый роутер (ХАБ)
interface Tunnel0
ip address 172.16.214.1 255.255.255.0
ip nhrp map multicast dynamic
ip nhrp network-id 1
tunnel source FastEthernet0/0
tunnel mode gre multipoint
!
interface FastEthernet0/0 // (интерфейс в сторону провайдера)
ip address 1.1.1.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 1.1.1.1
!
no ip http server
no ip http secure-server
Второй роутер (SPOKE)
interface Tunnel0
ip address 172.16.214.2 255.255.255.0
no ip redirects
ip nhrp map 172.16.214.1 1.1.1.2
ip nhrp map multicast 1.1.1.2
ip nhrp network-id 1
ip nhrp nhs 172.16.214.1
tunnel source FastEthernet0/0
tunnel mode gre multipoint
!
interface FastEthernet0/0
ip address 2.2.2.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 2.2.2.1
!
no ip http server
no ip http secure-server
--------------
пинг с 2.2.2.2 до 1.1.1.2 проходит (#ping 1.1.1.2 so 2.2.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.2, timeout is 2 seconds:
Packet sent with a source address of 2.2.2.2
!!!!!
)
Как только я делаю обычный GRE, то все работает. В чем дело?