ifMainExtPortSecState
SUPERMICRO-CFA-MIB ·
.1.3.6.1.4.1.10876.101.1.27.1.12.1.11
Object
column r/w
Enumeration
The interface port security state says whether the port is connected to trusted hosts or not. If a port is trusted, the packets coming on that ports will also be trusted. By default all the ports will be trusted
Context
- MIB
- SUPERMICRO-CFA-MIB
- OID
.1.3.6.1.4.1.10876.101.1.27.1.12.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ifMainExtEntry
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 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-CFA-MIB::ifMainExtPortSecState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-CFA-MIB::ifMainExtPortSecState.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-CFA-MIB::ifMainExtPortSecState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | untrusted |
1 | trusted |