RIPNG-MIB

File: RIPNG-MIB.mib (4772 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE DisplayString
dlink-common-mgmt

Defined Types

SwRIPngIfEntry  
SEQUENCE    
  swRIPngIfName DisplayString
  swRIPngIfState INTEGER
  swRIPngIfMetric INTEGER

Defined Values

swRIPngMIB 1.3.6.1.4.1.171.12.83
The structure of RIPng for the proprietary enterprise.
MODULE-IDENTITY    

swRIPngGlobalState 1.3.6.1.4.1.171.12.83.1
This object indicates the RIPng global state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swRIPngMethod 1.3.6.1.4.1.171.12.83.2
This object indicates the method to be done while sending routing informations. If the configured value is split-horizon(2) then routes learnt on a interface are not sent over that interface. If the configured value is poison-reverse(3) then such routes are sent with a metric of 16.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER no-horizon(1), split-horizon(2), poison-reverse(3)  

swRIPngUpdateTime 1.3.6.1.4.1.171.12.83.3
This object indicates the RIPng update interval in second.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 5..65535  

swRIPngExpireTime 1.3.6.1.4.1.171.12.83.4
This object indicates the period in second for which a dynamic RIPng route will be kept in the IPv6 routing table without receiving any updates for the route. After this time interval, the route will not be valid and will be aged out.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

swRIPngGarbageCollectionTime 1.3.6.1.4.1.171.12.83.5
This object indicates the period in seconds for a RIPng route which has aged out is retained in the IPv6 Routing Table. After this time interval the route is deleted from the IPv6 Routing Table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

swRIPngIfTable 1.3.6.1.4.1.171.12.83.6
This table contains RIPng interface information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwRIPngIfEntry

swRIPngIfEntry 1.3.6.1.4.1.171.12.83.6.1
A list of information about RIPng interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwRIPngIfEntry  

swRIPngIfName 1.3.6.1.4.1.171.12.83.6.1.1
This object indicates the interface name.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

swRIPngIfState 1.3.6.1.4.1.171.12.83.6.1.2
This object indicates the RIPng state of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swRIPngIfMetric 1.3.6.1.4.1.171.12.83.6.1.3
This object indicates the metric value of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15