Posts

Showing posts from March, 2016

DMVPN QoS

Image
DMVPN QoS      In this topology, R1 is DMVPN HUB router, R2-R4 are spoke routers. R1-R4 have default route point to R5, so all routers have reachability on their outside interfaces. 1. Create DMVPN Hub: R1#sh run int tun0 Building configuration... Current configuration : 242 bytes ! interface Tunnel0  ip address 192.168.0.1 255.255.255.0  no ip redirects  ip nhrp map multicast dynamic  ip nhrp network-id 1  tunnel source FastEthernet0/0  tunnel mode gre multipoint  end Spoke: R2-R4: interface Tunnel0  ip address 192.168.0.[2-4] 255.255.255.0  no ip redirects  ip nhrp map 192.168.0.1 172.16.15.2  ip nhrp map multicast 172.16.15.2  ip nhrp network-id 1  ip nhrp nhs 192.168.0.1  tunnel source FastEthernet0/0  tunnel mode gre multipoint end Verification : R1#sh dmvpn Legend: Attrb --> S - Static, D - Dynamic, I - Incomplete         N - NATed, L - Local, X - No Socket         # Ent --> Number of NHRP entries with same NBMA peer         NHS Stat