portType
ZHONE-COM-IP-ZEDGE-NAT-MIB ·
.1.3.6.1.4.1.5504.4.1.16.4.2.1.7
Object
column
r/w
Enumeration
The NAT code needs to know if this port uses a
connection oriented exchange (TCP), or not (UDP).
The cpemgr value represents a wildcard that defines
a set of PAT Bindings. When using this wildcard,
the publicPort value represents the first port of
a consecutive block of publicPorts, and the localPort
value represents the number of publicPorts in this
block. The actual local ports are well known ports
and the set of bindings is currently:
Public | Local Well | Type | Name
Port | Known Port | |
------------|------------|---------|--------
<publicPort>| 7 | TCP,UDP | ECHO
+1 | 20 | TCP | FTP - data
+2 | 21 | TCP | FTP - control
+3 | 22 | TCP,UDP | SSH
+4 | 23 | TCP,UDP | Telnet
+5 | 80 | TCP | HTTP
+6 | 81 | TCP | HTTP
+7 | 161 | TCP,UDP | SNMP
+8 | 443 | TCP | HTTPS
With this set, the localPort value should be 9.
Public | Local Well | Type | Name
Port | Known Port | |
------------|------------|---------|--------
<publicPort>| 7 | TCP,UDP | ECHO
+0 | 162 | UDP | SNMP traps
+1 | 22 | TCP,UDP | SSH
+2 | 443 | TCP | HTTPS
+2 | 161 | UDP | SNMP
With this set, the localPort value should be 3
and portType should be cpemgrsecure.
Public | Local Well | Type | Name
Port | Known Port | |
------------|------------|---------|--------
<publicPort>| 7 | TCP,UDP | ECHO
+0 | 162 | UDP | SNMP traps
+1 | 23 | TCP,UDP | Telnet
+2 | 80 | TCP | HTTP
+2 | 161 | UDP | SNMP
With this set, the localPort value should be 3
and portType should be cpemgr.
Public | Local Well | Type | Name
Port | Known Port | |
------------|------------|---------|--------
<publicPort>| 7 | TCP,UDP | ECHO
+1 | 22 | TCP,UDP | SSH
+2 | 161 | TCP,UDP | SNMP
+3 | 443 | TCP | HTTPS
+3 | 162 | UDP | SNMP traps
With this set, the localPort value should be 4
and portType should be cpemgrsecure.
Public | Local Well | Type | Name
Port | Known Port | |
------------|------------|---------|--------
<publicPort>| 7 | TCP,UDP | ECHO
+1 | 23 | TCP,UDP | Telnet
+2 | 161 | TCP,UDP | SNMP
+3 | 80 | TCP | HTTP
+3 | 162 | UDP | SNMP traps
With this set, the localPort value should be 4
and portType should be cpemgr.
Context
- MIB
- ZHONE-COM-IP-ZEDGE-NAT-MIB
- OID
.1.3.6.1.4.1.5504.4.1.16.4.2.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- patEntry
- Table
- patTable
- Siblings
- 6
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tcp |
2 | udp |
3 | cpemgr |
4 | cpemgrsecure |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| zhonePATBindIndex This value is used to identify this particular entry in the table.
It is only used for access in the table and therefore not externally
visible. | column | Integer32 | .1.3.6.1.4.1.5504.4.1.16.4.2.1.1 |
| zhonePATBindRowStatus RowStatus is used to create/delete entries in the table. | column | Zhone-TCZhoneRowStatus | .1.3.6.1.4.1.5504.4.1.16.4.2.1.2 |
| publicAddr The IP address that is acting as the port
forwarding agent, this should be a public internet
address. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.5504.4.1.16.4.2.1.3 |
| publicPort The port number on the forwarding agent that is to
be used. This number has been limited to range
51921 to 56250 to avoid overlap with other applications.
When use… | column | Integer32 | .1.3.6.1.4.1.5504.4.1.16.4.2.1.4 |
| localAddr The IP Address of a host machine on the
private subnet that we want to make active
through the usage of reverse port forwarding feature. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.5504.4.1.16.4.2.1.5 |
| localPort The internal port number that we want to use on the
private host that we want to forward to.
The currently defined ports by the IANA are 1..49151.
When used with t… | column | Integer32 | .1.3.6.1.4.1.5504.4.1.16.4.2.1.6 |