MITEL-IPFILTER-MIB

File: MITEL-IPFILTER-MIB.mib (16511 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF RFC1213-MIB
SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
Integer32 IpAddress NOTIFICATION-TYPE
NOTIFICATION-GROUP ifIndex RowStatus

Defined Types

MitelIpGrpLogicalEntry  
SEQUENCE    
  mitelLogTableAccessDef INTEGER
  mitelLogTableAllowSrcRouting INTEGER

MitelFltGrpAccessRestrictEntry  
SEQUENCE    
  mitelAccResTableIfIndex Integer32
  mitelAccResTableOrder Integer32
  mitelAccResTableType INTEGER
  mitelAccResTableSrcAddrFrom IpAddress
  mitelAccResTableSrcAddrTo IpAddress
  mitelAccResTableSrcAddrOutsideRange INTEGER
  mitelAccResTableDstAddrFrom IpAddress
  mitelAccResTableDstAddrTo IpAddress
  mitelAccResTableDstAddrOutsideRange INTEGER
  mitelAccResTableProtocolFrom INTEGER
  mitelAccResTableProtocolTo INTEGER
  mitelAccResTableProtocolOutsideRange INTEGER
  mitelAccResTableSrcPortFrom INTEGER
  mitelAccResTableSrcPortTo INTEGER
  mitelAccResTableSrcPortOutsideRange INTEGER
  mitelAccResTableDstPortFrom INTEGER
  mitelAccResTableDstPortTo INTEGER
  mitelAccResTableDstPortOutsideRange INTEGER
  mitelAccResTableTcpSyn INTEGER
  mitelAccResTableTcpAck INTEGER
  mitelAccResTableTcpFin INTEGER
  mitelAccResTableTcpRst INTEGER
  mitelAccResTableMatchIn INTEGER
  mitelAccResTableMatchOut INTEGER
  mitelAccResTableLog INTEGER
  mitelAccResTableTrap INTEGER
  mitelAccResTableStatus RowStatus
  mitelAccResTableCount Integer32

Defined Values

mitelIpGrpFilterGroup 1.3.6.1.4.1.1027.4.8.1.1.1
The MITEL IP MIB module.
MODULE-IDENTITY    

mitel 1.3.6.1.4.1.1027
OBJECT IDENTIFIER    

mitelProprietary 1.3.6.1.4.1.1027.4
OBJECT IDENTIFIER    

mitelPropIpNetworking 1.3.6.1.4.1.1027.4.8
OBJECT IDENTIFIER    

mitelIpNetRouter 1.3.6.1.4.1.1027.4.8.1
OBJECT IDENTIFIER    

mitelRouterIpGroup 1.3.6.1.4.1.1027.4.8.1.1
OBJECT IDENTIFIER    

mitelIdentification 1.3.6.1.4.1.1027.1
OBJECT IDENTIFIER    

mitelIdCallServers 1.3.6.1.4.1.1027.1.2
OBJECT IDENTIFIER    

mitelIdCsIpera1000 1.3.6.1.4.1.1027.1.2.4
OBJECT IDENTIFIER    

mitelFltGrpAccessRestrictEnable 1.3.6.1.4.1.1027.4.8.1.1.1.1
This object indicates if the IP Access Restriction table is being used to filter or forward packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelFltGrpLogicalTable 1.3.6.1.4.1.1027.4.8.1.1.1.2
A table containing information about logical IP LAN destinations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MitelIpGrpLogicalEntry

mitelFltGrpLogicalEntry 1.3.6.1.4.1.1027.4.8.1.1.1.2.1
Each entry of this table contains information about a specific logical interface toa local area network. Each logical LAN can support routing or bridging functions, these are considered virtual interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  MitelIpGrpLogicalEntry  

mitelLogTableAccessDef 1.3.6.1.4.1.1027.4.8.1.1.1.2.1.1
This object indicates what default access rights will apply to IP packets that do not match any of the access restrictions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER filter(1), forward(2)  

mitelLogTableAllowSrcRouting 1.3.6.1.4.1.1027.4.8.1.1.1.2.1.2
This indicates whether IP datagrams received on this interface and containing a source route option are to be discarded or accepted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelFltGrpAccessRestrictTable 1.3.6.1.4.1.1027.4.8.1.1.1.3
The IP Access REstriction configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MitelFltGrpAccessRestrictEntry

mitelFltGrpAccessRestrictEntry 1.3.6.1.4.1.1027.4.8.1.1.1.3.1
Contains information about a single IP Access filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  MitelFltGrpAccessRestrictEntry  

mitelAccResTableIfIndex 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.1
Identifies the destination interface to which this filter apply.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mitelAccResTableOrder 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.2
Specifies the order that the filters on a destination are searched.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mitelAccResTableType 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.3
This object indicates what action should be taken when a match on this entry has occurred.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER filter(1), forward(2), neither(3)  

mitelAccResTableSrcAddrFrom 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.4
Defines the lower bound of the source IP address range. When determining address ranges, these four values are sequential: 255.255.255.254, 255.255.255.255, 0.0.0.0, and 0.0.0.1.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

mitelAccResTableSrcAddrTo 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.5
Defines the upper bound of the source IP address range. When determining address ranges, these four values are sequential: 255.255.255.254, 255.255.255.255, 0.0.0.0, and 0.0.0.1.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

mitelAccResTableSrcAddrOutsideRange 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.6
This indicates whether action is taken on values outside of the source IP address range or within that range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelAccResTableDstAddrFrom 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.7
Defines the lower bound of the destination IP address range. When determining address ranges, these four values are sequential: 255.255.255.254, 255.255.255.255, 0.0.0.0, and 0.0.0.1.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

mitelAccResTableDstAddrTo 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.8
Defines the upper bound of the destination IP address range. When determining address ranges, these four values are sequential: 255.255.255.254, 255.255.255.255, 0.0.0.0, and 0.0.0.1.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

mitelAccResTableDstAddrOutsideRange 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.9
This indicates whether action is taken on values outside of the destination IP address range or within that range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelAccResTableProtocolFrom 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.10
Defines the lower bound of the protocol ID range. When determining protocol ID ranges, these four values are sequential: 254, 255, 0, and 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

mitelAccResTableProtocolTo 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.11
Defines the upper bound of the protocol ID range. When determining protocol ID ranges, these four values are sequential: 254, 255, 0, and 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

mitelAccResTableProtocolOutsideRange 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.12
This indicates whether action is taken on values outside of the protocol ID range or within that range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelAccResTableSrcPortFrom 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.13
Defines the lower bound of the source port number range. When determining port number ranges, these four values are sequential: 65534, 65535, 0, and 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mitelAccResTableSrcPortTo 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.14
Defines the upper bound of the source port number range. When determining port number ranges, these four values are sequential: 65534, 65535, 0, and 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mitelAccResTableSrcPortOutsideRange 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.15
This indicates whether action is taken on values outside of the source port number range or within that range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelAccResTableDstPortFrom 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.16
Defines the lower bound of the destination port number range. When determining port number ranges, these four values are sequential: 65534, 65535, 0, and 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mitelAccResTableDstPortTo 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.17
Defines the upper bound of the destination port number range. When determining port number ranges, these four values are sequential: 65534, 65535, 0, and 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mitelAccResTableDstPortOutsideRange 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.18
This indicates whether action is taken on values outside of the destination port number range or within that range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelAccResTableTcpSyn 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.19
TCP header, synchronize sequence numbers flag.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER any(1), zero(2), one(3)  

mitelAccResTableTcpAck 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.20
TCP header, acknowledgment flag.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER any(1), zero(2), one(3)  

mitelAccResTableTcpFin 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.21
TCP header, finish flag.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER any(1), zero(2), one(3)  

mitelAccResTableTcpRst 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.22
TCP header, reset flag.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER any(1), zero(2), one(3)  

mitelAccResTableMatchIn 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.23
Indicates whether the filter applies to datagrams received on the interface. Normally, either mitelAccResTableMatchIn or mitelAccResTableMatchOut should be enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelAccResTableMatchOut 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.24
Indicates whether the filter applies to datagrams transmitted on the interface. Normally, either mitelAccResTableMatchIn or mitelAccResTableMatchOut should be enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelAccResTableLog 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.25
Controls whether a log message is to be produced each time a datagram matches the filter.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelAccResTableTrap 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.26
Controls the generation of SNMP trap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mitelAccResTableStatus 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.27
The current status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mitelAccResTableCount 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.28
Records the number of datagrams that matched this instance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mitelIpera1000Notifications 1.3.6.1.4.1.1027.1.2.4.0
Call Server Ipera 1000 Notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

mitelAccResTableTrapped 1.3.6.1.4.1.1027.1.2.4.0.402
The mitelAccResTableTrapped trap indicates that a datagram has matched a mitelFltGrpAccessRestrictEntry that has the mitelAccResTableTrap enabled.
Status: current Access: read-only
NOTIFICATION-TYPE