PDN-MPE-FILTER-MIB: View SNMP OID List / Download MIB
VENDOR: PARADYNE
Home | MIB: PDN-MPE-FILTER-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 |
mpeSysDevFilterMIBObjects | 1.3.6.1.4.1.1795.2.24.12.23.1 | |||
mpeSysDevIpFilter | 1.3.6.1.4.1.1795.2.24.12.23.1.1 | |||
mpeSysDevIpFilterConfigTable | 1.3.6.1.4.1.1795.2.24.12.23.1.1.1 | no-access |
This table allows the user to configure filtering information. Every filter is comprised of a number of rules(see SysDevRuleTable). When a filter is bound to an interface, all the rules of that particular filter apply to that particular interface. Also the same filter maybe bound to several interfaces. This table only allows us to configure information about a particular filter. this table is indexed by entPhysicalIndex and sysDevIpFilterName. |
|
1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1 | no-access |
Describes a specific entry of the filter configuration table. |
||
mpeSysDevIpFilterName | 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.1 | displaystring | read-only |
The value of this object corresponds directly to the name of the filter. |
mpeSysDevIpDefFilterAction | 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.2 | integer | read-write |
The value of this object corresponds to the default action taken on a particular IP packet based on the filter rule. forward - the packet is forwarded discard - the packet is discarded. delete - the rule of a particular filter or the filter as a whole is deleted. Enumeration: 'forward': 1, 'discard': 2, 'delete': 3. |
mpeSysDevIpFilterNumOfDynamicRules | 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.3 | integer | read-only |
This object corresponds to the number of dynamic rules configured for this filter |
mpeSysDevIpFilterNumOfStaticRules | 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.4 | integer | read-only |
This object corresponds to the number of static rules configured for this filter |
mpeSysDevIpFilterRefCount | 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.5 | integer | read-only |
This object corresponds to the number of references for this filter by the various interfaces of the system For Example if filter 'abc' is bound to two of the DSL interfaces as input filters. then the reference count for this filter is 2. if a filter 'def' is bound to the 10BaseT interface as both an input and an output filter. The reference count for this filter would be 2. Filters can be deleted from the system (by a user) only if the reference count equals 0 |
mpeSysDevIpFilterTcpAckFilterAction | 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.6 | integer | read-write |
The value of this object corresponds to the default action taken on the first TCP ACK packet of the TCP connection. This object is not supported for MCC. Enumeration: 'forward': 1, 'discard': 2, 'noOp': 3. |
mpeSysDevIpFilterDhcpFilterAction | 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.7 | integer | read-write |
The value of this object corresponds to the default action taken on the DHCP transaction messages. This object is not supported for mcc. Enumeration: 'forward': 1, 'discard': 2, 'noOp': 3. |
mpeSysDevIpFilterRowStatus | 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.8 | rowstatus | read-write |
The object is used to add or delete a row from this table. |
mpeSysDevIpFilterRuleConfigTable | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2 | no-access |
This table allows the user to configure the rules of each IP filter. When a filter is bound to an interface, all the rules of that particular filter apply to that particular interface. Also, the same filter may be found to several interfaces. This table is indexed by entPhysicalIndex, sysDevIpFilterName and sysDevIpFilterRuleNumber. |
|
1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1 | no-access |
Describes a specific entry of the filter rule configuration table. |
||
mpeSysDevIpRuleFilterName | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.1 | displaystring | read-only |
The value of this object corresponds directly to the name of the filter. |
mpeSysDevIpFilterRuleNumber | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.2 | integer | read-only |
The value of this object corresponds directly to a rule within a particular filter. If the value of this object is 0, then the sets apply to the filter as a whole. For example one may want to delete the whole filter. for a get only the name of the filter is returned. |
mpeSysDevIpFilterRuleSrcAddress | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.3 | ipaddress | read-write |
The value of this object corresponds directly to an source IP Address. This object could be set if IP packets need to be filtered based on where it is coming from. Setting this object to 0.0.0.0 disables source IP address comparison. |
mpeSysDevIpFilterRuleSrcAddrMask | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.4 | ipaddress | read-write |
The value of this object corresponds directly to an source IP Address Mask. The value of this object is bitwise anded with the source address within the IP packet and then compared with the mpeSysDevIPFilterSrcAddress. |
mpeSysDevIpFilterRuleSrcAddrCompEnable | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.5 | integer | read-write |
This object enables or disables the source address comparison. It is not supported for MCC. Enumeration: 'enable': 1, 'noOp': 3, 'disable': 2. |
mpeSysDevIpFilterRuleSrcPortNum | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.6 | integer | read-write |
The UDP or TCP port number of the source on which this filter is applied. |
mpeSysDevIpFilterRuleMaxSrcPortNum | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.7 | integer | read-write |
The maximum UDP or TCP port number of the source on which this filter is applied. This object is valid only if the source comparison type is in-range or out-range |
mpeSysDevIpFilterRuleSrcCompType | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.8 | integer | read-write |
The value of this object corresponds to the type of comparison which is to be made for source based filtering for the particular rule of the filter. none - no comparison is to be made. eq - equal to neq - not equal to gt - greater than lt - less than inRange - the source port number of the TCP or UDP packet is within a specified range. outRange - the source port number of the TCP or UDP packet lies outside a specified range. Enumeration: 'none': 1, 'gt': 4, 'outRange': 7, 'lt': 5, 'inRange': 6, 'eq': 2, 'neq': 3. |
mpeSysDevIpFilterRuleDestAddress | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.9 | ipaddress | read-write |
The value of this object corresponds directly to an destination IP Address. This object could be set if IP packets need to be filtered based on where it is going to. |
mpeSysDevIpFilterRuleDestAddrMask | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.10 | ipaddress | read-write |
The value of this object corresponds directly to an destination IP Address Mask. The value of this object is bitwise anded with the destination address within the IP packet and then compared with the mpeSysDevIPFilterRuleDestAddress |
mpeSysDevIpFilterRuleDestAddrCompEnable | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.11 | integer | read-write |
This object enables or disables the destination address comparison. It is not supported for MCC. Enumeration: 'enable': 1, 'noOp': 3, 'disable': 2. |
mpeSysDevIpFilterRuleDestPortNum | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.12 | integer | read-write |
The UDP or TCP port number of the destination on which this filter is applied |
mpeSysDevIpFilterRuleMaxDestPortNum | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.13 | integer | read-write |
The maximum UDP or TCP port number of the destination on which this filter is applied. This object is valid only if the destination comparison type is in-range or out-range |
mpeSysDevIpFilterRuleDestCompType | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.14 | integer | read-write |
The value of this object corresponds to the type of comparison which is to be made for destination based filtering for the particular rule of the filter. none - no comparison is to be made. eq - equal to neq - not equal to gt - greater than lt - less than inRange - the source port number of the TCP or UDP packet is within a specified range. outRange - the source port number of the TCP or UDP packet lies outside a specified range. Enumeration: 'none': 1, 'gt': 4, 'outRange': 7, 'lt': 5, 'inRange': 6, 'eq': 2, 'neq': 3. |
mpeSysDevIpFilterRuleType | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.15 | integer | read-only |
The value of this object corresponds to the type of type of rule configured static - This indicates that the rule was configured by an NMS either by SNMP, console or using telnet dynamic - this indicates that the rule was configured by the the system for end-users who have obtaimed an IP address using the DHCP protocol. Enumeration: 'dynamic': 2, 'static': 1. |
mpeSysDevIpFilterRuleProtocolTypeUdp | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.16 | integer | read-write |
The value of this object corresponds to the action taken on a particular UDP packet based on the source/ destination port comparison rule. Enumeration: 'forward': 1, 'discard': 2. |
mpeSysDevIpFilterRuleProtocolTypeTcp | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.17 | integer | read-write |
The value of this object corresponds to the action taken on a particular TCP packet bases on the source/ destination port comparison rule. Enumeration: 'forward': 1, 'discard': 2. |
mpeSysDevIpFilterRuleProtocolTypeIcmp | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.18 | integer | read-write |
The value of this object corresponds to the action taken on a particular ICMP packet bases on the protocol type comparison rule. Enumeration: 'forward': 1, 'discard': 2. |
mpeSysDevIpFilterRuleRowStatus | 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.19 | rowstatus | read-write |
The object is used to add or delete a row from this table. |
mpeSysDevMaxNumOfIpFiltersTable | 1.3.6.1.4.1.1795.2.24.12.23.1.1.3 | no-access |
This table contains the maximum number of IP filters supported on a device. It is indexed by entPhysicalIndex. |
|
1.3.6.1.4.1.1795.2.24.12.23.1.1.3.1 | no-access |
Describes a specific entry of the max number of filters table. |
||
mpeSysDevMaxNumOfInputIpFilters | 1.3.6.1.4.1.1795.2.24.12.23.1.1.3.1.1 | integer | read-only |
The value of this object corresponds directly to the max number of input IP filters supported by each device. |
mpeSysDevMaxNumOfOutputIpFilters | 1.3.6.1.4.1.1795.2.24.12.23.1.1.3.1.2 | integer | read-only |
The value of this object corresponds directly to the max number of Output IP filters supported by each device. |
mpeSysDevFilterMIBTraps | 1.3.6.1.4.1.1795.2.24.12.23.2 |