PDN-FILTER-MIB: View SNMP OID List / Download MIB

VENDOR: PARADYNE


 Home MIB: PDN-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 sysDevFilterMIBObjects 1.3.6.1.4.1.1795.2.24.2.23.1
     sysDevFilter 1.3.6.1.4.1.1795.2.24.2.23.1.1
         sysDevSNInjectionType 1.3.6.1.4.1.1795.2.24.2.23.1.1.1 integer no-access
The value of this object corresponds to the remote injection type Enumeration: 'ipFilter': 1.
         sysDevSNInjectionVnid 1.3.6.1.4.1.1795.2.24.2.23.1.1.2 vnidrange no-access
This object corresponds to the vnid id (bound to an interface) on which filter injection is not supported or has failed
     sysDevIpFilter 1.3.6.1.4.1.1795.2.24.2.23.1.2
         sysDevIpFilterConfigTable 1.3.6.1.4.1.1795.2.24.2.23.1.2.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 sysDevIpFilterName.
             sysDevIpFilterConfigTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.2.1.1 no-access
Describes a specific entry of the filter configuration table.
                 sysDevIpFilterName 1.3.6.1.4.1.1795.2.24.2.23.1.2.1.1.1 displaystring read-only
The value of this object corresponds directly to the name of the filter.
                 sysDevIpDefFilterAction 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterNumOfDynamicRules 1.3.6.1.4.1.1795.2.24.2.23.1.2.1.1.3 integer read-only
This object corresponds to the number of dynamic rules configured for this filter
                 sysDevIpFilterNumOfStaticRules 1.3.6.1.4.1.1795.2.24.2.23.1.2.1.1.4 integer read-only
This object corresponds to the number of static rules configured for this filter
                 sysDevIpFilterRefCount 1.3.6.1.4.1.1795.2.24.2.23.1.2.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
                 sysDevIpFilterTcpAckFilterAction 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterDhcpFilterAction 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRowStatus 1.3.6.1.4.1.1795.2.24.2.23.1.2.1.1.8 rowstatus read-write
The object is used to add or delete a row from this table.
         sysDevIpFilterRuleConfigTable 1.3.6.1.4.1.1795.2.24.2.23.1.2.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 sysDevIpFilterName and sysDevIpFilterRuleNumber.
             sysDevIpFilterRuleConfigTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.2.2.1 no-access
Describes a specific entry of the filter rule configuration table.
                 sysDevIpRuleFilterName 1.3.6.1.4.1.1795.2.24.2.23.1.2.2.1.1 displaystring read-only
The value of this object corresponds directly to the name of the filter.
                 sysDevIpFilterRuleNumber 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleSrcAddress 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleSrcAddrMask 1.3.6.1.4.1.1795.2.24.2.23.1.2.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 sysDevIPFilterSrcAddress.
                 sysDevIpFilterRuleSrcAddrCompEnable 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleSrcPortNum 1.3.6.1.4.1.1795.2.24.2.23.1.2.2.1.6 integer read-write
The UDP or TCP port number of the source on which this filter is applied.
                 sysDevIpFilterRuleMaxSrcPortNum 1.3.6.1.4.1.1795.2.24.2.23.1.2.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
                 sysDevIpFilterRuleSrcCompType 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleDestAddress 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleDestAddrMask 1.3.6.1.4.1.1795.2.24.2.23.1.2.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 sysDevIPFilterRuleDestAddress
                 sysDevIpFilterRuleDestAddrCompEnable 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleDestPortNum 1.3.6.1.4.1.1795.2.24.2.23.1.2.2.1.12 integer read-write
The UDP or TCP port number of the destination on which this filter is applied
                 sysDevIpFilterRuleMaxDestPortNum 1.3.6.1.4.1.1795.2.24.2.23.1.2.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
                 sysDevIpFilterRuleDestCompType 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleType 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleProtocolTypeUdp 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleProtocolTypeTcp 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleProtocolTypeIcmp 1.3.6.1.4.1.1795.2.24.2.23.1.2.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.
                 sysDevIpFilterRuleRowStatus 1.3.6.1.4.1.1795.2.24.2.23.1.2.2.1.19 rowstatus read-write
The object is used to add or delete a row from this table.
         sysDevMaxNumOfInputIpFilters 1.3.6.1.4.1.1795.2.24.2.23.1.2.3 integer read-only
The value of this object corresponds directly to the max number of input IP filters supported by each device.
         sysDevMaxNumOfOutputIpFilters 1.3.6.1.4.1.1795.2.24.2.23.1.2.4 integer read-only
The value of this object corresponds directly to the max number of Output IP filters supported by each device.
         sysDevIpFilterBindingTable 1.3.6.1.4.1.1795.2.24.2.23.1.2.5 no-access
This table allows us to bind filters to a particular interface. As such this table is doubly indexed by ifIndex and sysDevIpBindingFilterName.
             sysDevIpFilterBindingTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.2.5.1 no-access
Describes a specific entry of the filter binding table.
                 sysDevIpBindingFilterName 1.3.6.1.4.1.1795.2.24.2.23.1.2.5.1.1 displaystring read-only
The value of this object corresponds directly to the name of the filter.
                 sysDevIpBindingFilterType 1.3.6.1.4.1.1795.2.24.2.23.1.2.5.1.2 integer read-write
The value of this object corresponds directly to the type of the filter which needs to be bound to a particular interface. inputFilter - This indicates that the filter is applied to the packets coming in to the interface. outputFilter - this indicates that the filter is applied to packets going out the interface. inputOutputFilter - this indicates that the filter is applied packets going out the interface and to packets coming in to the interface. Enumeration: 'inputOutputFilter': 3, 'inputFilter': 1, 'outputFilter': 2.
                 sysDevIpBindingFilterRowStatus 1.3.6.1.4.1.1795.2.24.2.23.1.2.5.1.3 rowstatus read-write
This object is used to add or delete a row from this table.
         sysDevIpFilterSNBindingTable 1.3.6.1.4.1.1795.2.24.2.23.1.2.6 no-access
This table allows us to bind filters to a particular interface on portcards. This table is indexed by ifIndex, sysDevIpSNBindingVnidId and sysDevIpSNBindingFilterName.
             sysDevIpFilterSNBindingTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.2.6.1 no-access
Describes a specific entry of the SNfilter binding table.
                 sysDevIpSNBindingVnidId 1.3.6.1.4.1.1795.2.24.2.23.1.2.6.1.1 vnidrange read-only
The VNID Id number of the virtual network to which this filter is bound.
                 sysDevIpSNBindingFilterName 1.3.6.1.4.1.1795.2.24.2.23.1.2.6.1.2 displaystring read-only
The value of this object corresponds directly to the name of the filter.
                 sysDevIpSNBindingFilterType 1.3.6.1.4.1.1795.2.24.2.23.1.2.6.1.3 integer read-write
The value of this object corresponds directly to the type of the filter which needs to be bound to a particular interface. inputFilter - This indicates that the filter is applied to the packets coming in to the interface. outputFilter - this indicates that the filter is applied to packets going out the interface. inputOutputFilter - this indicates that the filter is applied packets going out the interface and to packets coming in to the interface. Enumeration: 'inputOutputFilter': 3, 'inputFilter': 1, 'outputFilter': 2.
                 sysDevIpSNBindingFilterRowStatus 1.3.6.1.4.1.1795.2.24.2.23.1.2.6.1.4 rowstatus read-write
This object is used to add or delete a row from this table.
         sysDevIpInputPacketsFiltered 1.3.6.1.4.1.1795.2.24.2.23.1.2.7 counter read-only
The number of IP packets that have been filtered on all the incoming interfaces due to not matching programmed filter entries on interfaces that are activated for IP filtering.This is supported on MCC only
         sysDevIpOutputPacketsFiltered 1.3.6.1.4.1.1795.2.24.2.23.1.2.8 counter read-only
The number of IP packets that have been filtered on all the outgoing interfaces due to not matching programmed filter entries on interfaces that are activated for IP filtering.This is supported on MCC only
 sysDevFilterMIBTraps 1.3.6.1.4.1.1795.2.24.2.23.2
       sysDevSNInjectionFailureTrap 1.3.6.1.4.1.1795.2.24.2.23.20.22
This trap signifies that the injection of filters to SN failed It is of warning class
       sysDevSNInjectionIncompatibleTrap 1.3.6.1.4.1.1795.2.24.2.23.20.23
This trap signifies that the injection of filters is not supported by the SN. It is of warning class