POLICY-ROUTE-MIB

File: POLICY-ROUTE-MIB.mib (4630 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
SNMP-FRAMEWORK-MIB DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Unsigned32 MacAddress RowStatus
DisplayString SnmpAdminString dlink-common-mgmt

Defined Types

SwPolicyRouteEntry  
SEQUENCE    
  swPolicyRouteName DisplayString
  swPolicyRouteProfileId INTEGER
  swPolicyRouteAccessId INTEGER
  swPolicyRouteNextHop IpAddress
  swPolicyRouteRowStatus RowStatus

Defined Values

swPolicyRouteMIB 1.3.6.1.4.1.171.12.32
The structure of policy route management for the proprietary enterprise.
MODULE-IDENTITY    

swPolicyRouteCtrl 1.3.6.1.4.1.171.12.32.1
OBJECT IDENTIFIER    

swPolicyRouteInfo 1.3.6.1.4.1.171.12.32.2
OBJECT IDENTIFIER    

swPolicyRouteMgmt 1.3.6.1.4.1.171.12.32.3
OBJECT IDENTIFIER    

swPolicyRouteTable 1.3.6.1.4.1.171.12.32.3.1
A table containing policy route information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPolicyRouteEntry

swPolicyRouteEntry 1.3.6.1.4.1.171.12.32.3.1.1
A policy route information list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPolicyRouteEntry  

swPolicyRouteName 1.3.6.1.4.1.171.12.32.3.1.1.1
The name of a unique policy route rule in the table, with a max length of 32 characters.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

swPolicyRouteProfileId 1.3.6.1.4.1.171.12.32.3.1.1.2
The ID of the ACL mask entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swPolicyRouteAccessId 1.3.6.1.4.1.171.12.32.3.1.1.3
The ID of the ACL rule entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swPolicyRouteNextHop 1.3.6.1.4.1.171.12.32.3.1.1.4
IP address of the next hop.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

swPolicyRouteRowStatus 1.3.6.1.4.1.171.12.32.3.1.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus