Question

I need to get vtpVlanState results on MIB-2. I need the vlan indexes that this object returns and I need to know whether this vlan is active.

The reason I want to do this in mib-2 is because I want to do the same command(snmp) in all the switches and not only on cisco.

Is there anyway to do that?

thank you!

Was it helpful?

Solution

You cannot get VTP information from MIB-II. VTP is a Cisco proprietary protocol and MIB-II (specified by IETF in RFC 1213) does not support proprietary protocols

EDIT after comments

If you're looking for IETF MIBs to poll for device Vlan definitions, look at dot1qVlanStatus from Q-BRIDGE-MIB

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top