Multicast details
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-27-2016 01:14 PM
Hello, im looking for addition commands that will give me details about multicast traffic. does anyone have commands that will tell me the uptime, Rate, Source, egress MC on a interface. i have used "show Mcast cache xxx.xxx.xxx.xxx" and "sh pim cache xxx.xxx.xxx.xx" , "sh igmp snoop vlan", but the info is very limited. thanks in advance
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-28-2016 04:55 AM
Hi Michael,
if you want to see how much multicast traffic is sent/received on a port, "show ports rate-limit flood" could be used.
Erik
if you want to see how much multicast traffic is sent/received on a port, "show ports rate-limit flood" could be used.
Erik
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-28-2016 12:21 AM
Hi Michael,
The "show mcast cache" command should give you the info of source, group and egress VLAN & port. Regarding to the rate, you may use "show port utilization" or "show port statistics". But these commands show the utilization of the physical port, not the throughput of particular multicast stream.
The "show mcast cache" command should give you the info of source, group and egress VLAN & port. Regarding to the rate, you may use "show port utilization" or "show port statistics". But these commands show the utilization of the physical port, not the throughput of particular multicast stream.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-27-2016 03:47 PM
Hello Michael
I am not sure we have a single command that lists all of the information. For looking at a stream it is usually in the show IGMP command or the show IGMP group command.
If you see the information from a combination of commands you always have the ability to write a python script to combine the information of those commands into your own command.
Sorry I don't have more info for you
P
I am not sure we have a single command that lists all of the information. For looking at a stream it is usually in the show IGMP
If you see the information from a combination of commands you always have the ability to write a python script to combine the information of those commands into your own command.
Sorry I don't have more info for you
P
