Changes

127 bytes added ,  09:04, 8 January 2021
Line 10: Line 10:  
     <li>At least two RUT9xx routers</li>
 
     <li>At least two RUT9xx routers</li>
 
     <li>A PC to configure the routers</li>
 
     <li>A PC to configure the routers</li>
     <li>(optional) A Cisco router</li>
+
     <li>(optional) A Cisco router</li><li>HUB has to be reachable from spokes (HUB must have Public IP address, or has to be in the same WAN network as Spokes)
 +
</li>
 
</ul>
 
</ul>
 
----
 
----
Line 47: 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_4_2_v1.png]]
+
<b>Step 3</b>: configure BGP peer:<br>[[File:Dmvpn_5_3_v1.png]]
 
----
 
----
 
<b>Step 4</b>: save changes
 
<b>Step 4</b>: save changes
Line 127: 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 140: 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