ZHNFIREWALL :: firewallPortType

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsZHNFIREWALLfirewallPortType

firewallPortType

Module: ZHNFIREWALL

OID (symbolic): ZHNFIREWALL::firewallPortType

OID (numeric): 1.3.6.1.4.1.5504.2.5.45.1.2.1.3

Node type: OBJECT-TYPE

Type: FirewallPortTypeValues

Access: read-write

Description: Enumerated value of: portRange (1), -- Range indicates that any traffic on those ports will be -- sent to the private IP address. portRemap (2), -- Remap indicates that any traffic on those ports will be -- sent to the private IP address at the private port. dmz (3) -- When DMZ is chosen it is the only rule allowed on that -- interface. A DMZ rule is effectively the same as a Range -- rule with all ports included. Range rules are more secure -- than setting a DMZ rule, because Range rules allow specific -- ports or groups of ports to be opened up.

What is firewallPortType?

A read-write enumeration selecting the type of this port forwarding rule: portRange(1) forwards a range of public ports unchanged to the private IP, portRemap(2) forwards public ports to a different private port number, or dmz(3) forwards all traffic on the interface to one private IP. This determines the forwarding behavior and scope of the rule; DMZ is the least secure option since it exposes all ports and can only be the sole rule on that interface, while range and remap rules let an admin open only specific ports, which is more secure. An admin exposing a single internal server to receive all inbound traffic might use dmz(3), while an admin opening only a web server's port 80 would use portRange(1) or portRemap(2) instead, for tighter security.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5504.2.5.45.1.2.1.3
snmpwalk -v2c -c public <target> ZHNFIREWALL::firewallPortType

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.5504.2.5.45.1.2.1.3.1
snmpget -v2c -c public <target> ZHNFIREWALL::firewallPortType.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.5504.2.5.45.1.2.1.3.1 s <value>

Start monitoring Zhone Technologies CPE gateways (management-access-filter/port-forwarding config status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ZHNFIREWALL::firewallPortType OID value, configure state conditions and alerts, and monitor any Zhone Technologies CPE gateways (management-access-filter/port-forwarding config status) from a single console.

OID Breakdown

Upper-level ancestors (9 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.5504zhoneZhone
1.3.6.1.4.1.5504.2zhoneProductZhone
1.3.6.1.4.1.5504.2.5zhoneWtnZhone
Numeric OIDNameModule
1.3.6.1.4.1.5504.2.5.45zhnFirewallZHNFIREWALL
1.3.6.1.4.1.5504.2.5.45.1zhnFirewallObjectsZHNFIREWALL
1.3.6.1.4.1.5504.2.5.45.1.2firewallPortForwardingTableZHNFIREWALL
1.3.6.1.4.1.5504.2.5.45.1.2.1firewallPortForwardingEntryZHNFIREWALL
1.3.6.1.4.1.5504.2.5.45.1.2.1.3firewallPortTypeZHNFIREWALL