atVlanStatCollectionPortMap
AT-VLAN-MIB ·
.1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.3
Object
column OctetString
A bitwise port map indicating the switch ports being monitored by this VLAN statistics collection instance. The bit position within the string, maps to the port with the same index in dot1dBasePortTable in BRIDGE-MIB. A binary '1' indicates that the port is being monitored by this VLAN statistics collection instance, with a '0' indicating that it is not.
Context
- MIB
- AT-VLAN-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- atVlanStatCollectionEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'AT-VLAN-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-VLAN-MIB::atVlanStatCollectionPortMap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-VLAN-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-VLAN-MIB::atVlanStatCollectionPortMap.<atVlanStatCollectionName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-VLAN-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-VLAN-MIB::atVlanStatCollectionPortMap'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.