logo CCIE Blog

Helping you become a Cisco Certified Internetwork Expert


rss Entries (RSS) | rss Comments (RSS)
Welcome to Internetwork Expert's CCIE Blog

Welcome to Internetwork Expert’s CCIE Blog! This site is dedicated to helping you in your pursuit of becoming a Cisco Certified Internetwork Expert in Routing & Switching, Voice, Security, Service Provider, and Storage. Through this blog you can submit questions to our expert instructors, Brian Dennis - Quintuple CCIE #2210, Scott Morris - Quad CCIE #4713, Brian McGahan – Triple CCIE #8593, and Petr Lapukhov - Quad CCIE #16379. Check back daily as this blog will be updated frequently.

Click here to submit a question.

January 16th, 2008

CCIE Voice Lab Software Versions

Current as of Jan 2008.

IOS 12.4(5b)
CME 3.3
CUE 2.1.3
CRS (IPCC Express) 4.0.1
CallManager 4.1(3)sr3b
Unity 4.0(5)
Catalyst OS 7.6 (6500)
IOS 12.1 (3550)

January 16th, 2008

No Output From the “debug ip mpacket” Command

Brian,

When I use the debug ip mpacket command I’m not getting any output. Any idea why?

First off it’s important to understand that multicast traffic is fast switched with the exception of interfaces using X.25 encapsulation. Since the multicast traffic is fast switched it will not be sent to the processor which in turn means the debug will not “see” the multicast packets. You need to disable fast switching for multicast traffic under the interfaces where the multicast traffic will transit. You can do this by using the “no ip mroute-cache” interface level command.

The exception to this is when the router has an IGMP join configured (ip igmp join-group) for a particular group. Multicast traffic destined for the joined group will be process switched and in turn the debug will be able to “see” these packets.