08-27-2007 02:56 AM - edited 03-05-2019 06:07 PM
Does anyone knows the mib ID of the following command "show mac-address multicast count"? I am able to run this command on my switch but when i use GetIf to retrieve the value, i am not able to find the value.
08-31-2007 10:36 AM
The "show mac-address-table multicast vlan" is supported on a layer 2 only switch, but the table it displays will generally be empty.
A host generating lots of multicast traffic will not cause us to add entries to the layer 2 multicast table. We "learn" multicast entries only through IGMP snooping. It is only for unicast traffic that we learn entries by looking at the source addresses of the packets we receive.
09-02-2007 05:46 PM
Actually I wanted to find out the numberof mac-address used by the multicast traffic. Currently I am able to retrieve the value via the command show mac-address multicast count. But I wanted to use the snmp mibs to retrieve this value instead so that I can plot the graph on the number of mac-address for multicast traffic.
08-31-2007 11:15 AM
I think you should specify after that interface also like this: VLAN 1
Switch# show mac-address-table multicast vlan 1 count
Multicast MAC Entries for vlan 1: 4
Switch#
Regards,
Dharmesh Purohit
09-02-2007 05:44 PM
Actually I wanted to find out the number of mac-address multicast count via snmp mibs. Was wondering whats' the mib value to retrieve thesnmp mibs.
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