configForwardingMode
POWERCONNECT3048-MIB ·
.1.3.6.1.4.1.674.10895.5.11.6.1.7
Object
column mandatory
r/w
Enumeration
Indicates whether the packets will receive the entire packet before forwarding. 'store-and-forward' receives the entire packet before forwarding. 'cut-through' may forward the packet before the entire packet is received.
Context
- MIB
- POWERCONNECT3048-MIB
- OID
.1.3.6.1.4.1.674.10895.5.11.6.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- configPortEntry
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 'POWERCONNECT3048-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'POWERCONNECT3048-MIB::configForwardingMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'POWERCONNECT3048-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'POWERCONNECT3048-MIB::configForwardingMode.<configPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'POWERCONNECT3048-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'POWERCONNECT3048-MIB::configForwardingMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | store-and-forward |
2 | cut-through |