HUAWEI-FIREWALL-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-FIREWALL-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hwFirewallMIB 1.3.6.1.4.1.2011.5.25.222
The MIB contains objects of firewall , referencing the draft-grall-firewall-mib-01.
         hwFirewallMIBObjects 1.3.6.1.4.1.2011.5.25.222.1
             hwFwEvents 1.3.6.1.4.1.2011.5.25.222.1.1
                 hwFwNetEvents 1.3.6.1.4.1.2011.5.25.222.1.1.2
                     hwFwNetEventsTableLastRow 1.3.6.1.4.1.2011.5.25.222.1.1.2.1 unsigned32 read-only
The index value of the last row in the hwFwNetEventsTable. This number starts at 1 and increase by one with each new log entry. When this number wraps, all events are deleted.
                     hwFwBasicEvents 1.3.6.1.4.1.2011.5.25.222.1.1.2.3
                         hwFwBasicEventsTableLastRow 1.3.6.1.4.1.2011.5.25.222.1.1.2.3.1 unsigned32 read-only
The index value of the most recently created row in the cfwBasicEventsTable. This number starts at 1 and increase by one with each new log entry. When this number wraps, all events are deleted.
                         hwFwBasicEventsTable 1.3.6.1.4.1.2011.5.25.222.1.1.2.3.2 no-access
Table of basic data for firewall events. The agent may choose to delete the instances of cfwBasicEventsEntry as required because of lack of memory. The oldest Events will be selected first for deletion.
                             hwFwBasicEventsEntry 1.3.6.1.4.1.2011.5.25.222.1.1.2.3.2.1 no-access
An entry in the table, containing general information about an event. This table will always be sparse, i.e., each row will instanciate only a subet of the columnar objects.
                                 hwFwBasicEventIndex 1.3.6.1.4.1.2011.5.25.222.1.1.2.3.2.1.1 unsigned32 no-access
An index that uniquely identifies an entry in the log table. These indices are assigned beginning with 1 and increase by one with each new event logged.
                                 hwFwBasicEventTime 1.3.6.1.4.1.2011.5.25.222.1.1.2.3.2.1.2 snmpadminstring read-only
The time that the event occurred.
                                 hwFwBasicSecurityEventType 1.3.6.1.4.1.2011.5.25.222.1.1.2.3.2.1.3 securityevent read-only
The type of security-related event that this row contains. If the event is not security-related this object will not be instantiated.
                                 hwFwBasicEventDescription 1.3.6.1.4.1.2011.5.25.222.1.1.2.3.2.1.4 snmpadminstring read-only
A description of the event. The value of the object may be a zero-length string.
                                 hwFwBasicEventDetailsTableRow 1.3.6.1.4.1.2011.5.25.222.1.1.2.3.2.1.5 unsigned32 read-only
A pointer to a row in the table containing details about this event. Generally, the table will be the cfwNetEventsTable but a Cisco-defined table may also appear here. If there there is no more detailed information for this event the value of this object will have the value {0 0}.
                     hwFwNetEventsTable 1.3.6.1.4.1.2011.5.25.222.1.1.2.4 no-access
Table of detailed data for network events. The agent may choose to delete the instances of hwFwBasicEventsEntry as required because of lack of memory. It is an implementation-specific matter as to when this deletion may occur. It is recommended that the oldest log instances are deleted first.
                         hwFwNetEventsEntry 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1 no-access
An entry in the table, containing detailed information about an event. Note that this table may be sparse. If Network Address Translation is not enabled hwFwNetEventInsideSrcIpAddress and hwFwNetEventInsideDstIpAddress will not be instantiated in the row. If Port Address Translation is not enabled hwFwNetEventInsideSrcIpPort and hwFwNetEventInsideDstIpPort will not be instantiated in the row. Entries are added to this table at the same time that events are added to the hwFwBasicEventsTable. These two tables may be configured to be different sizes so there may not be a one-to-one correspondence between rows in the two tables.
                             hwFwNetEventIndex 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.1 unsigned32 no-access
An index that uniquely identifies an entry in the log table. These indices are assigned beginning with one and increase by one with each new log entry. When this number wraps, all events are deleted in order to allow the NMS to differentiate between old and new events.
                             hwFwNetEventInterface 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.2 interfaceindexorzero read-only
The interface most closely associated with this event. For example, for an event that relates to the receipt of a packet, this object identifies the interface on which the packet was received. If there are multiple interfaces associated with an event, the interface most closely associated with the cause of the event will be used. For example, for an event for the setup of a TCP connection, the interface on the initiator's side of the connection would be preferred. If there is no associated interface, then this object has the value zero.
                             hwFwNetEventSrcVrfName 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.3 displaystring read-only
This object indicates the VRF's name.
                             hwFwNetEventSrcIpAddress 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.4 ipaddress read-only
Source IP address in the IP packet that caused the event. If there is no packet associated with the event this object has the value of zero. If the event is the result of multiple packets with different source addresses, this value may be zero or an address taken from an arbitrarily chosen packet in the sequence of packets causing the event.
                             hwFwNetEventInsideSrcIpAddress 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.5 ipaddress read-only
Source IP address after Network Address Translation has been applied. If NAT has not been applied to the source address in this packet this object will not be instantiated, resulting in a sparse table. If the event is the result of multiple packets with different source addresses, this value may be zero or an address taken from an arbitrarily chosen packet in the sequence of packets causing the event.
                             hwFwNetEventDstVrfName 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.6 displaystring read-only
This object indicates the VRF's name.
                             hwFwNetEventDstIpAddress 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.7 ipaddress read-only
Destination IP address in the IP packet that caused the event. If there is no packet associated with the event this object has the value of zero. If the event is the result of multiple packets with different destination addresses, this value may be zero or an address taken from an arbitrarily chosen packet in the sequence of packets causing the event.
                             hwFwNetEventInsideDstIpAddress 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.8 ipaddress read-only
Destination IP address after Network Address Translation has been applied. If NAT has not been applied to the destination address in this packet this object will not be instantiated, resulting in a sparse table. If the event is the result of multiple packets with different destination addresses, this value may be zero or an address taken from an arbitrarily chosen packet in the sequence of packets causing the event.
                             hwFwNetEventSrcIpPort 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.9 integer32 read-only
Source UDP/TCP port in the IP packet that caused the event. If there is no packet associated with the event this object has the value of zero. If the event is the result of multiple packets with different source ports, this value may be zero or a port taken from an arbitrarily chosen packet in the sequence of packets causing the event.
                             hwFwNetEventInsideSrcIpPort 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.10 integer32 read-only
Source UDP/TCP port after Port Address Translation has been applied. If PAT has not been applied to the source port in this packet this object will not be instantiated, resulting in a sparse table. If the event is the result of multiple packets with different source ports, this value may be zero or a port taken from an arbitrarily chosen packet in the sequence of packets causing the event.
                             hwFwNetEventDstIpPort 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.11 integer32 read-only
Destination UDP/TCP port in the IP packet that caused the event. If there is no packet associated with the event this object has the value of zero. If the event is the result of multiple packets with different destination ports, this value may be zero or a port taken from an arbitrarily chosen packet in the sequence of packets causing the event.
                             hwFwNetEventInsideDstIpPort 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.12 integer32 read-only
Destination UDP/TCP port after Port Address Translation has been applied. If PAT has not been applied to the Destination port in this packet this object will not be instantiated, resulting in a sparse table. If the event is the result of multiple packets with different destination ports, this value may be zero or a port taken from an arbitrarily chosen packet in the sequence of packets causing the event.
                             hwFwNetEventService 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.13 services read-only
The identification of the type of service involved with this event.
                             hwFwNetEventServiceInformation 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.14 snmpadminstring read-only
Specific service information. This can be used to describe the particular service indentified by hwFwNetEventService and can reflect whether the service is a local service or a gateway service. For example, if the value for hwFwNetEventService is loginTelnet then the string provided might be 'local telnet'.
                             hwFwNetEventIdentity 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.15 snmpadminstring read-only
This object will contain a description of the entity that caused the event. The entity could be a userid, username, processid or other identifier for the entity using the service. If there is no such information then this object will contain a zero-length string.
                             hwFwNetEventDescription 1.3.6.1.4.1.2011.5.25.222.1.1.2.4.1.16 snmpadminstring read-only
A detailed description of the event.
             hwFwSystem 1.3.6.1.4.1.2011.5.25.222.1.2
                 hwFwStatistics 1.3.6.1.4.1.2011.5.25.222.1.2.2
                     hwFwConnectionStatTable 1.3.6.1.4.1.2011.5.25.222.1.2.2.2 no-access
Table of firewall statistic instances.
                         hwFwConnectionStatEntry 1.3.6.1.4.1.2011.5.25.222.1.2.2.2.1 no-access
An entry in the table, containing information about a firewall statistic.
                             hwFwConnectionStatService 1.3.6.1.4.1.2011.5.25.222.1.2.2.2.1.1 services no-access
The identification of the type of connection providing statistics.
                             hwFwConnectionStatType 1.3.6.1.4.1.2011.5.25.222.1.2.2.2.1.2 connectionstat no-access
The state of the connections that this row contains statistics for.
                             hwFwConnectionStatDescription 1.3.6.1.4.1.2011.5.25.222.1.2.2.2.1.3 snmpadminstring read-only
A detailed textual description of this statistic.
                             hwFwConnectionStatCount 1.3.6.1.4.1.2011.5.25.222.1.2.2.2.1.4 counter32 read-only
This is an integer that contains the value of the resource statistic. If a type of 'gauge' is more appropriate this object will be omitted resulting in a sparse table.
                 hwFwZone 1.3.6.1.4.1.2011.5.25.222.1.2.3
                     hwFwZoneNumOfEntries 1.3.6.1.4.1.2011.5.25.222.1.2.3.1 gauge32 read-only
This object maintains a count of the number of entries that currently exist in the hwFwZoneTable.
                     hwFwZoneTable 1.3.6.1.4.1.2011.5.25.222.1.2.3.2 no-access
Table of firewall zone instances.
                         hwFwZoneEntry 1.3.6.1.4.1.2011.5.25.222.1.2.3.2.1 no-access
An entry in the table, containing information about a firewall zone.
                             hwFwZoneIndex 1.3.6.1.4.1.2011.5.25.222.1.2.3.2.1.1 unsigned32 no-access
This object represents the name of a firewall zone.
                             hwFwZoneName 1.3.6.1.4.1.2011.5.25.222.1.2.3.2.1.2 octet string read-only
This object represents the name of a firewall zone.
                             hwFwZonePriority 1.3.6.1.4.1.2011.5.25.222.1.2.3.2.1.3 unsigned32 read-only
This object represents the priority of a firewall zone.
                             hwFwZoneIfList 1.3.6.1.4.1.2011.5.25.222.1.2.3.2.1.4 octet string read-only
The set of interface which belong to the firewall zone.
                             hwFwZoneIfNum 1.3.6.1.4.1.2011.5.25.222.1.2.3.2.1.5 gauge32 read-only
The number of interface in this firewall zone.
                 hwFwInterZone 1.3.6.1.4.1.2011.5.25.222.1.2.4
                     hwFwInterZoneNumOfEntries 1.3.6.1.4.1.2011.5.25.222.1.2.4.1 gauge32 read-only
This object maintains a count of the number of entries that currently exist in the hwFwInterZoneTable.
                     hwFwInterZoneTable 1.3.6.1.4.1.2011.5.25.222.1.2.4.2 no-access
Table of firewall Interzone instances.
                         hwFwInterZoneEntry 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1 no-access
An entry in the table, containing information about a firewall Interzone.
                             hwFwInterZoneIndex 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.1 unsigned32 no-access
Index of the firewall interzone.
                             hwFwInterZoneName 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.2 octet string read-only
This object represents the name of a firewall Interzone.
                             hwFwInterZoneEnable 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.3 truthvalue read-write
Enable or disable firewall on interzone, and show firewall status on interzone.
                             hwFwInterZonePktFltInDefaultRule 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.4 pktfltdefaultrule read-only
Default rule of the packet filtering that the direction is inbound.
                             hwFwInterZonePktFltInAcl 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.5 unsigned32 read-only
Basic or advanced acl number of the packet filtering that the direction is inbound.
                             hwFwInterZonePktFltInMacAcl 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.6 unsigned32 read-only
Layer 2 acl number of the packet filtering that the direction is inbound.
                             hwFwInterZonePktFltOutDefaultRule 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.7 pktfltdefaultrule read-only
Default rule of the packet filtering that the direction is outbound.
                             hwFwInterZonePktFltOutAcl 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.8 unsigned32 read-only
Basic or advanced acl number of the packet filtering that the direction is outbound.
                             hwFwInterZonePktFltOutMacAcl 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.9 unsigned32 read-only
Layer 2 acl number of the packet filtering that the direction is outbound.
                             hwFwInterZoneAspf 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.10 aspfproto read-only
Type of protocol enabled aspf in this Interzone.
                             hwFwInterZoneSessLogInAcl 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.11 unsigned32 read-only
Acl number of interzone session log for inbound.
                             hwFwInterZoneSessLogOutAcl 1.3.6.1.4.1.2011.5.25.222.1.2.4.2.1.12 unsigned32 read-only
Acl number of interzone session log for outbound.
                 hwFwLog 1.3.6.1.4.1.2011.5.25.222.1.2.5
                     hwFwBlackListLogStatus 1.3.6.1.4.1.2011.5.25.222.1.2.5.1 truthvalue read-only
Whether blacklist log is enabled.
                     hwFwBlackListLogInterval 1.3.6.1.4.1.2011.5.25.222.1.2.5.2 timeticks read-only
Interval of blacklist log.
                     hwFwDefendLogStatus 1.3.6.1.4.1.2011.5.25.222.1.2.5.3 truthvalue read-only
Whether defend log is enabled.
                     hwFwDefendLogInterval 1.3.6.1.4.1.2011.5.25.222.1.2.5.4 timeticks read-only
Interval of defend log.
                     hwFwStatisticLogStatus 1.3.6.1.4.1.2011.5.25.222.1.2.5.5 truthvalue read-only
Whether statistic log is enabled.
                     hwFwStatisticLogInterval 1.3.6.1.4.1.2011.5.25.222.1.2.5.6 timeticks read-only
Interval of statistic log.
                     hwFwSessionLogStatus 1.3.6.1.4.1.2011.5.25.222.1.2.5.7 truthvalue read-only
Whether session log is enabled.
                     hwFwSessionLogInterval 1.3.6.1.4.1.2011.5.25.222.1.2.5.8 timeticks read-only
Interval of session log.
                     hwFwSessionNatLogStatus 1.3.6.1.4.1.2011.5.25.222.1.2.5.9 truthvalue read-only
Whether session nat log is enabled.
                     hwFwSessionOutBandLogStatus 1.3.6.1.4.1.2011.5.25.222.1.2.5.10 truthvalue read-only
Whether the out-of-band mode of sending log is enabled.
                     hwFwBinaryLogStatus 1.3.6.1.4.1.2011.5.25.222.1.2.5.11 truthvalue read-only
Whether binary log is enabled.
                     hwFwBinaryLogHostAddr 1.3.6.1.4.1.2011.5.25.222.1.2.5.12 ipaddress read-only
IP address of log server.
                     hwFwBinaryLogHostPort 1.3.6.1.4.1.2011.5.25.222.1.2.5.13 unsigned32 read-only
Port number of log server.
                     hwFwBinaryLogSrcAddr 1.3.6.1.4.1.2011.5.25.222.1.2.5.14 ipaddress read-only
IP address used by the device to communicate with the log server.
                     hwFwBinaryLogSrcPort 1.3.6.1.4.1.2011.5.25.222.1.2.5.15 unsigned32 read-only
Port number used by the device to communicate with the log server.
                     hwFwBinaryLogVpnName 1.3.6.1.4.1.2011.5.25.222.1.2.5.16 octet string read-only
Name of vpn-instance.
                 hwFwProtoAgingTime 1.3.6.1.4.1.2011.5.25.222.1.2.7
                     hwFwSipAgingTime 1.3.6.1.4.1.2011.5.25.222.1.2.7.1 timeticks read-only
Aging time for Sip stream.
                     hwFwSipMediaAgingTime 1.3.6.1.4.1.2011.5.25.222.1.2.7.2 timeticks read-only
Aging time for Sip media stream.
                     hwFwRtspAgingTime 1.3.6.1.4.1.2011.5.25.222.1.2.7.3 timeticks read-only
Aging time for Rtsp stream.
                     hwFwRtspMediaAgingTime 1.3.6.1.4.1.2011.5.25.222.1.2.7.4 timeticks read-only
Aging time for Rtsp media stream.
             hwFirewallMIBNotifications 1.3.6.1.4.1.2011.5.25.222.1.3
                 hwFwSecurityNotification 1.3.6.1.4.1.2011.5.25.222.1.3.2
This notification is used for events involving security events. The included objects provide more detailed information about the event.
                 hwFwInterzoneStatusNotification 1.3.6.1.4.1.2011.5.25.222.1.3.3
This notification is used for events involving security events. Send out firewall enable or disable event in Interzone.
         hwFirewallMIBConformance 1.3.6.1.4.1.2011.5.25.222.3
             hwFirewallMIBCompliances 1.3.6.1.4.1.2011.5.25.222.3.1
                 hwFirewallMIBCompliance 1.3.6.1.4.1.2011.5.25.222.3.1.1
The compliance statement for entities which implement the hwFirewallMIB.
             hwFirewallMIBGroups 1.3.6.1.4.1.2011.5.25.222.3.2
                 hwFirewallMIBEventsGroup 1.3.6.1.4.1.2011.5.25.222.3.2.1
Firewall events
                 hwFirewallMIBStatisticsGroup 1.3.6.1.4.1.2011.5.25.222.3.2.2
Firewall statistics
                 hwFirewallMIBNotificationGroup 1.3.6.1.4.1.2011.5.25.222.3.2.3
Firewall Notifications
                 hwFirewallMIBNotificationGroupRev1 1.3.6.1.4.1.2011.5.25.222.3.2.4
Firewall Notifications
                 hwFirewallMIBZoneGroup 1.3.6.1.4.1.2011.5.25.222.3.2.5
This is the firewall zone group.
                 hwFirewallMIBInterZoneGroup 1.3.6.1.4.1.2011.5.25.222.3.2.6
This is the firewall interzone group.
                 hwFirewallMIBLogGroup 1.3.6.1.4.1.2011.5.25.222.3.2.7
This is the firewall log group.
                 hwFirewallMIBAgingTimeGroup 1.3.6.1.4.1.2011.5.25.222.3.2.8
This is the firewall Aging time group.