etsysNatStaticRuleProtocol
ENTERASYS-NAT-MIB ·
.1.3.6.1.4.1.5624.1.2.75.2.4.1.4
Object
column Enumeration
This object contains the NAT Binding protocol type. A value of '0' indicates that the protocol type is 'any' and requires that etsysNatStaticRuleLocalPort and etsysNatStaticRuleGlobalPort be set to a value of '0'. A value of tcp(6) or udp(17) indicates that this entry defines NAPT translation of inside source addresses.
Context
- MIB
- ENTERASYS-NAT-MIB
- OID
.1.3.6.1.4.1.5624.1.2.75.2.4.1.4- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- etsysNatStaticRuleEntry
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 'ENTERASYS-NAT-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-NAT-MIB::etsysNatStaticRuleProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ENTERASYS-NAT-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-NAT-MIB::etsysNatStaticRuleProtocol.<etsysNatStaticRuleAddressType>.<etsysNatStaticRuleDirection>.<etsysNatStaticRuleMatchType>.<etsysNatStaticRuleProtocol>.<etsysNatStaticRuleLocalIpAddr>.<etsysNatStaticRuleLocalPort>.<etsysNatStaticRuleGlobalIpAddr>.<etsysNatStaticRuleGlobalPort>.<etsysNatStaticRuleInsideVrfName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENTERASYS-NAT-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENTERASYS-NAT-MIB::etsysNatStaticRuleProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | any |
6 | tcp |
17 | udp |