s5SbsAutoLearningConfigEnabled
S5-SWITCH-BAYSECURE-MIB ·
.1.3.6.1.4.1.45.1.6.5.3.22.1.3
Object
This object indicates whether auto-learning is enabled on
the port. Note that this object may not be set to true(1)
for a port whose bit is turned on in s5SbsPortLearnStatus.
Likewise, a port's bit in s5SbsPortLearnStatus may not be
turned on if the port's value of s5SbsAutoLearningConfigEnabled
is true(1).
Note that if this object is changed from true(1) to false(2),
all auto-learned MAC addresses for the port will be removed.
Context
- MIB
- S5-SWITCH-BAYSECURE-MIB
- OID
.1.3.6.1.4.1.45.1.6.5.3.22.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- s5SbsAutoLearningConfigEntry
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::s5SbsAutoLearningConfigEnabled'
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::s5SbsAutoLearningConfigEnabled.<s5SbsAutoLearningConfigBrd>.<s5SbsAutoLearningConfigPort>'
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::s5SbsAutoLearningConfigEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |