mplsFTNMask
MPLS-FTN-STD-MIB ·
.1.3.6.1.2.1.10.166.8.1.3.1.4
Object
column r/w
Bits
This bit map indicates which of the fields described next, namely source address range, destination address range, source port range, destination port range, IPv4 Protocol field or IPv6 next-header field and Differentiated Services Code Point (DSCP) is active for this FTN entry. If a particular bit is set to zero then the corresponding field in the packet MUST be ignored for comparison purposes.
Context
- MIB
- MPLS-FTN-STD-MIB
- OID
.1.3.6.1.2.1.10.166.8.1.3.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mplsFTNEntry
- Groups
- 1
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 'MPLS-FTN-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-FTN-STD-MIB::mplsFTNMask'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPLS-FTN-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-FTN-STD-MIB::mplsFTNMask.<mplsFTNIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPLS-FTN-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPLS-FTN-STD-MIB::mplsFTNMask'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | sourceAddr |
1 | destAddr |
2 | sourcePort |
3 | destPort |
4 | protocol |
5 | dscp |
Conformance
Member of
Compliance refinements
mplsFTNModuleReadOnlyCompliance
readonly
Write access is not required.