MITEL-IPFILTER-MIB: View SNMP OID List / Download MIB
VENDOR: MITEL, CORP.
Home | MIB: MITEL-IPFILTER-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).
|
|||
Object Name | OID | Type | Access | Info |
mitel | 1.3.6.1.4.1.1027 | |||
mitelIdentification | 1.3.6.1.4.1.1027.1 | |||
mitelIdCallServers | 1.3.6.1.4.1.1027.1.2 | |||
mitelIdCsIpera1000 | 1.3.6.1.4.1.1027.1.2.4 | |||
mitelIpera1000Notifications | 1.3.6.1.4.1.1027.1.2.4.0 |
Call Server Ipera 1000 Notifications. |
||
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. |
||
mitelProprietary | 1.3.6.1.4.1.1027.4 | |||
mitelPropIpNetworking | 1.3.6.1.4.1.1027.4.8 | |||
mitelIpNetRouter | 1.3.6.1.4.1.1027.4.8.1 | |||
mitelRouterIpGroup | 1.3.6.1.4.1.1027.4.8.1.1 | |||
mitelIpGrpFilterGroup | 1.3.6.1.4.1.1027.4.8.1.1.1 |
The MITEL IP MIB module. |
||
mitelFltGrpAccessRestrictEnable | 1.3.6.1.4.1.1027.4.8.1.1.1.1 | integer | read-write |
This object indicates if the IP Access Restriction table is being used to filter or forward packets. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelFltGrpLogicalTable | 1.3.6.1.4.1.1027.4.8.1.1.1.2 | no-access |
A table containing information about logical IP LAN destinations. |
|
1.3.6.1.4.1.1027.4.8.1.1.1.2.1 | no-access |
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. |
||
mitelLogTableAccessDef | 1.3.6.1.4.1.1027.4.8.1.1.1.2.1.1 | integer | read-write |
This object indicates what default access rights will apply to IP packets that do not match any of the access restrictions. Enumeration: 'filter': 1, 'forward': 2. |
mitelLogTableAllowSrcRouting | 1.3.6.1.4.1.1027.4.8.1.1.1.2.1.2 | integer | read-write |
This indicates whether IP datagrams received on this interface and containing a source route option are to be discarded or accepted. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelFltGrpAccessRestrictTable | 1.3.6.1.4.1.1027.4.8.1.1.1.3 | no-access |
The IP Access REstriction configuration table. |
|
1.3.6.1.4.1.1027.4.8.1.1.1.3.1 | no-access |
Contains information about a single IP Access filter. |
||
mitelAccResTableIfIndex | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.1 | integer32 | read-only |
Identifies the destination interface to which this filter apply. |
mitelAccResTableOrder | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.2 | integer32 | read-only |
Specifies the order that the filters on a destination are searched. |
mitelAccResTableType | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.3 | integer | read-write |
This object indicates what action should be taken when a match on this entry has occurred. Enumeration: 'filter': 1, 'forward': 2, 'neither': 3. |
mitelAccResTableSrcAddrFrom | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.4 | ipaddress | read-write |
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. |
mitelAccResTableSrcAddrTo | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.5 | ipaddress | read-write |
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. |
mitelAccResTableSrcAddrOutsideRange | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.6 | integer | read-write |
This indicates whether action is taken on values outside of the source IP address range or within that range. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelAccResTableDstAddrFrom | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.7 | ipaddress | read-write |
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. |
mitelAccResTableDstAddrTo | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.8 | ipaddress | read-write |
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. |
mitelAccResTableDstAddrOutsideRange | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.9 | integer | read-write |
This indicates whether action is taken on values outside of the destination IP address range or within that range. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelAccResTableProtocolFrom | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.10 | integer | read-write |
Defines the lower bound of the protocol ID range. When determining protocol ID ranges, these four values are sequential: 254, 255, 0, and 1. |
mitelAccResTableProtocolTo | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.11 | integer | read-write |
Defines the upper bound of the protocol ID range. When determining protocol ID ranges, these four values are sequential: 254, 255, 0, and 1. |
mitelAccResTableProtocolOutsideRange | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.12 | integer | read-write |
This indicates whether action is taken on values outside of the protocol ID range or within that range. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelAccResTableSrcPortFrom | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.13 | integer | read-write |
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. |
mitelAccResTableSrcPortTo | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.14 | integer | read-write |
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. |
mitelAccResTableSrcPortOutsideRange | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.15 | integer | read-write |
This indicates whether action is taken on values outside of the source port number range or within that range. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelAccResTableDstPortFrom | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.16 | integer | read-write |
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. |
mitelAccResTableDstPortTo | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.17 | integer | read-write |
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. |
mitelAccResTableDstPortOutsideRange | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.18 | integer | read-write |
This indicates whether action is taken on values outside of the destination port number range or within that range. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelAccResTableTcpSyn | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.19 | integer | read-write |
TCP header, synchronize sequence numbers flag. Enumeration: 'zero': 2, 'any': 1, 'one': 3. |
mitelAccResTableTcpAck | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.20 | integer | read-write |
TCP header, acknowledgment flag. Enumeration: 'zero': 2, 'any': 1, 'one': 3. |
mitelAccResTableTcpFin | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.21 | integer | read-write |
TCP header, finish flag. Enumeration: 'zero': 2, 'any': 1, 'one': 3. |
mitelAccResTableTcpRst | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.22 | integer | read-write |
TCP header, reset flag. Enumeration: 'zero': 2, 'any': 1, 'one': 3. |
mitelAccResTableMatchIn | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.23 | integer | read-write |
Indicates whether the filter applies to datagrams received on the interface. Normally, either mitelAccResTableMatchIn or mitelAccResTableMatchOut should be enabled. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelAccResTableMatchOut | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.24 | integer | read-write |
Indicates whether the filter applies to datagrams transmitted on the interface. Normally, either mitelAccResTableMatchIn or mitelAccResTableMatchOut should be enabled. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelAccResTableLog | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.25 | integer | read-write |
Controls whether a log message is to be produced each time a datagram matches the filter. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelAccResTableTrap | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.26 | integer | read-write |
Controls the generation of SNMP trap. Enumeration: 'disabled': 2, 'enabled': 1. |
mitelAccResTableStatus | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.27 | rowstatus | read-only |
The current status of this entry. |
mitelAccResTableCount | 1.3.6.1.4.1.1027.4.8.1.1.1.3.1.28 | integer32 | read-only |
Records the number of datagrams that matched this instance. |