s5SbsSecurityMode
S5-SWITCH-BAYSECURE-MIB ·
.1.3.6.1.4.1.45.1.6.5.3.4
Object
scalar r/w
Enumeration
The mode of switch security. singleMACperPort(1) indicates that the switch is in single-MAC-per-port mode which means it allows to configure only one MAC address per port. macList(2) indicates that the switch is in MAC-List mode, user can configure more than one MAC address per port, the maximum numbers of MAC address per port vary from switch to switch. autoLearn(3) indicates that the switch will learn the first MAC address on each port as an allowed address of that port. Change made between singleMACperPort(1), macList(2) and autoLearn(3) will erase all the data in s5SbsAuthCfgTable.
Context
- MIB
- S5-SWITCH-BAYSECURE-MIB
- OID
.1.3.6.1.4.1.45.1.6.5.3.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- s5SbsAuth
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::s5SbsSecurityMode.0'
More examples
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::s5SbsSecurityMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | singleMACperPort |
2 | macList |
3 | autoLearn |