POLICY-ROUTE-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: POLICY-ROUTE-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
 swPolicyRouteMIB 1.3.6.1.4.1.171.12.32
The structure of policy route management for the proprietary enterprise.
       swPolicyRouteCtrl 1.3.6.1.4.1.171.12.32.1
       swPolicyRouteInfo 1.3.6.1.4.1.171.12.32.2
       swPolicyRouteMgmt 1.3.6.1.4.1.171.12.32.3
           swPolicyRouteTable 1.3.6.1.4.1.171.12.32.3.1 no-access
A table containing policy route information.
               swPolicyRouteEntry 1.3.6.1.4.1.171.12.32.3.1.1 no-access
A policy route information list.
                   swPolicyRouteName 1.3.6.1.4.1.171.12.32.3.1.1.1 displaystring read-only
The name of a unique policy route rule in the table, with a max length of 32 characters.
                   swPolicyRouteProfileId 1.3.6.1.4.1.171.12.32.3.1.1.2 integer read-only
The ID of the ACL mask entry.
                   swPolicyRouteAccessId 1.3.6.1.4.1.171.12.32.3.1.1.3 integer read-only
The ID of the ACL rule entry.
                   swPolicyRouteNextHop 1.3.6.1.4.1.171.12.32.3.1.1.4 ipaddress read-only
IP address of the next hop.
                   swPolicyRouteRowStatus 1.3.6.1.4.1.171.12.32.3.1.1.5 rowstatus read-only
To create a row for this table, a manager must set this object to either createAndGo(4) or createAndWait(5). Setting the `swPolicyRouteRowStatus' as active(1) means enabling this rule. When `swPolicyRouteRowStatus' is set to notInService(2), this rule is disabled.