AT-FIREWALL-MIB

File: AT-FIREWALL-MIB.mib (4167 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
AT-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Gauge32 IpAddress DisplayString
TruthValue ifIndex modules
DisplayStringUnsized

Defined Types

NumberOfSessionsPerNodeEntry  
SEQUENCE    
  nodeIpAddress IpAddress
  numberOfSessionsPerNode Gauge32

Defined Values

firewall 1.3.6.1.4.1.207.8.4.4.4.77
This MIB file contains definitions of managed objects for the FIREWALL module.
MODULE-IDENTITY    

firewallTrapMessage 1.3.6.1.4.1.207.8.4.4.4.77.1
The last message sent in a firewall TRAP. This variable is really just a placeholder for the object sent in the firewall TRAP, but can be read independently if required. Note however that a new TRAP will cause this variable to be overwritten.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

firewallTraps 1.3.6.1.4.1.207.8.4.4.4.77.0
OBJECT IDENTIFIER    

firewallAttackTrap 1.3.6.1.4.1.207.8.4.4.4.77.0.1
A firewall trap is generated when the firewall detects an intrusion or attack and notifies the router manager. Firewall trap notifications are enabled with the command ENABLE FIREWALL NOTIFY=SNMP.
Status: current Access: read-only
NOTIFICATION-TYPE    

firewallSessionsStatistics 1.3.6.1.4.1.207.8.4.4.4.77.2
OBJECT IDENTIFIER    

totalNumberOfSessions 1.3.6.1.4.1.207.8.4.4.4.77.2.1
The total number of sessions going through the firewall. It will be the sum of the number of sessions on all individual nodes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

numberOfSessionsPerNodeCountingStatus 1.3.6.1.4.1.207.8.4.4.4.77.2.2
The status of counting the number of sessions per node, ie, when this particular ferture is on, the status will be enabled, other wise it will be disabled, which is the default status.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

numberOfSessionsPerNodeTable 1.3.6.1.4.1.207.8.4.4.4.77.2.3
This is a table of nodes in the network with their corresponding ip address and number of sessions
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NumberOfSessionsPerNodeEntry

numberOfSessionsPerNodeEntry 1.3.6.1.4.1.207.8.4.4.4.77.2.3.1
An entry includes the information about a node and numbers of sessions belongs to it.
Status: current Access: not-accessible
OBJECT-TYPE    
  NumberOfSessionsPerNodeEntry  

nodeIpAddress 1.3.6.1.4.1.207.8.4.4.4.77.2.3.1.1
The ip address of each node that has firewall limit rules attached and needs to be monitored
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

numberOfSessionsPerNode 1.3.6.1.4.1.207.8.4.4.4.77.2.3.1.2
Number of active sessions created by the corresponding node
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32