ZHNFIREWALL
28 objects
This file defines the private Enterprise MIB extensions that define LAN Management Access Service Filters and Port Forwarding objects supported by the Zhone CPEs.
Imported Objects
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | enterprises Gauge32 Integer32 IpAddress MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | MacAddress RowStatus TEXTUAL-CONVENTION TruthValue |
| ZHNLANDEVICE | lanDeviceIndex lanEthernetIndex |
| Zhone | zhoneWtn |
| Zhone-TC | ZhoneRowStatus |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.5504.2.5.45 | IdentityzhnFirewall | This file defines the private Enterprise MIB extensions that define LAN Management Access Service Filters and Port Forwarding objects supported by the Zhone CP… | ||
| 1.3.6.1.4.1.5504.2.5.45.1 | NodezhnFirewallObjects | |||
| 1.3.6.1.4.1.5504.2.5.45.1.1 | TablefirewallMgmtAccessTable | not-accessible | current | Table of LAN Management Access Service Filters |
| 1.3.6.1.4.1.5504.2.5.45.1.1.1 | RowfirewallMgmtAccessEntry | not-accessible | current | Table of entries of LAN Management Access service filters. This table is used to configure management access on the device. It is useful in making the device m… |
| 1.3.6.1.4.1.5504.2.5.45.1.1.1.1 | ColumnfirewallMgmtServiceIndex | not-accessible | current | LAN Management Access Services Table index. Enumerated values: Http (1), Https (2), Ping (3), Snmp (4), SnmpTrap (5), Ssh (6), Telnet (7) |
| 1.3.6.1.4.1.5504.2.5.45.1.1.1.2 | ColumnfirewallMgmtService | read-only | current | LAN Management Access Service description. |
| 1.3.6.1.4.1.5504.2.5.45.1.1.1.3 | ColumnfirewallMgmtAction | read-write | current | LAN Management Access Service filtering action. Enumerated values: Allow (1), Deny (2), Undefined (3) |
| 1.3.6.1.4.1.5504.2.5.45.1.2 | TablefirewallPortForwardingTable | not-accessible | current | Table of LAN Port Forwarding Rules. Note that the rules in this table have no effect until the global firewall object (sysFirewallEnable) is enabled. |
| 1.3.6.1.4.1.5504.2.5.45.1.2.1 | RowfirewallPortForwardingEntry | not-accessible | current | This table is used to configure port forwarding firewall rules for the device. |
| 1.3.6.1.4.1.5504.2.5.45.1.2.1.1 | ColumnfirewallPortForwardingIndex | not-accessible | current | LAN Port Forwarding Rules index. |
| 1.3.6.1.4.1.5504.2.5.45.1.2.1.2 | ColumnfirewallPortForwardingName | read-write | current | Descriptive name for a LAN Port Forwarding Rule. |
| 1.3.6.1.4.1.5504.2.5.45.1.2.1.3 | ColumnfirewallPortType | read-write | current | Enumerated value of: portRange (1), portRemap (2), dmz (3) |
| 1.3.6.1.4.1.5504.2.5.45.1.2.1.4 | ColumnfirewallPortProtocol | read-write | current | Enumerated value of: tcp (1), udp (2), tcpOrUdp (3), icmp (4), icmpv4 (5), none (6) |
| 1.3.6.1.4.1.5504.2.5.45.1.2.1.5 | ColumnfirewallPortPublicPortStart | read-write | current | Lowest value port number for the range. |
| 1.3.6.1.4.1.5504.2.5.45.1.2.1.6 | ColumnfirewallPortPublicPortEnd | read-write | current | Highest value port number for the range. This can be equal to firewallPortPublicPortStart if there is only one port. |
| 1.3.6.1.4.1.5504.2.5.45.1.2.1.7 | ColumnfirewallPortPrivatePort | read-write | current | The port number with which to send the traffic. |
| 1.3.6.1.4.1.5504.2.5.45.1.2.1.8 | ColumnfirewallPortPrivateIPAddress | read-write | current | The port IP Address with which to send the traffic. |
| 1.3.6.1.4.1.5504.2.5.45.1.2.1.9 | ColumnfirewallPortForwardingRowStatus | read-write | current | The SNMP RowStatus of the current row. The following objects must be specified upon row creation: firewallPortForwardingName firewallPortPrivateIPAddress |
| 1.3.6.1.4.1.5504.2.5.45.3 | NodezhnFirewallConformance | |||
| 1.3.6.1.4.1.5504.2.5.45.3.1 | NodezhnFirewallGroups | |||
| 1.3.6.1.4.1.5504.2.5.45.3.1.1 | GroupzhnFirewallMgmtAccessGroup | current | A collection of Zhone IP objects that describe the LAN Management Access Services that can be filtered for a particular LAN interface. | |
| 1.3.6.1.4.1.5504.2.5.45.3.1.2 | GroupzhnFirewallPortForwardingGroup | current | A collection of Zhone IP objects that describe the LAN Port Forwarding Management rules for filtering protocols and ports for a particular LAN interface. | |
| 1.3.6.1.4.1.5504.2.5.45.3.2 | NodezhnFirewallCompliances | |||
| 1.3.6.1.4.1.5504.2.5.45.3.2.1 | CompliancezhnFirewallCompliance | current | The Compliance statement for SNMP entities which manage the Zhone CPE LAN Firewall Management Access Services and Port Forwarding Information |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| FirewallMgmtAccessServiceActions | INTEGER { allow (1), deny (2), undefined (3) } | current | LAN Management Access Service actions to perform for the specified service. |
| FirewallMgmtAccessServiceValues | INTEGER { http (1), https (2), ping (3), snmp (4), snmpTrap (5), ssh (6), telnet (7) } | current | LAN Management Access Services that can be blocked from the CPEs management network. |
| FirewallPortProtocolValues | INTEGER { tcp (1), udp (2), tcpOrUdp (3), icmp (4), icmpv4 (5), none (6) } | current | LAN Port Forwarding protocols that can be filtered, per port. |
| FirewallPortTypeValues | INTEGER { portRange (1), portRemap (2), dmz (3) } | current | LAN Port Forwarding actions supported. |