TIARA-PACKETFILTER-MIB

File: TIARA-PACKETFILTER-MIB.mib (17235 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
TIARA-IP-MIB TIARA-NETWORKS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress Counter32 TruthValue
RowStatus DisplayString tiaraIpIfIndex
tiaraMgmt

Defined Types

FilterNameIndexEntry  
SEQUENCE    
  filterEntryName DisplayString
  filterNameIndex Integer32
  filterEntryRowStatus RowStatus

FilterRuleAssignTableEntry  
SEQUENCE    
  filterRuleSetNameIn DisplayString
  filterRuleSetNameOut DisplayString
  filterRuleAssignTableRowStatus RowStatus

FilterRuleSetTableEntry  
SEQUENCE    
  filterRuleSetLineNo Integer32
  filterRuleName DisplayString
  filterRuleSetAction INTEGER
  filterRuleSetProtocolType INTEGER
  filterRuleSetSrcIpAddr IpAddress
  filterRuleSetSrcMask IpAddress
  filterRuleSetDestIpAddr IpAddress
  filterRuleSetDestMask IpAddress
  filterRuleSetPrecedence Integer32
  filterRuleSetTos Integer32
  filterRuleSetIcmpType Integer32
  filterRuleSetIcmpCode Integer32
  filterRuleSetSrcPortOne Integer32
  filterRuleSetSrcPortTwo Integer32
  filterRuleSetDestPortOne Integer32
  filterRuleSetDestPortTwo Integer32
  filterRuleSetSrcRelationBetnPorts INTEGER
  filterRuleSetDestRelationBetnPorts INTEGER
  filterRuleSetTcpFlags BITS
  filterRuleSetLogAction TruthValue
  filterRuleSetConfigure INTEGER
  filterRuleSetTableRowStatus RowStatus

FilterRuleStatsTableEntry  
SEQUENCE    
  filterRuleStatsInBoundPermittedPkts Counter32
  filterRuleStatsInBoundDeniedPkts Counter32
  filterRuleStatsInBoundUnMatchedPkts Counter32
  filterRuleStatsOutBoundPermittedPkts Counter32
  filterRuleStatsOutBoundDeniedPkts Counter32
  filterRuleStatsOutBoundUnMatchedPkts Counter32
  filterRuleStatsNonIpInBoundPkts Counter32
  filterRuleStatsNonIpOutBoundPkts Counter32
  filterRuleStatsBadIpInBoundPkts Counter32
  filterRuleStatsBadIpOutBoundPkts Counter32

Defined Values

tiaraPacketFilterMib 1.3.6.1.4.1.3174.2.51
The MIB module to describe Tiara's Packet Filter MIB
MODULE-IDENTITY    

filterRuleClearCounters 1.3.6.1.4.1.3174.2.51.1
This variable is used to clear counters for a given Rule Set Name or All the counters. Whenever a set on this variable is done , the value given by the manager will be interpreted as the filter rule set name for which the counters will be cleared. As a special case if 'all' is the value of this variable then counters corresponding to all the filter rule set names will be cleared.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

filterNameIndexTable 1.3.6.1.4.1.3174.2.51.2
This Table maintains a mapping of filter name and Filter Index
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterNameIndexEntry

filterNameIndexEntry 1.3.6.1.4.1.3174.2.51.2.1
An entry in the filterRuleNameIndexTable
Status: current Access: not-accessible
OBJECT-TYPE    
  FilterNameIndexEntry  

filterEntryName 1.3.6.1.4.1.3174.2.51.2.1.1
A unique name for the filter rule
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

filterNameIndex 1.3.6.1.4.1.3174.2.51.2.1.2
A unique identifier for the filter rule
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

filterEntryRowStatus 1.3.6.1.4.1.3174.2.51.2.1.3
Used to add or delete a row in the table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

filterRuleAssignTable 1.3.6.1.4.1.3174.2.51.3
FilterRuleAssign Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterRuleAssignTableEntry

filterRuleAssignTableEntry 1.3.6.1.4.1.3174.2.51.3.1
An entry in the filterRuleName Table
Status: current Access: not-accessible
OBJECT-TYPE    
  FilterRuleAssignTableEntry  

filterRuleSetNameIn 1.3.6.1.4.1.3174.2.51.3.1.1
Rule Set Name for IN coming Direction
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

filterRuleSetNameOut 1.3.6.1.4.1.3174.2.51.3.1.2
Rule Set Name for OUT going Direction
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

filterRuleAssignTableRowStatus 1.3.6.1.4.1.3174.2.51.3.1.3
Used to Add or Delete a Row in the table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

filterRuleSetTable 1.3.6.1.4.1.3174.2.51.4
Filter Rule SetTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterRuleSetTableEntry

filterRuleSetTableEntry 1.3.6.1.4.1.3174.2.51.4.1
An entry in the Filter Rule Table
Status: current Access: not-accessible
OBJECT-TYPE    
  FilterRuleSetTableEntry  

filterRuleSetLineNo 1.3.6.1.4.1.3174.2.51.4.1.1
Line Number where the Rule has to be inserted or an invalid number (0XFFFF) when a row has to be appeded
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

filterRuleName 1.3.6.1.4.1.3174.2.51.4.1.2
A unique name for the filter rule
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

filterRuleSetAction 1.3.6.1.4.1.3174.2.51.4.1.3
Specifies Action to be taken by the filter when a match occurs to corresponding filter rule
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(1), deny(2), reject(3)  

filterRuleSetProtocolType 1.3.6.1.4.1.3174.2.51.4.1.4
where protocol type ip will have value
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER icmp(1), tcp(6), udp(17), ip(0)  

filterRuleSetSrcIpAddr 1.3.6.1.4.1.3174.2.51.4.1.5
Number of the Source Network
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

filterRuleSetSrcMask 1.3.6.1.4.1.3174.2.51.4.1.6
Wild card Address to be applied to source Address
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

filterRuleSetDestIpAddr 1.3.6.1.4.1.3174.2.51.4.1.7
Number of the Destination Network
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

filterRuleSetDestMask 1.3.6.1.4.1.3174.2.51.4.1.8
Wild card Address to be applied to destination Address
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

filterRuleSetPrecedence 1.3.6.1.4.1.3174.2.51.4.1.9
Ip address precedence feild can be used to filter packets
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7  

filterRuleSetTos 1.3.6.1.4.1.3174.2.51.4.1.10
Ip header TOS feild can be used to filter the packets
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..15  

filterRuleSetIcmpType 1.3.6.1.4.1.3174.2.51.4.1.11
ICMP message type can be used to filter the packets
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

filterRuleSetIcmpCode 1.3.6.1.4.1.3174.2.51.4.1.12
ICMP message Code can be used to filter the packets
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

filterRuleSetSrcPortOne 1.3.6.1.4.1.3174.2.51.4.1.13
Source Port 1
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

filterRuleSetSrcPortTwo 1.3.6.1.4.1.3174.2.51.4.1.14
Source Port 2
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

filterRuleSetDestPortOne 1.3.6.1.4.1.3174.2.51.4.1.15
Destination Port 1
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

filterRuleSetDestPortTwo 1.3.6.1.4.1.3174.2.51.4.1.16
Destination Port 2
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

filterRuleSetSrcRelationBetnPorts 1.3.6.1.4.1.3174.2.51.4.1.17
relation between the Source port
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER equalto(1), notequalto(2), lessthan(3), greaterthan(4), lessthanorequalto(5), greaterthanorequalto(6), range(7), none(8)  

filterRuleSetDestRelationBetnPorts 1.3.6.1.4.1.3174.2.51.4.1.18
relation between the Destination ports
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER equalto(1), notequalto(2), lessthan(3), greaterthan(4), lessthanorequalto(5), greaterthanorequalto(6), range(7), none(8)  

filterRuleSetTcpFlags 1.3.6.1.4.1.3174.2.51.4.1.19
TCP flags can be used to filter the packets
Status: current Access: read-create
OBJECT-TYPE    
  BITS fin(0), syn(1), rst(2), psh(3), ack(4), urg(5), estaslished(6)  

filterRuleSetLogAction 1.3.6.1.4.1.3174.2.51.4.1.20
When a rule match occurs a logging message about the packet which the match occured the entry will be logged
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

filterRuleSetConfigure 1.3.6.1.4.1.3174.2.51.4.1.21
This variable is used to append or insert a given filter rule to the filter rule set. If 'insert' is the command the linenumber at which the rule is inserted should be available in filterRuleSetLineNumber.'If command is 'add' then the line number should contain the invalid value (OxFFFF). Incase of 'add' to know the line number at which the filter rule was added the manager should do a SNMP walk
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER add(1), insert(2)  

filterRuleSetTableRowStatus 1.3.6.1.4.1.3174.2.51.4.1.22
Used to Add or Delete a Row in the table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

filterRuleStatsTable 1.3.6.1.4.1.3174.2.51.5
Filter Rule Statistics Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterRuleStatsTableEntry

filterRuleStatsTableEntry 1.3.6.1.4.1.3174.2.51.5.1
An entry in the Filter Rule Statistics Table
Status: current Access: not-accessible
OBJECT-TYPE    
  FilterRuleStatsTableEntry  

filterRuleStatsInBoundPermittedPkts 1.3.6.1.4.1.3174.2.51.5.1.1
Number of InBound Permitted Packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

filterRuleStatsInBoundDeniedPkts 1.3.6.1.4.1.3174.2.51.5.1.2
Number of InBound Denied Packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

filterRuleStatsInBoundUnMatchedPkts 1.3.6.1.4.1.3174.2.51.5.1.3
Number of InBound UnMatched Packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

filterRuleStatsOutBoundPermittedPkts 1.3.6.1.4.1.3174.2.51.5.1.4
Number of OutBound Permitted Packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

filterRuleStatsOutBoundDeniedPkts 1.3.6.1.4.1.3174.2.51.5.1.5
Number of OutBound Denied Packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

filterRuleStatsOutBoundUnMatchedPkts 1.3.6.1.4.1.3174.2.51.5.1.6
Number of OutBound UnMatched Packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

filterRuleStatsNonIpInBoundPkts 1.3.6.1.4.1.3174.2.51.5.1.7
Number of Non Ip InBound Packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

filterRuleStatsNonIpOutBoundPkts 1.3.6.1.4.1.3174.2.51.5.1.8
Number of Non Ip OutBound Packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

filterRuleStatsBadIpInBoundPkts 1.3.6.1.4.1.3174.2.51.5.1.9
Number of Bad Non Ip InBound Packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

filterRuleStatsBadIpOutBoundPkts 1.3.6.1.4.1.3174.2.51.5.1.10
Number of Bad Non Ip OutBound Packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32