ENTERASYS-FIREWALL-MIB
AI MIB Summary
The ENTERASYS-FIREWALL-MIB enables SNMP-based configuration, policy management, and real-time monitoring of Enterasys firewall appliances, specifically exposing metrics for access control rules, session states, and interface traffic statistics.
This MIB module defines a portion of the SNMP MIB under the Enterasys Networks enterprise OID pertaining to the configuration, policy, and monitoring of firewall network devices.
Main OID:
etsysFirewallMIB.1.3.6.1.4.1.5624.1.2.37
220
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
220 total| Object Name |
|---|
etsysFirewallMIBThis MIB module defines a portion of the SNMP MIB under the Enterasys Networks enterprise OID pertaining to the configuration, policy, and monitoring of firewall network devices. MODULE-IDENTITY .1.3.6.1.4.1.5624.1.2.37 |
etsysFWConfigurationObjects OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.1 |
etsysFWFirewallEnabledThe current state of the firewall is returned when this value is read. Setting the value to true causes the firewall to start inspecting packets. Setting the value to false causes the firewall to stop inspecting packets. The value read could be different than the last value set if the state is changed by a means other than this MIB.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.1.1 |
etsysFWTcpTimeoutFirewalls can perform stateful inspection of TCP sessions. TCP sessions are created and deleted by monitoring TCP SYNC/ACK/FIN flags. Inactivity for the period specified by this object will delete the TCP session.rw Unsigned32 UNITS "seconds" .1.3.6.1.4.1.5624.1.2.37.1.2 |
etsysFWUdpTimeoutFirewalls can perform stateful inspection of UDP sessions. UDP sessions are created on the first outbound UDP packet. Inactivity for the period specified by this object will delete the UDP session.rw Unsigned32 UNITS "seconds" .1.3.6.1.4.1.5624.1.2.37.1.3 |
etsysFWIcmpTimeoutICMP sessions are created on an outbound ICMP echo request. Inactivity for the period specified by this object will delete the ICMP session.rw Unsigned32 UNITS "seconds" .1.3.6.1.4.1.5624.1.2.37.1.4 |
etsysFWAuthTimeoutFirewalls can be configured to only allow packets from IP addresses that have been authenticated. An authenticated IP address will need to re-authenticate if there is no traffic from that address for the period specified by this object.rw Unsigned32 UNITS "seconds" .1.3.6.1.4.1.5624.1.2.37.1.5 |
etsysFWAuthPortFirewalls can be configured to only allow packets from IP addresses that have been authenticated. This object specifies the port on which the firewall listens for authentication requests.rw Integer32 .1.3.6.1.4.1.5624.1.2.37.1.6 |
etsysFWLoggingThresholdThe threshold for firewall event logging. Events with severity equal to or less than the value specified will be logged. The value corresponds to syslog severity levels as defined in RFC3164.rw Integer32 .1.3.6.1.4.1.5624.1.2.37.1.7 |
etsysFWRPCMicrosoftTimeoutThe idle session timeout on packet inspection for Remote Procedure Call (RPC) -based applications. This Application Level Gateway (ALG) supports two types of RPCs - SUN (used by most UNIX systems) and Microsoft. If the RPC-based session is idle for the specified period, it will be shutdown.rw Unsigned32 UNITS "seconds" .1.3.6.1.4.1.5624.1.2.37.1.8 |
etsysFWRPCSunTimeoutThe idle session timeout on packet inspection for Remote Procedure Call (RPC) -based applications. This Application Level Gateway (ALG) supports two types of RPCs - SUN (used by most UNIX systems) and Microsoft. If the RPC-based session is idle for the specified period, it will be shutdown.rw Unsigned32 UNITS "seconds" .1.3.6.1.4.1.5624.1.2.37.1.9 |
etsysFWFirewallOnIntfLastChangeThe sysUpTime at which the etsysFWFirewallOnIntfTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.1.10 |
etsysFWFirewallOnIntfTableThis table defines the state of the firewall on individual interfaces. The firewall may be enabled or disabled for each interface on the device. The effective state of the firewall depends on the setting of etsysFWFirewallEnabled. | | interface etsysFWFirewallEnabled | etsysFWFirewallOnIntfEnabled | effective | | state ----------------------------------------------------------------- true true enabled true false disabled false true disabled false false disabled If an interface is not represented in this table, then its effective state is determined by etsysFWFirewallEnabled. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWFirewallOnIntfStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWFirewallOnIntfStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWFirewallOnIntfEntry .1.3.6.1.4.1.5624.1.2.37.1.11 |
etsysFWFirewallOnIntfEntryA row defining whether firewall is enabled for a particular interface. EtsysFWFirewallOnIntfEntry .1.3.6.1.4.1.5624.1.2.37.1.11.1 |
etsysFWFirewallOnIntfEnabledThe current state of the firewall is returned when this value is read. This setting is only effective when etsysFWFirewallEnabled is true. Setting the value to true causes the firewall to start inspecting packets, if etsysFWFirewallEnabled is true. Setting the value to false causes the firewall to stop inspecting packets, if etsysFWFirewallEnabled is true.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.1.11.1.1 |
etsysFWFirewallOnIntfStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.1.11.1.2 |
etsysFWFirewallOnIntfRowStatusThe status of this conceptual row. The value of this object has no effect on whether other objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.1.11.1.3 |
etsysFWFirewallIntfFilterLastChangeThe sysUpTime at which the etsysFWFirewallIntfFilterTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.1.12 |
etsysFWFirewallIntfFilterTableThis table defines the IP filters applied to individual interfaces. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWFirewallIntfFilterStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWFirewallIntfFilterStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWFirewallIntfFilterEntry .1.3.6.1.4.1.5624.1.2.37.1.13 |
etsysFWFirewallIntfFilterEntryA row defining the IP filters applied to individual interfaces. EtsysFWFirewallIntfFilterEntry .1.3.6.1.4.1.5624.1.2.37.1.13.1 |
etsysFWFirewallIntfFilterTypeThe type of IP filter that applies on a particular interface. ipBroadcast - This filter type allows incoming/outgoing IP packets through the firewall with 255.255.255.255 set as the destination address. It enables broadcast protocols such as DHCP to traverse the firewall. ipMulticast - This filter type allows incoming/outgoing IP packets with a multicast destination address through the firewall. It enables multicast protocols such as RIP and OSPF to traverse the firewall. ipOptionAll - All IP options allowed. ipOptionOther - Any IP option other than those explicitly supported by the command. ipOptionLooseSourceRoute - Requests routing that includes the specified routers. This routing path includes a sequence of IP addresses a datagram must follow to its destination but allows multiple network hops between successive addresses on the list. ipOptionRecordRoute - Traces a route. It allows the source to create an empty list of IP addresses and arrange for each router that router that handles a datagram to add its IP address to the list. When a datagram arrives, the destination device can extract and and process the list of addresses. ipOptionStrictSourceRoute - Specifies an exact route through the Internet. This routing path includes a sequence of IP addresses a datagram must follow, hop by hop, from its source to destination. The path between two successive addresses in the list must consist of a single physical network. ipOptionTimeStamp - Records timestamps along a route. It is similar to the record route option in that every router from source to destination adds its IP address, and a timestamp, to the list. The timestamp notes the time and date a router handled the datagram, expressed in milliseconds since midnight, Universal Time. Enumeration .1.3.6.1.4.1.5624.1.2.37.1.13.1.1 |
etsysFWFirewallIntfFilterDirectionThe direction which the filter is applied. none - Denies the packet that matched the filter type. in - Allows the packet that matched the filter type to enter the interface. out - Allows the packet that matched the filter type to exit the interface. both - Allows the packet that matched the filter type to enter and exit the interface.rw Enumeration .1.3.6.1.4.1.5624.1.2.37.1.13.1.2 |
etsysFWFirewallIntfFilterStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.1.13.1.3 |
etsysFWFirewallIntfFilterRowStatusThe status of this conceptual row. The value of this object has no effect on whether other objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.1.13.1.4 |
etsysFWPolicyObjects OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.2 |
etsysFWPolicyGroups OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.2.1 |
etsysFWSystemPolicyGroupNameThe name of the policy group containing the global system policy. The value of etsysFWSystemPolicyGroupName should be used as an index into the etsysFWGroupPolicyTable to determine the list of rules that MUST be applied to the system. A zero length string indicates no system wide policy exists, and the default policy of 'allow' should be executed until one is imposed by either this object or by the interface processing the packet. Since policy group names are unique, the etsysFWSystemPolicyGroupName MUST NOT be equal to any etsysFWIntfToGroupName objects.rw SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.2.1.1 |
etsysFWIntfToGroupLastChangeThe sysUpTime at which the etsysFWIntfToGroupTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.1.2 |
etsysFWIntfToGroupTableThis table defines the group of firewall rules applied to individual interfaces. Rules for this group will be applied in the etsysFWGroupPolicyTable. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWIntfToGroupStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWIntfToGroupStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWIntfToGroupEntry .1.3.6.1.4.1.5624.1.2.37.2.1.3 |
etsysFWIntfToGroupEntryA row defining the group name for a particular interface. EtsysFWIntfToGroupEntry .1.3.6.1.4.1.5624.1.2.37.2.1.3.1 |
etsysFWIntfToGroupIntfDirectionDefines the direction of the packets to inspect, incoming (ingress), or outgoing (egress). Enumeration .1.3.6.1.4.1.5624.1.2.37.2.1.3.1.1 |
etsysFWIntfToGroupNameThe group name for this interface. The value of etsysFWIntfToGroupName should be used as index into the etsysFWGroupPolicyTable to determine the list of rules that MUST be applied to this interface. Since policy group names are unique, the etsysFWIntfToGroupName MUST NOT be equal to the etsysFWSystemPolicyGroupName object. SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.2.1.3.1.2 |
etsysFWIntfToGroupStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.1.3.1.3 |
etsysFWIntfToGroupRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.1.3.1.4 |
etsysFWGroupPolicyLastChangeThe sysUpTime at which the etsysFWGroupPolicyTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.1.4 |
etsysFWGroupPolicyTableThis table defines the firewall rules applied to groups. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWGroupPolicyStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWGroupPolicyStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWGroupPolicyEntry .1.3.6.1.4.1.5624.1.2.37.2.1.5 |
etsysFWGroupPolicyEntryA row defining a particular group policy rule and its priority. EtsysFWGroupPolicyEntry .1.3.6.1.4.1.5624.1.2.37.2.1.5.1 |
etsysFWGroupPolicyNameThe name of the group. These names should be either the etsysFWSystemPolicyGroupName or the etsysFWIntfToGroupName from the etsysFWIntfToGroupTable. SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.2.1.5.1.1 |
etsysFWGroupPolicyRuleDefAn etsysFWPolicyRuleDefName from the etsysFWPolicyRuleDefTable. SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.5624.1.2.37.2.1.5.1.2 |
etsysFWGroupPolicyPriorityThe priority of rule in the group. The firewall applies the rules from the lowest to the highest priority. Priority can only be in the range of 0 to the maximum number of policyRuleDef in the group + 1. i.e. If there are 5 policies in the group. The maximum priority the user can create is 6.rw Integer32 .1.3.6.1.4.1.5624.1.2.37.2.1.5.1.3 |
etsysFWGroupPolicyStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.1.5.1.4 |
etsysFWGroupPolicyRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.1.5.1.5 |
etsysFWPolicyRules OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.2.2 |
etsysFWPolicyRuleDefMaxEntriesThe maximum number of entries allowed in the etsysFWPolicyRuleDefTable.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.2.2.1 |
etsysFWPolicyRuleDefNumEntriesThe current number of entries in the etsysFWPolicyRuleDefTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.2.2.2 |
etsysFWPolicyRuleDefLastChangeThe sysUpTime at which the etsysFWPolicyRuleDefTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.2.3 |
etsysFWPolicyRuleDefTableThis table defines a policy rule by associating a network objects with a filter or a set of filters and an action to take when the filter is true. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWPolicyRuleDefStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWPolicyRuleDefStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWPolicyRuleDefEntry .1.3.6.1.4.1.5624.1.2.37.2.2.4 |
etsysFWPolicyRuleDefEntryA row defining a particular policy definition. A rule definition binds a filter pointer to an action. EtsysFWPolicyRuleDefEntry .1.3.6.1.4.1.5624.1.2.37.2.2.4.1 |
etsysFWPolicyRuleDefNameetsysFWPolicyRuleDefName is the administratively assigned name of the policy rule. SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.2.2.4.1.1 |
etsysFWPolicyRuleDefSrcNetworkIf the source address of the packet is in the set of addresses defined by the network object pointed to by etsysFWPolicyRuleDefSrcNetwork and the destination address is in the set of addresses defined by the network object pointed to by etsysFWPolicyRuleDefDstNetwork, the firewall will evaluate the etsysFWPolicyRuleDefFilter for the packet. This MIB defines the following tables which may be pointed to by this column. Implementations may choose to provide support for other network tables or scalars as well: etsysFWNetworkGroupTable etsysFWNetworkTable If this column is set to a VariablePointer value which references a non-existent row in an otherwise supported table, the inconsistentName exception should be returned. If the table or scalar pointed to by the VariablePointer is not supported at all, then an inconsistentValue exception should be returned.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.2.4.1.2 |
etsysFWPolicyRuleDefDstNetworkIf the source address of the packet is in the set of addresses defined by the network object pointed to by etsysFWPolicyRuleDefSrcNetwork and the destination address is in the set of addresses defined by the network object pointed to by etsysFWPolicyRuleDefDstNetwork, the firewall will evaluate the etsysFWPolicyRuleDefFilter for the packet. This MIB defines the following tables which may be pointed to by this column. Implementations may choose to provide support for other network tables or scalars as well: etsysFWNetworkGroupTable etsysFWNetworkTable If this column is set to a VariablePointer value which references a non-existent row in an otherwise supported table, the inconsistentName exception should be returned. If the table or scalar pointed to by the VariablePointer is not supported at all, then an inconsistentValue exception should be returned.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.2.4.1.3 |
etsysFWPolicyRuleDefBidirectionalA policy may be specified as bidirectional to mean that it also operates with the etsysFWPolicyRuleDefSrcNetwork and etsysFWPolicyRuleDefDstNetwork reversed. If this column is false, the policy operates only in the direction defined by etsysFWPolicyRuleDefSrcNetwork and etsysFWPolicyRuleDefDstNetwork.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.2.4.1.4 |
etsysFWPolicyRuleDefServiceetsysFWPolicyRuleDefFilter points to a filter which is used to evaluate whether the action associated with this row should be fired or not. The action will only fire if the filter referenced by this object evaluates to true. This MIB defines the following tables which may be pointed to by this column. Implementations may choose to provide support for other filter tables or scalars as well: etsysFWIpHeaderFilterTable etsysFWIpOptionsFilterTable If this column is set to a VariablePointer value which references a non-existent row in an otherwise supported table, the inconsistentName exception should be returned. If the table or scalar pointed to by the VariablePointer is not supported at all, then an inconsistentValue exception should be returned.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.2.4.1.5 |
etsysFWPolicyRuleAuthNameThe authentication group name to use.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.5624.1.2.37.2.2.4.1.6 |
etsysFWPolicyRuleDefActionThe action to take when the filter is true. allow: the packet should be allowed drop: the packet should be dropped allowAuth: the packet is allowed if the source address has been authenticated to the group.rw Enumeration .1.3.6.1.4.1.5624.1.2.37.2.2.4.1.7 |
etsysFWPolicyRuleDefLoggingWhen the filter is true, log the activity of this rule.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.2.4.1.8 |
etsysFWPolicyRuleDefStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.2.4.1.9 |
etsysFWPolicyRuleDefRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified. This object SHOULD NOT be set to active until the containing networks and filters have been defined. Once active, it MUST remain active until no etsysFWGroupPolicyRuleDef entries are referencing it.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.2.4.1.10 |
etsysFWPolicyNetworks OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.2.3 |
etsysFWNetworkGroupMaxEntriesThe maximum number of entries allowed in the etsysFWNetworkGroupTable.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.2.3.1 |
etsysFWNetworkGroupNumEntriesThe current number of entries in the etsysFWNetworkGroupTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.2.3.2 |
etsysFWNetworkGroupLastChangeThe sysUpTime at which the etsysFWNetworkGroupTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.3.3 |
etsysFWNetworkGroupTableA table defining a group of network objects from the etsysFWNetworkTable or a network group in etsysFWNetworkGroupTable. The networks contained in the group are defined in the etsysFWNetwkInNetGrpTable. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWNetworkGroupStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWNetworkGroupStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWNetworkGroupEntry .1.3.6.1.4.1.5624.1.2.37.2.3.4 |
etsysFWNetworkGroupEntryAn entry in the etsysFWNetworkGroupTable. EtsysFWNetworkGroupEntry .1.3.6.1.4.1.5624.1.2.37.2.3.4.1 |
etsysFWNetworkGroupNameThe administratively assigned name of the network group. SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.2.3.4.1.1 |
etsysFWNetworkGroupStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.3.4.1.2 |
etsysFWNetworkGroupRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified. Once active, it MAY NOT have its value changed if any active rows in the etsysFWNetwkInNetGrpTable or the etsysFWFilterDefTable are currently pointing at this row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.3.4.1.3 |
etsysFWNetworkGroupMaxNetworksThe maximum number of networks allowed in a network group.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.2.3.5 |
etsysFWNetwkInNetGrpLastChangeThe sysUpTime at which the etsysFWNetwkInNetGrpTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.3.6 |
etsysFWNetwkInNetGrpTableA table defining the networks in a network group. All etsysFWNetwkInNetGrpSubNetwork objects in a etsysFWNetworkGroupName must have the same etsysFWNetworkIPVersion and etsysFWNetworkRealm. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWNetwkInNetGrpStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWNetwkInNetGrpStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWNetwkInNetGrpEntry .1.3.6.1.4.1.5624.1.2.37.2.3.7 |
etsysFWNetwkInNetGrpEntryAn entry in the etsysFWNetwkInNetGrpTable. EtsysFWNetwkInNetGrpEntry .1.3.6.1.4.1.5624.1.2.37.2.3.7.1 |
etsysFWNetwkInNetGrpSubNetworkThe location of the contained network. The MIB defines the following tables which may be pointed to by this column: etsysFWNetworkTable Implementations should prevent recursion and return the inconsistentName exception if the SnmpAdminString value references an etsysFWNetworkGroupTable row that already contains the etsysFWNetworkGroupName of this row. If this column is set to a SnmpAdminString value which references a non-existent row in an otherwise supported table, the inconsistentName exception should be returned. If the table or scalar pointed to by the SnmpAdminString is not supported at all, then an inconsistentValue exception should be returned. SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.5624.1.2.37.2.3.7.1.1 |
etsysFWNetwkInNetGrpStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.3.7.1.2 |
etsysFWNetwkInNetGrpRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified. This object cannot be made active until the network or network group referenced by the etsysFWNetwkInNetGrpSubNetwork is both defined and is active. An attempt to do so will result in an inconsistentValue error.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.3.7.1.3 |
etsysFWNetworkMaxEntriesThe maximum number of entries allowed in the etsysFWNetworkTable.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.2.3.8 |
etsysFWNetworkNumEntriesThe current number of entries in the etsysFWNetworkTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.2.3.9 |
etsysFWNetworkLastChangeThe sysUpTime at which the etsysFWNetworkTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.3.10 |
etsysFWNetworkTableA table defining the networks associated with filters to create the firewall policy rules. Networks can be defined with a network IP address and mask, an IP address range, or a single IP host address. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWNetworkStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWNetworkStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWNetworkEntry .1.3.6.1.4.1.5624.1.2.37.2.3.11 |
etsysFWNetworkEntryAn entry in the etsysFWNetworkTable. EtsysFWNetworkEntry .1.3.6.1.4.1.5624.1.2.37.2.3.11.1 |
etsysFWNetworkNameThe administratively assigned name of the network. SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.2.3.11.1.1 |
etsysFWNetworkRealmA network is qualified as either an internal or external address.rw Enumeration .1.3.6.1.4.1.5624.1.2.37.2.3.11.1.2 |
etsysFWNetworkRangeOrMaskWhen set to useIpAddrRange, the etsysFWNetworkIPAddrBegin and etsysFWNetworkIPAddrEnd define the network object in this row. When set to useIpAddrMask, the etsysFWNetworkIPAddrBegin and etsysFWNetworkIPAddrMask define the network object in this row.rw Enumeration .1.3.6.1.4.1.5624.1.2.37.2.3.11.1.3 |
etsysFWNetworkIPVersionThe Internet Protocol version the addresses are to match against. The value of this property determines the size and format of the etsysFWNetworkIPAddressBegin, etsysFWNetworkIPAddressEnd and etsysFWNetworkIPAddressMask objects. Values of unknown, ipv4z, ipv6z and dns are not legal values for this object.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.2.3.11.1.4 |
etsysFWNetworkIPAddressBeginThe IP address that with either the etsysFWNetworkIPAddrEnd or etsysFWNetworkIPAddrMask define the network object for this row.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.2.3.11.1.5 |
etsysFWNetworkIPAddressEndWhen etsysFWNetworkRangeOrMask is set to useIpAddrRange, this is the end of the IP address range. To define a single host set this to the value of etsysFWNetworkIpAddrBegin.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.2.3.11.1.6 |
etsysFWNetworkIPAddressMaskWhen etsysFWNetworkRangeOrMask is set to useIpAddrMask, this is the mask that define the IP network. To define a single host set this to all 1's.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.2.3.11.1.7 |
etsysFWNetworkStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.3.11.1.8 |
etsysFWNetworkRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified. Once active, it MAY NOT have its value changed if any active rows in the etsysFWNetwkInNetGrpTable or the etsysFWFilterDefTable are currently pointing at this row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.3.11.1.9 |
etsysFWPolicyServices OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.2.4 |
etsysFWServiceGroupMaxEntriesThe maximum number of entries allowed in the etsysFWServiceGroupTable.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.2.4.1 |
etsysFWServiceGroupNumEntriesThe current number of entries in the etsysFWServiceGroupTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.2.4.2 |
etsysFWServiceGroupLastChangeThe sysUpTime at which the etsysFWServiceGroupTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.4.3 |
etsysFWServiceGroupTableA table defining a group of service objects from the etsysFWServiceTable or a service group in etsysFWServiceGroupTable. The services contained in the group are defined in the etsysFWNetwkInNetGrpTable. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWServiceGroupStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWServiceGroupStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWServiceGroupEntry .1.3.6.1.4.1.5624.1.2.37.2.4.4 |
etsysFWServiceGroupEntryAn entry in the etsysFWServiceGroupTable. EtsysFWServiceGroupEntry .1.3.6.1.4.1.5624.1.2.37.2.4.4.1 |
etsysFWServiceGroupNameThe administratively assigned name of the service group. SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.2.4.4.1.1 |
etsysFWServiceGroupStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.4.4.1.2 |
etsysFWServiceGroupRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified. Once active, it MAY NOT have its value changed if any active rows in the etsysFWNetwkInNetGrpTable or the etsysFWFilterDefTable are currently pointing at this row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.4.4.1.3 |
etsysFWServiceGroupMaxServicesThe maximum number of services allowed in a service group.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.2.4.5 |
etsysFWServiceInSvcGrpLastChangeThe sysUpTime at which the etsysFWServiceInSvcTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.4.6 |
etsysFWServiceInSvcGrpTableA table defining the services in a service group. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWServiceInSvcGrpStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWServiceInSvcGrpStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWServiceInSvcGrpEntry .1.3.6.1.4.1.5624.1.2.37.2.4.7 |
etsysFWServiceInSvcGrpEntryAn entry in the etsysFWServiceInSvcGrpTable. EtsysFWServiceInSvcGrpEntry .1.3.6.1.4.1.5624.1.2.37.2.4.7.1 |
etsysFWServiceInSvcGrpSubServiceThe location of the contained service. The MIB defines the following tables which may be pointed to by this column: etsysFWServiceTable Implementations should prevent recursion and return the inconsistentName exception if the SnmpAdminString value references an etsysFWServiceGroupTable row that already contains the etsysFWServiceGroupName of this row. If this column is set to a SnmpAdminString value which references a non-existent row in an otherwise supported table, the inconsistentName exception should be returned. If the table or scalar pointed to by the SnmpAdminString is not supported at all, then an inconsistentValue exception should be returned. SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.5624.1.2.37.2.4.7.1.1 |
etsysFWServiceInSvcGrpStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.4.7.1.2 |
etsysFWServiceInSvcGrpRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified. This object cannot be made active until the service or service group referenced by the etsysFWNetwkInNetGrpSubService is both defined and is active. An attempt to do so will result in an inconsistentValue error.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.4.7.1.3 |
etsysFWServiceMaxEntriesThe maximum number of entries allowed in the etsysFWServiceTable.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.2.4.8 |
etsysFWServiceNumEntriesThe current number of entries in the etsysFWServiceTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.2.4.9 |
etsysFWServiceLastChangeThe sysUpTime at which the etsysFWServiceTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.4.10 |
etsysFWServiceTableThis table contains a list of service definitions to be used within the etsysFWPolicyRuleDefTable. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWServiceStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWServiceStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWServiceEntry .1.3.6.1.4.1.5624.1.2.37.2.4.11 |
etsysFWServiceEntryA definition of a service. EtsysFWServiceEntry .1.3.6.1.4.1.5624.1.2.37.2.4.11.1 |
etsysFWServiceNameThe administrative name for this filter. SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.2.4.11.1.1 |
etsysFWServiceSrcLowPortThe low port of the port range a packet's source must match against. To match, the port number must be greater than or equal to this value. This object is only used if sourcePort is set in etsysFWServiceType, in which case the value of 0 for this object is illegal.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.2.4.11.1.2 |
etsysFWServiceSrcHighPortThe high port of the port range a packet's source must match against. To match, the port number must be less than or equal to this value. This object is only used if sourcePort is set in etsysFWServiceType, in which case the value of 0 for this object is illegal.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.2.4.11.1.3 |
etsysFWServiceDstLowPortThe low port of the port range a packet's destination must match against. To match, the port number must be greater than or equal to this value. This object is only used if destinationPort is set in etsysFWServiceType, in which case the value of 0 for this object is illegal.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.2.4.11.1.4 |
etsysFWServiceDstHighPortThe high port of the port range a packet's destination must match against. To match, the port number must be less than or equal to this value. This object is only used if destinationPort is set in etsysFWServiceType, in which case the value of 0 for this object is illegal.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.2.4.11.1.5 |
etsysFWServiceProtocolThe protocol number the incoming packet must match against for this filter to be evaluated as true. This object is only used if protocol is set in etsysFWServiceType.rw Enumeration .1.3.6.1.4.1.5624.1.2.37.2.4.11.1.6 |
etsysFWServiceStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.4.11.1.7 |
etsysFWServiceRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.4.11.1.8 |
etsysFWPolicyFilters OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.2.5 |
etsysFWFilterDefMaxEntriesThe maximum number of entries allowed in the etsysFWFilterDefTable.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.2.5.1 |
etsysFWFilterDefNumEntriesThe current number of entries in the etsysFWFilterDefTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.2.5.2 |
etsysFWFilterDefLastChangeThe sysUpTime at which the etsysFWFilterDefTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.3 |
etsysFWFilterDefTableThis table defines a policy rule by associating a network objects with a filter or a set of filters and an action to take when the filter is true. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWFilterDefStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWFilterDefStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWFilterDefEntry .1.3.6.1.4.1.5624.1.2.37.2.5.4 |
etsysFWFilterDefEntryA row defining a particular filter definition. A rule definition binds a filter pointer to an action. EtsysFWFilterDefEntry .1.3.6.1.4.1.5624.1.2.37.2.5.4.1 |
etsysFWFilterDefNameetsysFWFilterDefName is the administratively assigned name of the policy rule. SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.2.5.4.1.1 |
etsysFWFilterDefSrcNetworkIf the source address of the packet is in the set of addresses defined by the network object pointed to by etsysFWFilterDefSrcNetwork and the destination address is in the set of addresses defined by the network object pointed to by etsysFWFilterDefDstNetwork, the firewall will evaluate the etsysFWFilterDefFilter for the packet. This MIB defines the following tables which may be pointed to by this column. Implementations may choose to provide support for other network tables or scalars as well: etsysFWNetworkGroupTable etsysFWNetworkTable If this column is set to an SnmpAdminString value which references a non-existent row in an otherwise supported table, the inconsistentName exception should be returned. If the table or scalar pointed to by the VariablePointer is not supported at all, then an inconsistentValue exception should be returned.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.4.1.2 |
etsysFWFilterDefDstNetworkIf the source address of the packet is in the set of addresses defined by the network object pointed to by etsysFWFilterDefSrcNetwork and the destination address is in the set of addresses defined by the network object pointed to by etsysFWFilterDefDstNetwork, the firewall will evaluate the etsysFWFilterDefFilter for the packet. This MIB defines the following tables which may be pointed to by this column. Implementations may choose to provide support for other network tables or scalars as well: etsysFWNetworkGroupTable etsysFWNetworkTable If this column is set to a VariablePointer value which references a non-existent row in an otherwise supported table, the inconsistentName exception should be returned. If the table or scalar pointed to by the VariablePointer is not supported at all, then an inconsistentValue exception should be returned.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.4.1.3 |
etsysFWFilterDefBidirectionalA policy may be specified as bidirectional to mean that it also operates with the etsysFWFilterDefSrcNetwork and etsysFWFilterDefDstNetwork reversed. If this column is false, the policy operates only in the direction defined by etsysFWFilterDefSrcNetwork and etsysFWFilterDefDstNetwork.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.4.1.4 |
etsysFWFilterDefProtocolxrw Integer32 .1.3.6.1.4.1.5624.1.2.37.2.5.4.1.5 |
etsysFWFilterDefICMPTypexrw Integer32 .1.3.6.1.4.1.5624.1.2.37.2.5.4.1.6 |
etsysFWFilterDefLoggingWhen the filter is true, log the activity of this rule.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.4.1.7 |
etsysFWFilterDefStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.4.1.8 |
etsysFWFilterDefRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified. This object SHOULD NOT be set to active until the containing networks and filters have been defined. Once active, it MUST remain active until no etsysFWGroupFilterDef entries are referencing it.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.4.1.9 |
etsysFWCLSFilterMaxFiltersThe maximum number of CLS filters allowed per etsysFWPolicyRuleDefName.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.2.5.5 |
etsysFWCLSFilterLastChangeThe sysUpTime at which the etsysFWCLSFilterTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.6 |
etsysFWCLSFilterTableThis table defines the command line string filters that can be applied to a policy rule definition. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWGroupPolicyStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWGroupPolicyStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWCLSFilterEntry .1.3.6.1.4.1.5624.1.2.37.2.5.7 |
etsysFWCLSFilterEntryA row defining a particular command line string filter. EtsysFWCLSFilterEntry .1.3.6.1.4.1.5624.1.2.37.2.5.7.1 |
etsysFWCLSFilterIndex. Integer32 .1.3.6.1.4.1.5624.1.2.37.2.5.7.1.1 |
etsysFWCLSFilterWord.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.5624.1.2.37.2.5.7.1.2 |
etsysFWCLSFilterStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.7.1.3 |
etsysFWCLSFilterRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.7.1.4 |
etsysFWHTMLFilterTableThis table contains filters that applies to the HTML protocol. The implementation may choose to allow modifications to this table only under certain SNMP contexts. The etsysFWIpOptionsHeadFiltStorageType for a given SNMP context may be readOnly, meaning the row cannot be modified or deleted. In another SNMP context, the etsysFWIpOptionsHeadFiltStorageType value could allow the row to be modified or deleted. SEQUENCE OF EtsysFWHTMLFilterEntry .1.3.6.1.4.1.5624.1.2.37.2.5.8 |
etsysFWHTMLFilterEntryA definition of a particular filter. EtsysFWHTMLFilterEntry .1.3.6.1.4.1.5624.1.2.37.2.5.8.1 |
etsysFWHTMLFilterNameThe administrative name for this HTML filter. SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.2.5.8.1.1 |
etsysFWHTMLFilterType.rw Enumeration .1.3.6.1.4.1.5624.1.2.37.2.5.8.1.2 |
etsysFWHTMLFilterNetwork.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.5624.1.2.37.2.5.8.1.3 |
etsysFWHTMLFilterLogging.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.8.1.4 |
etsysFWHTMLFilterStorageTypeThe storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.8.1.5 |
etsysFWHTMLFilterRowStatusThis object indicates the conceptual status of this row. The value of this object has no effect on whether other objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.2.5.8.1.6 |
etsysFWMonitoringObjects OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.3 |
etsysFWPolicyRuleTrueNumEntriesThe current number of entries in the etsysFWPolicyRuleTrueTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.3.1 |
etsysFWPolicyRuleTrueLastChangeThe sysUpTime at which the etsysFWPolicyRuleTrueTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.3.2 |
etsysFWPolicyRuleTrueTableThis table contains a counter for the number of times each policy rule has been true during packet inspection since the last restart of the device. SEQUENCE OF EtsysFWPolicyRuleTrueEntry .1.3.6.1.4.1.5624.1.2.37.3.3 |
etsysFWPolicyRuleTrueEntryA row in the table for a named policy rule definition. EtsysFWPolicyRuleTrueEntry .1.3.6.1.4.1.5624.1.2.37.3.3.1 |
etsysFWPolicyRuleTrueIndexA unique index for this row.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.3.3.1.1 |
etsysFWPolicyRuleTrueNameThe name of the policy rule.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.5624.1.2.37.3.3.1.2 |
etsysFWPolicyRuleTrueEventsThe number of times since the device has restarted that the rule has been true during packet inspection.ro Counter32 .1.3.6.1.4.1.5624.1.2.37.3.3.1.3 |
etsysFWPolicyRuleTrueLastEventThe date and time when this rule was last true during packet inspection.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.3.3.1.4 |
etsysFWSessionTotalsNumEntriesThe current number of entries in the etsysFWSessionTotalsTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.3.4 |
etsysFWSessionTotalsLastChangeThe sysUpTime at which the etsysFWSessionTotalsTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.3.5 |
etsysFWSessionTotalsTableThe firewall can perform stateful inspection of packets to allow incoming traffic associated with outgoing packets. These associations are sessions. This table returns data about the total sessions indexed by protocol-id (as defined by the assigned protocol-numbers of the IANA). SEQUENCE OF EtsysFWSessionTotalsEntry .1.3.6.1.4.1.5624.1.2.37.3.6 |
etsysFWSessionTotalsEntryA row with the session counters for a particular protocol-id. EtsysFWSessionTotalsEntry .1.3.6.1.4.1.5624.1.2.37.3.6.1 |
etsysFWSessTotIndexA unique index for this row.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.3.6.1.1 |
etsysFWSessTotProtocolIDThe protocol-id for this row.ro Unsigned32 .1.3.6.1.4.1.5624.1.2.37.3.6.1.2 |
etsysFWSessTotActiveSessionsThe total number of active sessions for this protocol.ro Counter32 .1.3.6.1.4.1.5624.1.2.37.3.6.1.3 |
etsysFWSessTotPeakSessionsThe peak number of sessions for this protocol since the last restart of the device.ro Counter32 .1.3.6.1.4.1.5624.1.2.37.3.6.1.4 |
etsysFWSessTotBlockedSessionsThe total number of sessions that have been blocked for this protocol since the last restart of the device.ro Counter32 .1.3.6.1.4.1.5624.1.2.37.3.6.1.5 |
etsysFWSessTotLastBlockThe date and time of the last blocked session for this protocol.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.3.6.1.6 |
etsysFWIpSessionNumEntriesThe current number of entries in the etsysFWIpSessionTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.3.7 |
etsysFWIpSessionLastChangeThe sysUpTime at which the etsysFWIpSessionTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.3.8 |
etsysFWIpSessionTableThe firewall can perform stateful inspection of packets to allow incoming traffic associated with outgoing packets. These associations are sessions. This table returns data about the current active sessions. SEQUENCE OF EtsysFWIpSessionEntry .1.3.6.1.4.1.5624.1.2.37.3.9 |
etsysFWIpSessionEntryA row that defines an active session. EtsysFWIpSessionEntry .1.3.6.1.4.1.5624.1.2.37.3.9.1 |
etsysFWIpSessionIndexA unique index for this row.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.3.9.1.1 |
etsysFWIpSessionIPVersionThe Internet Protocol version. The value of this property affects the size and format of the etsysFWIpSessionSrcAddress and etsysFWIpSessionDstAddress objects.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.3.9.1.2 |
etsysFWIpSessionSrcAddressThe source IP address of this session.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.3.9.1.3 |
etsysFWIpSessionDstAddressThe destination IP address of this session.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.3.9.1.4 |
etsysFWIpSessionSrcPortThe source port of this session.ro InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.3.9.1.5 |
etsysFWIpSessionDstPortThe destination port of this session.ro InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.3.9.1.6 |
etsysFWIpSessionProtocolIDThe protocol-id of this session (as defined by the assigned protocol-numbers of the IANA).ro Unsigned32 .1.3.6.1.4.1.5624.1.2.37.3.9.1.7 |
etsysFWIpSessionCreationThe date and time this session was created.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.3.9.1.8 |
etsysFWAuthAddressNumEntriesThe current number of entries in the etsysFWAuthAddressTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.3.10 |
etsysFWAuthAddressLastChangeThe sysUpTime at which the etsysFWAuthAddressTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.3.11 |
etsysFWAuthAddressTableThe firewall has an action to allow traffic only to IP addresses that have authenticated with the firewall. After authentication, the authenticated address remains in a cache as long as there are packets from the address. This table returns the cached authenticated IP addresses. The table rows are removed when the IP address is idle for the number of seconds specified in etsysFWAuthTimeout. SEQUENCE OF EtsysFWAuthAddressEntry .1.3.6.1.4.1.5624.1.2.37.3.12 |
etsysFWAuthAddressEntryA row that defines an authenticated IP address. EtsysFWAuthAddressEntry .1.3.6.1.4.1.5624.1.2.37.3.12.1 |
etsysFWAuthAddressIndexA unique index for this row.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.3.12.1.1 |
etsysFWAuthAddressIPVersionThe Internet Protocol version. The value of this property affects the size and format of the etsysFWAuthAddressIPAddress object.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.3.12.1.2 |
etsysFWAuthAddressIPAddressThe authenticated IP address.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.3.12.1.3 |
etsysFWAuthAddressGroupNameThe group name of the authenticated IP address.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.5624.1.2.37.3.12.1.4 |
etsysFWAuthAddressIdleTimeThe number of seconds this IP address has been idle.ro Integer32 .1.3.6.1.4.1.5624.1.2.37.3.12.1.5 |
etsysFWDoSBlockedNumEntriesThe current number of entries in the etsysFWDoSBlockedTable.ro Gauge32 .1.3.6.1.4.1.5624.1.2.37.3.13 |
etsysFWDoSBlockedLastChangeThe sysUpTime at which the etsysFWDoSBlockedTable was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.3.14 |
etsysFWDoSBlockedTableFirewalls can provide protection from some common forms of Denial of Service attacks. The firewall will return the total number of times the specific DoS attack has been blocked and the IP address and time of the last blocked attack. SEQUENCE OF EtsysFWDoSBlockedEntry .1.3.6.1.4.1.5624.1.2.37.3.15 |
etsysFWDoSBlockedEntryA row that defines the statistics for a particular DoS attack. EtsysFWDoSBlockedEntry .1.3.6.1.4.1.5624.1.2.37.3.15.1 |
etsysFWDoSAttackNameThe name of a DoS attack. Example names are 'SYN Flood', 'Tear Drop', and 'ICMP Flood'.ro SnmpAdminString .1.3.6.1.4.1.5624.1.2.37.3.15.1.1 |
etsysFWDoSSrcIPVersionThe Internet Protocol version. The value of this property affects the size and format of the etsysFWDoSScrIPAddress object.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.3.15.1.2 |
etsysFWDoSSrcIPAddressThe source IP address of the last blocked attack.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.5624.1.2.37.3.15.1.3 |
etsysFWDoSAttackTimeThe time of the last blocked attack.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.37.3.15.1.4 |
etsysFWDoSBlockedAttacksThe number of times this DoS attack has been blocked since the last restart of the device.ro Counter32 .1.3.6.1.4.1.5624.1.2.37.3.15.1.5 |
etsysFirewallConformance OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.4 |
etsysFirewallGroups OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.4.1 |
etsysFWFirewallEnabledGroupThe Firewall Enabled Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.1 |
etsysFWFirewallConfigGroupThe Firewall Configuration Group for general system parameters. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.2 |
etsysFWFirewallIntfGroupThe Firewall on Interface Enabled Group for enabling the firewall on individual interfaces. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.3 |
etsysFWSystemPolicyNameGroupThe System Policy Group Name Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.4 |
etsysFWInterfacePolicyGroupThe Interface to Policy Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.5 |
etsysFWGroupPolicyGroupThe Group Policy to Rule Definition Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.6 |
etsysFWPolicyRuleDefGroupThe Policy Rule Definition Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.7 |
etsysFWNetworkGroupGroupThe Network Group Network In Network Group Tables Group Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.8 |
etsysFWNetworkGroupThe Network Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.9 |
etsysFWServiceGroupGroupThe Service Group in Servce Group Tables Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.10 |
etsysFWServiceGroupThe Service Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.11 |
etsysFWFilterGroupThe Filter Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.12 |
etsysFWCLSFilterGroupThe CLS Filter Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.13 |
etsysFWHTMLFilterGroupThe HTML Filter Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.14 |
etsysFWPolicyRuleTrueGroupThe Policy Rule True Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.15 |
etsysFWSessionTotalsGroupThe Firewall Session Totals Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.16 |
etsysFWIpSessionGroupThe Firewall IP Sessions Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.17 |
etsysFWAuthAddressGroupThe Firewall Authenticated Addresses Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.18 |
etsysFWDoSBlockedGroupThe Firewall DoS Blocked Attacks Table Group. Unknown .1.3.6.1.4.1.5624.1.2.37.4.1.19 |
etsysFirewallCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.37.4.2 |
etsysFirewallComplianceThe compliance statement for devices that support the etsysFirewallMIB. Unknown .1.3.6.1.4.1.5624.1.2.37.4.2.1 |