h3cLIMACStreamFields
H3C-LI-MIB ·
.1.3.6.1.4.1.2011.10.2.111.3.1.1.1.1
Object
column r/w
Bits
This object displays what attributes will be compared to
identify traffic.
interface: indicates that traffic on the stated
interface is to be intercepted
dstMacAddress: indicates that traffic destined to a
given address should be intercepted
srcMacAddress: indicates that traffic sourced from a
given address should be intercepted
ethernetPid: indicates that traffic with a stated
Ethernet Protocol Identifier should
be intercepted
dSap: indicates that traffic with an certain
802.2 LLC Destination SAP should be
intercepted
sSap: indicates that traffic with an certain
802.2 LLC Source SAP should be intercepted
At least one of the bits has to be set in order to activate an
entry. If multiple bits are set, traffic to be intercepted must
be satisfied with all set attributes.
Context
- MIB
- H3C-LI-MIB
- OID
.1.3.6.1.4.1.2011.10.2.111.3.1.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- h3cLIMACStreamEntry
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 'H3C-LI-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-LI-MIB::h3cLIMACStreamFields'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-LI-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-LI-MIB::h3cLIMACStreamFields.<h3cLIMediationIndex>.<h3cLIStreamIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-LI-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-LI-MIB::h3cLIMACStreamFields'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | interface |
1 | dstMacAddress |
2 | srcMacAddress |
3 | ethernetPid |
4 | dSap |
5 | sSap |