Got it

DMVPN compatibility with cisco

Created: Mar 29, 2019 14:00:57Latest reply: Apr 3, 2019 10:16:51 3729 10 0 0 0
  Rewarded HiCoins: 0 (problem resolved)
Spoke

<Huawei>display  current-configuration interface tunnel 0/0/0

[V200R007C00SPCb00]

#

interface Tunnel0/0/0

 ip address 192.168.10.2 255.255.255.0

 tunnel-protocol gre p2mp

 source 10.201.132.39

 nhrp registration interval 100

 nhrp network-id 220

 nhrp entry 192.168.10.1 10.215.60.225 register



<Huawei>display  nhrp peer all

------------------------------------------------------------------------------- 

Protocol-addr   Mask  NBMA-addr       NextHop-addr    Type         Flag         

------------------------------------------------------------------------------- 

192.168.10.1    32    10.215.60.225   192.168.10.1    static       hub          

------------------------------------------------------------------------------- 

Tunnel interface: Tunnel0/0/0

Created time    : 00:28:09

Expire time     : --


Number of nhrp peers: 1

<Huawei>




HUB


interface Tunnel88090

  ip vrf forwarding AAA

 ip address 192.168.10.1 255.255.255.0

 no ip redirects

 ip nhrp map multicast dynamic

 ip nhrp network-id 220

 ip nhrp holdtime 600

 ip nhrp registration timeout 100

 no ip split-horizon

 tunnel source 10.215.60.225

 tunnel mode gre multipoint

 tunnel vrf Vodafone-3G


when ping

<Huawei>ping 192.168.10.1

  PING 192.168.10.1: 56  data bytes, press CTRL_C to break

    Request time out

    Request time out

    Request time out

    Request time out

    Request time out


  --- 192.168.10.1 ping statistics ---

    5 packet(s) transmitted

    0 packet(s) received

    100.00% packet loss


<Huawei>ping 10.215.60.225

  PING 10.215.60.225: 56  data bytes, press CTRL_C to break

    Reply from 10.215.60.225: bytes=56 Sequence=1 ttl=248 time=778 ms

    Reply from 10.215.60.225: bytes=56 Sequence=2 ttl=248 time=581 ms

    Reply from 10.215.60.225: bytes=56 Sequence=3 ttl=248 time=448 ms

    Reply from 10.215.60.225: bytes=56 Sequence=4 ttl=248 time=468 ms

    Reply from 10.215.60.225: bytes=56 Sequence=5 ttl=248 time=457 ms


  --- 10.215.60.225 ping statistics ---

    5 packet(s) transmitted

    5 packet(s) received

    0.00% packet loss

    round-trip min/avg/max = 448/546/778 ms


<Huawei>




Featured Answers

Recommended answer

chenhui
Admin Created Mar 31, 2019 10:25:06

Posted by Ahemd_Qansuh at 2019-03-31 05:06 <Huawei>ping 10.215.60.225 I could ping from huawei spoke on tunnel destination on cisco hub as a ...
ping 10.215.60.225 success doesn't mean the vpn tunnel established. as I said before, please check if there are routes that towards to the remote peer in the vrf routing-table Vodafone-3G, because you enable the tunnel vrf Vodafone-3G on the cisco router, while you ping 10.215.60.225, the cisco router will not reply the ping request with the routes in the vrf routing-table Vodafone-3G
View more
  • x
  • convention:

All Answers
@Ahemd_Qansuh hi,
please check if the dynamic tunnel has been established on the hub router (cisco router) when you ping the tunnel ip address on the spoke router(huawei router)
View more
  • x
  • convention:

it seems that you bind the tunnel interface to a vpn-instance on cisco router,
from the configuration on the huawei router, it's ok. mayeb you should check the configuration on cisco router.
View more
  • x
  • convention:

s@sim_157
i made configuration on another cisco router as a sopke a*** working fine
View more
  • x
  • convention:

Posted by chenhui at 2019-03-30 01:23 @Ahemd_Qansuh hi,please check if the dynamic tunnel has been established on the hub router (cisco ro ...
#show dmvpn interface Tunnel 0
Legend: Attrb --> S - Static, D - Dynamic, I - Incomplete
N - NATed, L - Local, X - No Socket
T1 - Route Installed, T2 - Nexthop-override
C - CTS Capable
# Ent --> Number of NHRP entries with same NBMA peer
NHS Status: E --> Expecting Replies, R --> Responding, W --> Waiting
UpDn Time --> Up or Down Time for a Tunnel
==========================================================================

Interface: Tunnel0, IPv4 NHRP Details
Type:Unknown, NHRP Peers:1,

# Ent Peer NBMA Addr Peer Tunnel Add State UpDn Tm Attrb
----- --------------- --------------- ----- -------- -----
3 UNKNOWN 192.168.10.2 NHRP never IX
0 UNKNOWN 192.168.10.3 NHRP never IX
0 UNKNOWN 192.168.10.7 NHRP never IX

RAMSIS-R38C-C-EG#
View more
  • x
  • convention:

Posted by Ahemd_Qansuh at 2019-03-30 08:29 #show dmvpn interface Tunnel 0Legend: Attrb --> S - Static, D - Dynamic, I - Incomplete N - ...
as the display result on the cisco router shows, the dmvpn is not established yet.
View more
  • x
  • convention:

Posted by Ahemd_Qansuh at 2019-03-30 08:29 #show dmvpn interface Tunnel 0Legend: Attrb --> S - Static, D - Dynamic, I - Incomplete N - ...
I noticed that there is a command tunnel vrf Vodafone-3G in your cisco configuration, please make sure if there are routes that towards to the remote peer.
View more
  • x
  • convention:

Posted by chenhui at 2019-03-30 15:05 I noticed that there is a command tunnel vrf Vodafone-3G in your cisco configuration, please make ...
<Huawei>ping 10.215.60.225
I could ping from huawei spoke on tunnel destination on cisco hub as a first comment
View more
  • x
  • convention:

Posted by Ahemd_Qansuh at 2019-03-31 05:06 <Huawei>ping 10.215.60.225 I could ping from huawei spoke on tunnel destination on cisco hub as a ...
ping 10.215.60.225 success doesn't mean the vpn tunnel established. as I said before, please check if there are routes that towards to the remote peer in the vrf routing-table Vodafone-3G, because you enable the tunnel vrf Vodafone-3G on the cisco router, while you ping 10.215.60.225, the cisco router will not reply the ping request with the routes in the vrf routing-table Vodafone-3G
View more
  • x
  • convention:

Good!
View more
  • x
  • convention:

12
Back to list

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.