s5SbsDaFilteringStatus
S5-SWITCH-BAYSECURE-MIB ·
.1.3.6.1.4.1.45.1.6.5.3.26.1.3
Object
column r/w
Enumeration
The status of the MAC-DA-Filtering entry. The primary use of this object is for modifying the MAC-DA-Filtering table. Values that can be written add(2), remove(3). Values that can be read: valid(1). Setting this entry to remove(3) causes the entry to be deleted from the table. Setting a new entry with add(2) causes the entry to be added in the table. The response to a get request or get-next request will always indicate a status of valid (1), since invalid entries are removed from the table.
Context
- MIB
- S5-SWITCH-BAYSECURE-MIB
- OID
.1.3.6.1.4.1.45.1.6.5.3.26.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- s5SbsDaFilteringEntry
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 'S5-SWITCH-BAYSECURE-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-SWITCH-BAYSECURE-MIB::s5SbsDaFilteringStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-SWITCH-BAYSECURE-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-SWITCH-BAYSECURE-MIB::s5SbsDaFilteringStatus.<s5SbsDaFilteringIndx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-SWITCH-BAYSECURE-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-SWITCH-BAYSECURE-MIB::s5SbsDaFilteringStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | valid |
2 | add |
3 | remove |