fmCfgUnmatchedSNAPDestination
ES-MODULE-MIB ·
.1.3.6.1.4.1.437.1.1.2.2.1.1.1.1.11
Object
column mandatory
r/w
Enumeration
This object specifies what the FDDI module is to do with
Novell SNAP FDDI frames whose destination frame type cannot
be determined. The value of this object is only valid when
fmCfgNovellFDDISNAPTranslation is set to automatic(1).
all(1): the unmatched Novell SNAP FDDI frames
will be converted into all three
possible frame types.
ethernet-8023(2): the unmatched Novell SNAP FDDI frames
will be converted into Ethernet 802.3
ethernet-SNAP(3): the unmatched Novell SNAP FDDI frames
will be converted into Ethernet SNAP
ethernet-II(4): the unmatched Novell SNAP FDDI frames
will be converted into Ethernet II
drop: the FDDI module will not forward
unmatched Novell SNAP FDDI frames to
Ethernet.
Context
- MIB
- ES-MODULE-MIB
- OID
.1.3.6.1.4.1.437.1.1.2.2.1.1.1.1.11- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- fmCfgEntry
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 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::fmCfgUnmatchedSNAPDestination'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::fmCfgUnmatchedSNAPDestination.<fmCfgIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ES-MODULE-MIB::fmCfgUnmatchedSNAPDestination'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | all |
2 | ethernet-8023 |
3 | ethernet-SNAP |
4 | ethernet-II |
5 | drop |