bsDhcpSnoopingBindingSource
BAY-STACK-DHCP-SNOOPING-MIB ·
.1.3.6.1.4.1.45.5.17.1.4.1.9
Object
column Enumeration
Indicates the source of this entry. If the entry was learned through DHCP snooping, the type is learned(1). In this case, the only thing that can be set in the entry is to set the RowStatus object to destroy(6) to delete the entry. If the entry was created through a management operation (Set request), the type is static(2). In this case, any writable column can be modified.
Context
- MIB
- BAY-STACK-DHCP-SNOOPING-MIB
- OID
.1.3.6.1.4.1.45.5.17.1.4.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bsDhcpSnoopingBindingEntry
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 'BAY-STACK-DHCP-SNOOPING-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-DHCP-SNOOPING-MIB::bsDhcpSnoopingBindingSource'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BAY-STACK-DHCP-SNOOPING-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-DHCP-SNOOPING-MIB::bsDhcpSnoopingBindingSource.<bsDhcpSnoopingBindingVlanId>.<bsDhcpSnoopingBindingMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BAY-STACK-DHCP-SNOOPING-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BAY-STACK-DHCP-SNOOPING-MIB::bsDhcpSnoopingBindingSource'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | learned |
2 | static |