ctNatProxyServer
CTRON-NAT-MIB ·
.1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.2.2.1.2
Object
column mandatory
r/w
OctetString
A description of a proxy server assignment. The format is private IP address of the server, followed by the public port number, followed by the private port number, followed by the protocol to be handled by the server. The fields are delimited by commas. Each record must be 31 chars or less. Protocol choices are TCP and UDP.
Context
- MIB
- CTRON-NAT-MIB
- OID
.1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.2.2.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctNatServerListEntry
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 'CTRON-NAT-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-NAT-MIB::ctNatProxyServer'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-NAT-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-NAT-MIB::ctNatProxyServer.<ctNatServerId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-NAT-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-NAT-MIB::ctNatProxyServer'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.