To verify the following configuration and operation of multipoint GRE (mGRE) interfaces on Cisco devices, using the CLI commands.
Use the show ip nhrp command to display IPv4 Next Hop Resolution Protocol (NHRP) mapping information.
Spoke2#show ip nhrp 10.0.0.1
10.0.0.1/32 via 10.0.0.1
Tunnel0 created 00:03:13, expire 00:06:47
Type: dynamic, Flags: router used nhop
NBMA address: 192.0.0.1
Spoke2#show ip nhrp 10.0.0.3
10.0.0.3/32 via 10.0.0.3
Tunnel0 created 22:57:58, never expire
Type: static, Flags: used
NBMA address: 192.0.0.3
Use the show ipv6 nhrp command to display IPv6 Next Hop Resolution Protocol (NHRP) mapping information.
HUB#show running-config | interface tunnel6
Building configuration...
Current configuration : 255 bytes
!
interface Tunnel6
no ip address
no ip redirects
ipv6 address 2001:DB8:1::1/64
ipv6 eigrp 10
no ipv6 next-hop-self eigrp 10
no ipv6 split-horizon eigrp 10
ipv6 nhrp network-id 1
tunnel source FortyGigabitEthernet1/0/19
tunnel mode gre multipoint
end
HUB#show ipv6 nhrp
2001:DB8:1::5/128 via 2001:DB8:1::5
Tunnel6 created 02:37:30, expire 00:07:29
Type: dynamic, Flags: registered nhop
NBMA address: 192.168.0.2
2001:DB8:1::2A7:42FF:FE83:CEA0/128 via 2001:DB8:1::5
Tunnel6 created 02:37:30, expire 00:07:29
Type: dynamic, Flags: registered
NBMA address: 192.168.0.2
HUB#
Spoke1#show running-config | interface tunnel6
Building configuration...
Current configuration : 292 bytes
!
interface Tunnel6
no ip address
no ip redirects
ipv6 address 2001::5/64
ipv6 eigrp 10
ipv6 nhrp map multicast 192.168.0.3
ipv6 nhrp map 2001:DB8:1::1/64 192.168.0.3
ipv6 nhrp network-id 1
ipv6 nhrp nhs 2001:DB8:1::1
tunnel source FortyGigabitEthernet1/0/7
tunnel mode gre multipoint
end
Spoke1#show ipv6 nhrp
2001:DB8:1::/64 via 2001:DB8:1::1
Tunnel6 created 02:46:17, never expire
Type: static, Flags:
NBMA address: 192.168.0.3
2001:DB8:1::2A7:42FF:FE83:CFE0/128 via 2001:DB8:1::2A7:42FF:FE83:CFE0
Tunnel6 created 02:45:39, never expire
Type: static, Flags: nhs-ll
NBMA address: 192.168.0.3
Spoke1#
Use the show ipv6 route command to display IPv6 content of the routing table.
Spoke1#show ipv6 route 2001:DB8:1::/64
Routing entry for 2001:DB8:1::/64
Known via "eigrp 10", distance 90, metric 27008000, type internal
Route count is 1/1, share count 0
Routing paths:
2001:DB8:1::2A7:42FF:FE83:CFE0, Tunnel6
From 2001:DB8:1::2A7:42FF:FE83:CFE0
Last updated 00:03:07 ago
Spoke1#
HUB#show ipv6 route 2001:DB8:1::/64
Routing entry for 2001:DB8:1::/64
Known via "eigrp 10", distance 90, metric 27008000, type internal
Route count is 1/1, share count 0
Routing paths:
2001:DB8:1::2A7:42FF:FE83:CEA0, Tunnel6
From 2001:DB8:1::2A7:42FF:FE83:CEA0
Last updated 00:01:29 ago
HUB#
Use the debug nhrp detail command to display NHRP registration and packet related information.
Use the debug tunnel command to display tunnel state changes and packet related information.