Page 1 of 1

"show ip multicast group" throught snmp

Posted: 02 Nov 2011 08:28
by nimnull987
Dear All

I need to retrieve information about multicast groups thought snmp. Usually I typed "show ip multicast group", but now I need to do this with snmp.
In manual OmniSwitch CLI Reference Guide, I found "alaIpmsGroupTable", and as long I do not have MIB on my server, I found in "mibdepot" that "alaIpmsGroupTable" = .1.3.6.1.4.1.6486.800.1.2.1.18.1.1.2.1.1

But router doesn't return anything . And it doesn't have anything for .1.3.6.1.4.1.6486.800.1.2.1.18 already.
All I can say about router, it is:
Welcome to the Alcatel-Lucent OmniSwitch 6000
Software Version 6.3.1.871.R01 GA

And:
/usr/local/bin/snmpwalk -c public -v 2c 172.16.28.3 1.3.6.1.4.1.6486.800.1.2.1.18
SNMPv2-SMI::enterprises.6486.800.1.2.1.18 = No Such Object available on this agent at this OID


Thanks for suggestions.