08-01-2018 07:15 AM
I am trying to lab IPv6 Multicast. But when I run the command, but I got the following:
R1(config)#do show ipv6 mroute
No mroute entries found.
I tried on Cisco2811 and Cisco 6500.
I enabled ipv6 multicast-routing.
Anything have I missed or the platform I tried on does not support IPv6 mroute ?
thanks !!
Solved! Go to Solution.
08-01-2018 08:49 AM
Is your source transmitting packets to the multicast group? If not, R1 will not see any entry in the multicast routing table.
Regards,
08-01-2018 07:21 AM
Hello,
hard to say what you are missing, can you post the full configs ? What is the output of 'show ipv6 mrib route summary' ?
08-01-2018 08:11 AM
hostname R1
ipv6 uni
ipv6 multicast-routing
int lo0
ipv6 add 2001::1:1:1:1/128
int e0/0
ipv6 add 2001:192:168::1/64
ipv6 en
no shut
int e0/1
ipv6 add 2001:172:16:13::1/64
ipv6 en
no shut
int e0/2
ipv6 add 2001:172:16:14::1/64
ipv6 en
no shut
router eigrp CCIE
add ipv6 auto 10
eigrp router-id 1.1.1.1
R1#show ipv6 mroute summary
No mroute entries found.
R1#show ipv6 mroute
No mroute entries found.
R1#show ipv6 pim neighbor
PIM Neighbor Table
Mode: B - Bidir Capable, G - GenID Capable
Neighbor Address Interface Uptime Expires Mode DR pri
FE80::A8BB:CCFF:FE00:600 Ethernet0/0 23:14:41 00:01:35 B G DR 1
FE80::A8BB:CCFF:FE00:310 Ethernet0/1 17:06:27 00:01:23 B G DR 1
FE80::A8BB:CCFF:FE00:420 Ethernet0/2 17:03:43 00:01:22 B G DR 1
thanks !!
08-01-2018 08:49 AM
Is your source transmitting packets to the multicast group? If not, R1 will not see any entry in the multicast routing table.
Regards,
08-01-2018 09:09 AM
thanks ! I will double check it.
08-01-2018 12:18 PM
thanks a lot !!
Mroute shows routes after I sent some multicast traffic.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide