extremeDlcsBindingType
EXTREME-DLCS-MIB ·
.1.3.6.1.4.1.1916.1.8.6.1.2
Object
column Bits
The type of binding expressed here. A given bit is set if DLCS has detected that the two relevant items are bound together. e.g. an entry with application2user(3) set to 1 implies that the username extremeDlcsBindingUser has been seen to be using the application extremeDlcsBindingApplication. In addition, if this entry also has user2port(1) set to 1 then this user and application have been detected as running on the physical switch port extremeDlcsBindingPhysPort.
Context
- MIB
- EXTREME-DLCS-MIB
- OID
.1.3.6.1.4.1.1916.1.8.6.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeDlcsBindingEntry
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 'EXTREME-DLCS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-DLCS-MIB::extremeDlcsBindingType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-DLCS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-DLCS-MIB::extremeDlcsBindingType.<extremeDlcsBindingIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-DLCS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-DLCS-MIB::extremeDlcsBindingType'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | user2ip |
1 | user2port |
2 | ip2port |
3 | application2user |
4 | application2ip |
5 | host2ip |
6 | group2ip |
7 | group2port |
8 | user2group |