Jump to content

DMVPN configuration: Difference between revisions

 
(2 intermediate revisions by 2 users not shown)
Line 48: Line 48:
<b>Step 1</b>: enable BGP:<br>[[File:Dmvpn_5_1_v1.png]]
<b>Step 1</b>: enable BGP:<br>[[File:Dmvpn_5_1_v1.png]]
----
----
<b>Step 2</b>: configure BGP instance:<br>[[File:Dmvpn_4_2_v1.png]]
<b>Step 2</b>: configure BGP instance:<br>[[File:Dmvpn_5_2_v1.png]]
----
----
<b>Step 3</b>: configure BGP peer:<br>[[File:Dmvpn_5_3_v1.png]]
<b>Step 3</b>: configure BGP peer:<br>[[File:Dmvpn_5_3_v1.png]]
Line 128: Line 128:
----
----


  router bgp 65001
  router bgp 65002
  bgp log-neighbor-changes
  bgp log-neighbor-changes
  network 10.1.1.0 mask 255.255.255.0
  network 10.1.1.0 mask 255.255.255.0
Line 141: Line 141:
  interface Tunnel0
  interface Tunnel0
  description mGRE - DMVPN Tunnel
  description mGRE - DMVPN Tunnel
  ip address 10.1.1.1 255.255.255.0
  ip address 10.1.1.3 255.255.255.0
  ip nhrp network-id 1
  ip nhrp network-id 1
  ip nhrp nhs dynamic nbma multicast
  ip nhrp nhs dynamic nbma multicast