dsliteNATBindMappingMapBehavior
DSLite-MIB ·
.1.3.6.1.2.1.240.1.2.1.1.12
Object
column Enumeration
Mapping behavior as described in Section 4.1 of RFC 4787.
endpointIndependent(0), the behavior REQUIRED by
RFC 4787, REQ-1 maps the source address and port to
the same external address and port for all destination
address and port combinations reached through the same
external realm and using the given protocol.
addressDependent(1) maps to the same external address
and port for all destination ports at the same
destination address reached through the same external
realm and using the given protocol.
addressAndPortDependent(2) maps to a separate external
address and port combination for each different
destination address and port combination reached
through the same external realm.
For the DS-Lite scenario, it must be
addressAndPortDependent(2).
Context
- MIB
- DSLite-MIB
- OID
.1.3.6.1.2.1.240.1.2.1.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dsliteNATBindEntry
- 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 'DSLite-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DSLite-MIB::dsliteNATBindMappingMapBehavior'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DSLite-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DSLite-MIB::dsliteNATBindMappingMapBehavior.<dsliteNATBindMappingInstanceIndex>.<dsliteNATBindMappingProto>.<dsliteNATBindMappingExtRealm>.<dsliteNATBindMappingExtAddressType>.<dsliteNATBindMappingExtAddress>.<dsliteNATBindMappingExtPort>.<ifIndex>.<dsliteTunnelStartAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DSLite-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DSLite-MIB::dsliteNATBindMappingMapBehavior'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | endpointIndependent |
1 | addressDependent |
2 | addressAndPortDependent |
Conformance
Member of