Home/Catalog/PDN-MPE-FILTER-MIB

PDN-MPE-FILTER-MIB

Detailed view of the defined objects, syntax rules, and hierarchical paths.

39
Objects
Active
Status
6
Dependencies

Imported Objects

Objects

39 total
Object Name
mpeSysDevFilterMIBObjects
OBJECT IDENTIFIER
.mpe-filter.1
RFC1155-SMI
Unknown
.mpe-filter.1
mpeSysDevIpFilter
OBJECT IDENTIFIER
.mpe-filter.1.1
mpeSysDevIpFilterConfigTableThis 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.
SEQUENCE OF MpeSysDevIpFilterConfigTableEntry
.mpe-filter.1.1.1
mpeSysDevIpFilterConfigTableEntryDescribes a specific entry of the filter configuration table.
MpeSysDevIpFilterConfigTableEntry
.mpe-filter.1.1.1.1
mpeSysDevIpFilterNameThe value of this object corresponds directly to the name of the filter.ro
DisplayString
.mpe-filter.1.1.1.1.1
mpeSysDevIpDefFilterActionThe 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.rw
Enumeration
.mpe-filter.1.1.1.1.2
mpeSysDevIpFilterNumOfDynamicRulesThis object corresponds to the number of dynamic rules configured for this filterro
INTEGER
.mpe-filter.1.1.1.1.3
mpeSysDevIpFilterNumOfStaticRulesThis object corresponds to the number of static rules configured for this filterro
INTEGER
.mpe-filter.1.1.1.1.4
mpeSysDevIpFilterRefCountThis 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 0ro
INTEGER
.mpe-filter.1.1.1.1.5
mpeSysDevIpFilterTcpAckFilterActionThe 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.rw
Enumeration
.mpe-filter.1.1.1.1.6
mpeSysDevIpFilterDhcpFilterActionThe value of this object corresponds to the default action taken on the DHCP transaction messages. This object is not supported for mcc.rw
Enumeration
.mpe-filter.1.1.1.1.7
mpeSysDevIpFilterRowStatusThe object is used to add or delete a row from this table.rw
RowStatus (SNMPv2-TC)
.mpe-filter.1.1.1.1.8
mpeSysDevIpFilterRuleConfigTableThis 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.
SEQUENCE OF MpeSysDevIpFilterRuleConfigTableEntry
.mpe-filter.1.1.2
mpeSysDevIpFilterRuleConfigTableEntryDescribes a specific entry of the filter rule configuration table.
MpeSysDevIpFilterRuleConfigTableEntry
.mpe-filter.1.1.2.1
mpeSysDevIpRuleFilterNameThe value of this object corresponds directly to the name of the filter.ro
DisplayString
.mpe-filter.1.1.2.1.1
mpeSysDevIpFilterRuleNumberThe 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.ro
INTEGER
.mpe-filter.1.1.2.1.2
mpeSysDevIpFilterRuleSrcAddressThe 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.rw
IpAddress
.mpe-filter.1.1.2.1.3
mpeSysDevIpFilterRuleSrcAddrMaskThe 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.rw
IpAddress
.mpe-filter.1.1.2.1.4
mpeSysDevIpFilterRuleSrcAddrCompEnableThis object enables or disables the source address comparison. It is not supported for MCC.rw
Enumeration
.mpe-filter.1.1.2.1.5
mpeSysDevIpFilterRuleSrcPortNumThe UDP or TCP port number of the source on which this filter is applied.rw
INTEGER
.mpe-filter.1.1.2.1.6
mpeSysDevIpFilterRuleMaxSrcPortNumThe 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-rangerw
INTEGER
.mpe-filter.1.1.2.1.7
mpeSysDevIpFilterRuleSrcCompTypeThe 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.rw
Enumeration
.mpe-filter.1.1.2.1.8
mpeSysDevIpFilterRuleDestAddressThe 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.rw
IpAddress
.mpe-filter.1.1.2.1.9
mpeSysDevIpFilterRuleDestAddrMaskThe 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 mpeSysDevIPFilterRuleDestAddressrw
IpAddress
.mpe-filter.1.1.2.1.10
mpeSysDevIpFilterRuleDestAddrCompEnableThis object enables or disables the destination address comparison. It is not supported for MCC.rw
Enumeration
.mpe-filter.1.1.2.1.11
mpeSysDevIpFilterRuleDestPortNumThe UDP or TCP port number of the destination on which this filter is appliedrw
INTEGER
.mpe-filter.1.1.2.1.12
mpeSysDevIpFilterRuleMaxDestPortNumThe 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-rangerw
INTEGER
.mpe-filter.1.1.2.1.13
mpeSysDevIpFilterRuleDestCompTypeThe 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.rw
Enumeration
.mpe-filter.1.1.2.1.14
mpeSysDevIpFilterRuleTypeThe 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.ro
Enumeration
.mpe-filter.1.1.2.1.15
mpeSysDevIpFilterRuleProtocolTypeUdpThe value of this object corresponds to the action taken on a particular UDP packet based on the source/ destination port comparison rule.rw
Enumeration
.mpe-filter.1.1.2.1.16
mpeSysDevIpFilterRuleProtocolTypeTcpThe value of this object corresponds to the action taken on a particular TCP packet bases on the source/ destination port comparison rule.rw
Enumeration
.mpe-filter.1.1.2.1.17
mpeSysDevIpFilterRuleProtocolTypeIcmpThe value of this object corresponds to the action taken on a particular ICMP packet bases on the protocol type comparison rule.rw
Enumeration
.mpe-filter.1.1.2.1.18
mpeSysDevIpFilterRuleRowStatusThe object is used to add or delete a row from this table.rw
RowStatus (SNMPv2-TC)
.mpe-filter.1.1.2.1.19
mpeSysDevMaxNumOfIpFiltersTableThis table contains the maximum number of IP filters supported on a device. It is indexed by entPhysicalIndex.
SEQUENCE OF MpeSysDevMaxNumOfIpFiltersTableEntry
.mpe-filter.1.1.3
mpeSysDevMaxNumOfIpFiltersTableEntryDescribes a specific entry of the max number of filters table.
MpeSysDevMaxNumOfIpFiltersTableEntry
.mpe-filter.1.1.3.1
mpeSysDevMaxNumOfInputIpFiltersThe value of this object corresponds directly to the max number of input IP filters supported by each device.ro
INTEGER
.mpe-filter.1.1.3.1.1
mpeSysDevMaxNumOfOutputIpFiltersThe value of this object corresponds directly to the max number of Output IP filters supported by each device.ro
INTEGER
.mpe-filter.1.1.3.1.2
mpeSysDevFilterMIBTraps
OBJECT IDENTIFIER
.mpe-filter.2
PDN-MPE-FILTER-MIB - SNMP MIB Reference | MIBs Explorer