eSWPortCtrlStNFw
ASANTE-SWITCH-MIB ·
.1.3.6.1.4.1.298.1.5.1.3.1.1.5
Object
column mandatory
r/w
Enumeration
Enables or disables store-and-forward switching for this port When set to Enable(2) the frame will be forwarded after it has been completely received and checksummed. When set to Disable(3), the port will use fragment-free switching.
Context
- MIB
- ASANTE-SWITCH-MIB
- OID
.1.3.6.1.4.1.298.1.5.1.3.1.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- eSWPortCtrlEntry
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 'ASANTE-SWITCH-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASANTE-SWITCH-MIB::eSWPortCtrlStNFw'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASANTE-SWITCH-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASANTE-SWITCH-MIB::eSWPortCtrlStNFw.<eSWGrpPtCtrlIndex>.<eSWPortCtrlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASANTE-SWITCH-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASANTE-SWITCH-MIB::eSWPortCtrlStNFw'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | enable |
3 | disable |