08-09-2006 06:22 AM - edited 03-03-2019 04:26 AM
Can someone remind me how I can monitor a VLAN other than VLAN 1 with SNMP I think it's something along the lines of public@....
Any help would be much appreciated.
Thanks
Jon
Solved! Go to Solution.
08-09-2006 08:04 AM
The @ represents community string indexing. So if you wanted to get snmp output for VLAN 200 you would do something like this:
snmpwalk -Os -c public@200 -v 2c 10.1.1.1 dot1dTpFdbAddress
Keep in mind the flags I use above are from my specific snmpwalk utility (net-snmp) but you would add the @ to the comm string and then the value to collect the data
08-09-2006 06:29 AM
see the following link on how to get VLAN info from a catalyst using SNMP:
http://www.cisco.com/en/US/tech/tk648/tk362/technologies_configuration_example09186a008015773e.shtml
08-09-2006 08:04 AM
The @ represents community string indexing. So if you wanted to get snmp output for VLAN 200 you would do something like this:
snmpwalk -Os -c public@200 -v 2c 10.1.1.1 dot1dTpFdbAddress
Keep in mind the flags I use above are from my specific snmpwalk utility (net-snmp) but you would add the @ to the comm string and then the value to collect the data
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