hpSwitchFddiIpFragConfigStatus

CONFIG-MIB · .1.3.6.1.4.1.11.2.14.11.5.1.7.1.11.1.1.2

Object

column mandatory r/w Enumeration
The operational status of FDDI IP fragmentation
for each FDDI card. 
enable(1): FDDI card will fragment all packets which
        are bigger than the Ethernet packet size 
        limitation, 1518 Bytes.
disable(2): FDDI card will drop all packets which
        are bigger than the Ethernet packet size 
        limitation, 1518 Bytes.

Context

MIB
CONFIG-MIB
OID
.1.3.6.1.4.1.11.2.14.11.5.1.7.1.11.1.1.2
Type
column
Access
readwrite
Status
mandatory
Parent
hpSwitchFddiIpFragConfigEntry

Walk 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 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::hpSwitchFddiIpFragConfigStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::hpSwitchFddiIpFragConfigStatus.<hpSwitchFddiIpFragConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::hpSwitchFddiIpFragConfigStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1enable
2disable