s5SbsAuthCfgSource
S5-SWITCH-BAYSECURE-MIB ·
.1.3.6.1.4.1.45.1.6.5.3.10.1.7
Object
column Enumeration
This object indicates the source of an entry. A value of static(1)
indicates that the entry was manually created by a user. A value
of autoLearn(2) indicates that the entry was auto-learned.
Note that if the value of s5SbsAutoLearningSticky is false(2), then
an auto-learned entry cannot be directly deleted, though disabling
auto-learning for a port will delete all auto-learned MAC addresses
for the port. However, if the value of s5SbsAutoLearningSticky is
true(1), then auto-learned addresses can be deleted normally.
Context
- MIB
- S5-SWITCH-BAYSECURE-MIB
- OID
.1.3.6.1.4.1.45.1.6.5.3.10.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- s5SbsAuthCfgEntry
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::s5SbsAuthCfgSource'
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::s5SbsAuthCfgSource.<s5SbsAuthCfgBrdIndx>.<s5SbsAuthCfgPortIndx>.<s5SbsAuthCfgMACIndx>'
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::s5SbsAuthCfgSource'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | autoLearn |
3 | sticky |