Cisco VLAN sensor
The Cisco VLAN sensor uses the Cisco VLAN Membership MIB to discover VLAN contents.
The SnmpMib2Sensor invokes CiscoVlanSensor when VLANs are configured for Cisco devices. The CiscoVlanSensor then invokes BridgeSnmpSensor2 for each VLAN using the ethernet protocol. The sensor discovers the VLAN membership table, creates L2Interfaces, and attaches them to the VLAN bridge.
Note: Default VLANs, token ring, etc, will not spawn a BridgeSnmpSensor2.
Sensor name that is used in the GUI and logs
CiscoVlanSensor
Object identifiers (OIDs) that are used
The sensor follows the standards documented in RFC 1286 to get the VLAN interface. The high level OIDs queried are:
- OID .1.3.6.1.4.1.9.9.68.1.2.2.1.2 to get the VLAN membership table
- OID .1.3.6.1.4.1.9.9.46.1.2.1.1 to get the management domain table
- OID .1.3.6.1.4.1.9.9.46.1.3.1.1 to get the vtp VLAN table
- OID .1.3.6.1.4.1.9.9.46.1.6.1.1 to get the VLAN trunk port information.
Model objects created
The sensor creates the following model objects:
- net.L2Interface
- net.Vlan
- net.VlanInterface
- sys.UnitaryComputerSystem