Wednesday 13 January 2016

RIPng over NBMA






RIPng over NBMA

Diagram



Switch(config)#vlan 100
Switch(config)#interface range eth0/1 - 3?
  <cr>
Switch(config)#interface range eth0/1 - 3
Switch(config-if-range)#switchport trunk encapsulation dot1q
  <cr>

Switch(config-if-range)#


now lets config the Routers

R1(config-subif)#do sh run int eth0/1.100
Building configuration...

Current configuration : 135 bytes
!
interface Ethernet0/1.100
 encapsulation dot1Q 100
 ip address 169.254.100.1 255.255.255.0
 ipv6 address 2001:169:254:100::1/64
end

R1(config-subif)#

-==


R2#sh run  int eth0/1.100
Building configuration...

!
interface Ethernet0/1.100
 encapsulation dot1Q 100
 ip address 169.254.100.2 255.255.255.0
 ipv6 address 2001:169:254:100::2/64
end

R2#

-==




R5

R5#sh run int Ethernet 0/1.100
Building configuration...

!
interface Ethernet0/1.100
 encapsulation dot1Q 100
 ip address 169.254.100.5 255.255.255.0
 ipv6 address 2001:169:254:100::5/64
end

R5#

R1
interface Tunnel0
 ip address 155.1.0.1 255.255.255.0
 no ip redirects
 ip mtu 1400
 ip nhrp authentication NHRPPASS
 ip nhrp map 155.1.0.5 169.254.100.5
 ip nhrp map multicast 169.254.100.5
 ip nhrp network-id 1
 ip nhrp holdtime 300
 ip nhrp nhs 155.1.0.5
 ip tcp adjust-mss 1360
 ipv6 address 2001:155:100:100::1/64
 ipv6 nhrp authentication CISCO
 ipv6 nhrp map 2001:155:100:100::5/64 169.254.100.5
 ipv6 nhrp nhs 2001:155:100:100::5
 tunnel source Ethernet0/1.100
 tunnel mode gre multipoint
 tunnel key 100000
 tunnel protection ipsec profile DMVPN_PROFILE
end

R1#



R2#




interface Tunnel0
 ip address 155.1.0.2 255.255.255.0
 no ip redirects
 ip mtu 1400
 ip nhrp authentication NHRPPASS
 ip nhrp map 155.1.0.5 169.254.100.5
 ip nhrp map multicast 169.254.100.5
 ip nhrp network-id 1
 ip nhrp holdtime 300
 ip nhrp nhs 155.1.0.5
 ip tcp adjust-mss 1360
 ipv6 address 2001:155:100:100::2/64
 ipv6 nhrp authentication CISCO
 ipv6 nhrp map 2001:155:100:100::5/64 169.254.100.5
 ipv6 nhrp nhs 2001:155:100:100::5
 tunnel source Ethernet0/1.100
 tunnel mode gre multipoint
 tunnel key 100000
 tunnel protection ipsec profile DMVPN_PROFILE
end

R2#



interface Tunnel0
 ip address 155.1.0.5 255.255.255.0
 no ip redirects
 ip mtu 1400
 ip nhrp authentication NHRPPASS
 ip nhrp map multicast dynamic
 ip nhrp network-id 1
 ip tcp adjust-mss 1360
 delay 1000
 ipv6 address 2001:155:100:100::1/64
 ipv6 nhrp authentication CISCO
 ipv6 nhrp map multicast dynamic
 tunnel source Ethernet0/1.100
 tunnel mode gre multipoint
 tunnel key 100000
 tunnel protection ipsec profile DMVPN_PROFILE
end

R5#

troubleshooting to check

debug dmvpn all all
sh dmvpn