DLINKSW-IP-FILTER-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: DLINKSW-IP-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 |
dlinkSwIPFilterMIB | 1.3.6.1.4.1.171.12.117 |
This MIB module defines objects for IP filter. |
||
dIPFilterNotifications | 1.3.6.1.4.1.171.12.117.0 | |||
dIPFilterObjects | 1.3.6.1.4.1.171.12.117.1 | |||
dRouteMapTable | 1.3.6.1.4.1.171.12.117.1.1 | no-access |
This table contains route-map name. |
|
1.3.6.1.4.1.171.12.117.1.1.1 | no-access |
Each entry is a specific name of a route map. |
||
dRouteMapName | 1.3.6.1.4.1.171.12.117.1.1.1.1 | displaystring | no-access |
The name of the route map. |
dRouteMapRowStatus | 1.3.6.1.4.1.171.12.117.1.1.1.99 | rowstatus | read-only |
This object indicates the status of the route-map. Only createAndGo(4) and destroy(6) are supported. |
dRouteMapSeqTable | 1.3.6.1.4.1.171.12.117.1.2 | no-access |
This table contains entries for route maps instances. |
|
1.3.6.1.4.1.171.12.117.1.2.1 | no-access |
Each entry is a specific sequence of a route map. |
||
dRouteMapSeqNum | 1.3.6.1.4.1.171.12.117.1.2.1.1 | unsigned32 | no-access |
Multiple entries of the same route map can be created by assigning a different sequence number to it. Each instance is identified by the route map name and the sequence number. The value of the sequence number associated with the particular route map instance determines the order in which the routing protocol evaluates routes; the instance of having lowest sequence number is evaluated first. If the routes pass all the match conditions specified in the lowest-numbered instance, and if all set clause elements are successfully configured, then no other instance of the route map is considered. However, any routes that do not pass all the match conditions are evaluated against the next instance of the route map. |
dRouteMapSeqMatchAction | 1.3.6.1.4.1.171.12.117.1.2.1.2 | integer | read-only |
Indicates the action performed by this route map instance. Enumeration: 'deny': 2, 'permit': 1. |
dRouteMapSeqRowStatus | 1.3.6.1.4.1.171.12.117.1.2.1.99 | rowstatus | read-only |
Controls creation/deletion of entries in this table according to the RowStatus textual convention. The writable columns in a row cannot be changed if the row is active. In other words, once created, dRouteMapMatchAction cannot be modified directly. It is required to destroy the instance and then create it with the new value. Before configure match or set a clause/element, it is required to create the same route map instance. Deletion of the route map instance will also delete all the clause elements confgured which associate the deleted route map. |
dRouteMapClauseTable | 1.3.6.1.4.1.171.12.117.1.3 | no-access |
This table contains entries for instances of the route map clause elements. |
|
1.3.6.1.4.1.171.12.117.1.3.1 | no-access |
Each entry describes the characteristics of one route map clause element instance. |
||
dRouteMapClauseTypeId | 1.3.6.1.4.1.171.12.117.1.3.1.1 | integer | no-access |
The type of match or set command in this entry. A route map entry can contain multiple match and set statements. To match a route against a route map entry, all of the match clause elements in a route map sequence must be satisfied. When a route map entry is matched, all the set clause elements in the sequence will be performed (if applicable) for a 'permit' sequence. The valid values and ranges of dRouteMapClauseAddOption and dRouteMapClauseElementValue depends on this object. Please refer to the dRouteMapClauseRowStatus object's DESCRIPTION for details. Enumeration: 'matchIpv6Nexthop': 13, 'setDampening': 143, 'setIpNexthop': 129, 'matchCommunity': 5, 'matchIpRouteSource': 12, 'macthIpNexthop': 7, 'matchIpv6NexthopPrefixList': 14, 'matchIpv6AccessList': 3, 'setIpv6Nexthop': 131, 'matchIpNexthopPrefixList': 8, 'matchInterface': 10, 'matchMetric': 9, 'matchIpAccessList': 1, 'matchRouteType': 11, 'matchIpv6PrefixList': 15, 'matchAsPath': 4, 'setMetric': 139, 'setAsPath': 136, 'matchIpPrefixList': 2, 'setLocalPreference': 140, 'setWeight': 142, 'setCommunity': 137, 'setOrigin': 141, 'setMetricType': 144. |
dRouteMapClauseSubId | 1.3.6.1.4.1.171.12.117.1.3.1.2 | integer32 | no-access |
Indicates the clause element sub ID. Because for some clause types (e.g. setIpNexthop), multiple instances can be created, this object is used solely to distinguish specific instance of the element. If the created instance has same dRouteMapName, dRouteMapSeqNum, dRouteMapClauseTypeId and dRouteMapClauseElementValue as the entry exists in the dRouteMapClauseTable,the creation will be rejected. This value is determined by choosing the next available by walking the table and may change across system reboots. |
dRouteMapClauseAddOption | 1.3.6.1.4.1.171.12.117.1.3.1.3 | integer | read-only |
This indicates the additional option selected along with the main option (dRouteMapClauseTypeId) whenever it applies. For more information on how to map this object value to each value, refer to the route-map clauses table in the dRouteMapClauseRowStatus object's DESCRIPTION. Enumeration: 'communityNone': 3, 'notApplicable': 0, 'exact': 1, 'additive': 2. |
dRouteMapClauseElementValue | 1.3.6.1.4.1.171.12.117.1.3.1.4 | displaystring | read-only |
This represents match and set clauses' variable element instance values in character string form. Whatever may be the data type of the attribute element instance value, it is always interpreted as a set of characters for both configuration and display purposes. It is up to the user to know the element's data type mapping in order to input the correct value while configuring. Refer to the route-map clauses table in the dRouteMapClauseRowStatus object descrption for detailed information. |
dRouteMapClauseRowStatus | 1.3.6.1.4.1.171.12.117.1.3.1.99 | rowstatus | read-only |
Controls creation/deletion of entries in this table according to the RowStatus textual convention. The writable columns in a row cannot be changed if the row is active. In other words, the table entry elements may not be modified. To create/delete an entry in this table, the following entry objects MUST be explicitly configured: dRouteMapClauseRowStatus dRouteMapClauseElementValue Make sure the corresponding route map(s) are created before configuring their corresponding clause elements. The table below explains how to determine the values and ranges of dRouteMapClauseAddOption and dRouteMapClauseElementValue. Clause element configuration table ==================================================== Clause Type Addtional Option Element Value dRouteMapClauseTypeId dRouteMapClauseAddOption dRouteMapClauseElementValue ======================= ========================== ================== matchIpAccessList notApplicable DisplayString (SIZE(1..32)) matchIpPrefixList notApplicable DisplayString (SIZE(1..32)) matchIpv6AccessList notApplicable DisplayString (SIZE(1..32)) matchIpv6PrefixList notApplicable DisplayString (SIZE(1..32)) matchAsPath notApplicable DisplayString (SIZE(1..32)) matchCommunity exact/ DisplayString (SIZE(1..32)) notApplicable DisplayString (SIZE(1..32)) macthIpNexthop notApplicable DisplayString (SIZE(1..32)) matchIpNexthopPrefixList notApplicable DisplayString (SIZE(1..32)) matchIpv6Nexthop notApplicable DisplayString (SIZE(1..32)) matchIpv6NexthopPrefixList notApplicable DisplayString (SIZE(1..32)) matchMetric notApplicable DisplayString (SIZE(1..32)) matchInterface notApplicable DisplayString (SIZE(1..32)) matchRouteType notApplicable DisplayString (SIZE(1..32)) matchIpRouteSource notApplicable DisplayString (SIZE(1..32)) setIpNexthop notApplicable InetAddressIPv4 setIpv6Nexthop notApplicable InetAddressIPv6 setAsPath notApplicable DisplayString (SIZE(1..32)) setCommunity(Note#1) additive/ DisplayString (SIZE(1..32)) communityNone zero-length string notApplicable DisplayString (SIZE(1..32)) setMetric notApplicable Unsigned32 setLocalPreference notApplicable Unsigned32 setOrigin notApplicable { egp, igp, incomplete } (Note#2) setWeight notApplicable Interger32 (0..65535) setDampening notApplicable Interger32 (0..65535) setMetricType notApplicable Interger32 (0..65535) ======================================================================================== Note#1: Given a {route map, sequence number}, setCommunity will have at most one instance, i.e., all options and values will be aggregated into one dRouteMapClauseSubId. When 'additive' is chosen for dRouteMapClauseAddOption, the specified community list will be added to the existed community list. If 'communityNone' is chosen, the dRouteMapClauseElementValue should be a zeor-length string. When read dRouteMapClauseElementValue, the value 'additive' is never returned. Note#2: The element value needs choose the exact case-sensitive string to set the option. For example, for setOrigin, egp or igp or incomplete will be the valid options to select. |
dAccessListTable | 1.3.6.1.4.1.171.12.117.1.4 | no-access |
This table contains name for IP access list. |
|
1.3.6.1.4.1.171.12.117.1.4.1 | no-access |
An entry contains the information of IP access list. |
||
dAccessListName | 1.3.6.1.4.1.171.12.117.1.4.1.1 | displaystring | no-access |
The name of the IP access list. |
dAccessListAddrType | 1.3.6.1.4.1.171.12.117.1.4.1.2 | inetaddresstype | no-access |
This object indicates the address type of the access list. |
dAccessListRowStatus | 1.3.6.1.4.1.171.12.117.1.4.1.99 | rowstatus | read-only |
This object indicates the status of this entry. Only createAndGo(4) and destroy(6) are supported. |
dAccessListRuleTable | 1.3.6.1.4.1.171.12.117.1.5 | no-access |
This table contains rules for IP access list. |
|
1.3.6.1.4.1.171.12.117.1.5.1 | no-access |
An entry contains one rule of the IP access list. |
||
dAccessListRuleMatchAction | 1.3.6.1.4.1.171.12.117.1.5.1.1 | integer | no-access |
Indicates the action performed for this IP access list. Enumeration: 'deny': 2, 'permit': 1. |
dAccessListRuleNetAddr | 1.3.6.1.4.1.171.12.117.1.5.1.2 | inetaddress | no-access |
Indicates the network address. |
dAccessListRulePfxLen | 1.3.6.1.4.1.171.12.117.1.5.1.3 | integer | no-access |
Indicates the prefix length of the network address. |
dAccessListRuleRowStatus | 1.3.6.1.4.1.171.12.117.1.5.1.99 | rowstatus | read-only |
This object indicates the status of this entry. Only createAndGo(4) and destroy(6) are supported. |
dPrefixListTable | 1.3.6.1.4.1.171.12.117.1.6 | no-access |
This table contains name for IP prefix list. |
|
1.3.6.1.4.1.171.12.117.1.6.1 | no-access |
An entry contains the information of IP prefix list. |
||
dPrefixListName | 1.3.6.1.4.1.171.12.117.1.6.1.1 | displaystring | no-access |
The name of the IP prefix list. |
dPrefixListAddrType | 1.3.6.1.4.1.171.12.117.1.6.1.2 | inetaddresstype | no-access |
This object indicates the address type of the prefix. |
dPrefixListRowStatus | 1.3.6.1.4.1.171.12.117.1.6.1.99 | rowstatus | read-only |
This object indicates the status of this entry. Only createAndGo(4) and destroy(6) are supported. |
dPrefixListRuleTable | 1.3.6.1.4.1.171.12.117.1.7 | no-access |
A table consists of a list of IP prefixes. The initial 2 index elements identify the prefix list that a prefix belongs to. |
|
1.3.6.1.4.1.171.12.117.1.7.1 | no-access |
An entry contains the information of an IP prefix. |
||
dPrefixListRuleSeqNum | 1.3.6.1.4.1.171.12.117.1.7.1.1 | unsigned32 | no-access |
The checking sequence of the prefix within a prefix list. The lower the number is, the higher the precedence of the permit/deny rule. The special value of 0 means the sequence number will be automatically determined by the agent. |
dPrefixListRuleAction | 1.3.6.1.4.1.171.12.117.1.7.1.2 | integer | read-only |
This object indicates whether to permit or deny the matched route entry. Enumeration: 'deny': 2, 'permit': 1. |
dPrefixListRuleNetAddr | 1.3.6.1.4.1.171.12.117.1.7.1.3 | inetaddress | read-only |
This object indicates the network address (prefix). |
dPrefixListRulePrefixLen | 1.3.6.1.4.1.171.12.117.1.7.1.4 | inetaddressprefixlength | read-only |
The length of network address (prefix). |
dPrefixListRuleGeValue | 1.3.6.1.4.1.171.12.117.1.7.1.5 | unsigned32 | read-only |
The minimum prefix length of the route that can be matched. The special value of 0 indicates this object is not specified. |
dPrefixListRuleLeValue | 1.3.6.1.4.1.171.12.117.1.7.1.6 | unsigned32 | read-only |
The maximum prefix length of the route that can be matched. The special value of 0 indicates this object is not specified. |
dPrefixListRuleHitCount | 1.3.6.1.4.1.171.12.117.1.7.1.7 | unsigned32 | read-only |
Counter that the prefix list entry has been matched. |
dPrefixListRuleRowStatus | 1.3.6.1.4.1.171.12.117.1.7.1.99 | rowstatus | read-only |
This object indicates the status of this entry. Only createAndGo(4) and destroy(6) are supported. |
dPrefixListDescTable | 1.3.6.1.4.1.171.12.117.1.8 | no-access |
A table consists of a list of descriptions for IP prefix lists. |
|
1.3.6.1.4.1.171.12.117.1.8.1 | no-access |
An entry contains the description of an IP prefix list. |
||
dPrefixListDescContent | 1.3.6.1.4.1.171.12.117.1.8.1.1 | displaystring | read-only |
Specify the description for prefix list. |
dPrefixListDescRowStatus | 1.3.6.1.4.1.171.12.117.1.8.1.99 | rowstatus | read-only |
This object indicates the status of this entry. Only createAndGo(4) and destroy(6) are supported. |
dIPFilterConform | 1.3.6.1.4.1.171.12.117.2 | |||
dIPFilterMIBGroups | 1.3.6.1.4.1.171.12.117.2.1 | |||
dRouteMapGroup | 1.3.6.1.4.1.171.12.117.2.1.1 |
These objects are used for managing/monitoring route map configurations. |
||
dRouteMapSeqGroup | 1.3.6.1.4.1.171.12.117.2.1.2 |
These objects are used for managing/monitoring route map sequence configurations. |
||
dRouteMapClauseGroup | 1.3.6.1.4.1.171.12.117.2.1.3 |
These objects are used for managing/monitoring route map clauses. |
||
dAccessListGroup | 1.3.6.1.4.1.171.12.117.2.1.4 |
These objects are used for managing/monitoring IP access list configuration. |
||
dAccessListRuleGroup | 1.3.6.1.4.1.171.12.117.2.1.5 |
These objects are used for managing/monitoring IP access list rules configuration. |
||
dPrefixListGroup | 1.3.6.1.4.1.171.12.117.2.1.6 |
These objects are used for managing/monitoring route map clauses. |
||
dPrefixListRuleGroup | 1.3.6.1.4.1.171.12.117.2.1.7 |
These objects are used for managing/monitoring IP access list configuration. |
||
dPrefixListDescGroup | 1.3.6.1.4.1.171.12.117.2.1.8 |
These objects are used for managing/monitoring IP access list rules configuration. |
||
dIPFilterMIBCompliances | 1.3.6.1.4.1.171.12.117.2.2 | |||
dIPFilterMIBFullCompliance | 1.3.6.1.4.1.171.12.117.2.2.1 |
The compliance statement |