PRVT-ROUTE-MIB

File: PRVT-ROUTE-MIB.mib (12596 bytes)

Imported modules

IPV6-TC PRVT-OSPF-EXTENSION-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

Ipv6Address routingProtocols IpAddress
MODULE-IDENTITY OBJECT-TYPE Unsigned32
RowStatus TEXTUAL-CONVENTION TruthValue

Defined Types

NetPrefix  
Prefix
TEXTUAL-CONVENTION    
  OCTET STRING  

PrvtDynamicRouteEntry  
SEQUENCE    
  prvtDynamicRoutePrefix OCTET STRING
  prvtDynamicRouteNextHop IpAddress
  prvtDynamicRouteType INTEGER
  prvtDynamicRouteDistance Unsigned32
  prvtDynamicRouteFlags BITS
  prvtDynamicRouteNextHopType INTEGER
  prvtDynamicRouteNextHopFlags BITS
  prvtDynamicRouteMetrics Unsigned32
  prvtDynamicRouteUptime OCTET STRING
  prvtDynamicRouteIfName OCTET STRING

PrvtCfgRouteEntry  
SEQUENCE    
  prvtCfgRoutePrefix OCTET STRING
  prvtCfgRouteNextHop IpAddress
  prvtCfgRouteDistance Unsigned32
  prvtCfgRouteRowStatus RowStatus

PrvtCfgIPv6RouteEntry  
SEQUENCE    
  prvtCfgIPv6RoutePrefix OCTET STRING
  prvtCfgIPv6RouteNextHop Ipv6Address
  prvtCfgIPv6RouteDistance Unsigned32
  prvtCfgIPv6RouteRowStatus RowStatus

Defined Values

prvtRouteMIB 1.3.6.1.4.1.738.1.6.4.3
Mib containing information about dynamic and configurable routes in the system.
MODULE-IDENTITY    

prvtRouteMIBObjects 1.3.6.1.4.1.738.1.6.4.3.1
OBJECT IDENTIFIER    

prvtDynamicRouteTable 1.3.6.1.4.1.738.1.6.4.3.1.1
System dynamic routes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtDynamicRouteEntry

prvtDynamicRouteEntry 1.3.6.1.4.1.738.1.6.4.3.1.1.1
The conceptual row represents a routing entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtDynamicRouteEntry  

prvtDynamicRoutePrefix 1.3.6.1.4.1.738.1.6.4.3.1.1.1.1
Dynamic route prefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(5)  

prvtDynamicRouteNextHop 1.3.6.1.4.1.738.1.6.4.3.1.1.1.2
Dynamic route next hop.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

prvtDynamicRouteType 1.3.6.1.4.1.738.1.6.4.3.1.1.1.3
Dynamic route type.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER system(1), kernel(2), connect(3), static(4), rip(5), ripng(6), ospf(7), ospf6(8), bgp(9), fib(10), vrrp(11), irdp(12), dhcp(13), pimd(14), isis1(15), isis2(16), bfd(17), test(18), max(19)  

prvtDynamicRouteDistance 1.3.6.1.4.1.738.1.6.4.3.1.1.1.4
Dynamic route distance.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..255  

prvtDynamicRouteFlags 1.3.6.1.4.1.738.1.6.4.3.1.1.1.5
Dynamic route flags.
Status: current Access: read-only
OBJECT-TYPE    
  BITS internal(0), selfroute(1), blackhole(2), ibgp(3), selected(4), changed(5), static(6), deleted(7), staticarp(8), mplsIngress(9), mplsEgress(10), outband(11), selfIp(12), vrrpIp(13)  

prvtDynamicRouteNextHopType 1.3.6.1.4.1.738.1.6.4.3.1.1.1.6
Dynamic route hop type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ifindex(1), ifname(2), ipv4(3), ipv4Ifindex(4), ipv4Ifname(5), ipv6(6), ipv6Ifindex(7), ipv6Ifname(8)  

prvtDynamicRouteNextHopFlags 1.3.6.1.4.1.738.1.6.4.3.1.1.1.7
Dynamic route hop flags.
Status: current Access: read-only
OBJECT-TYPE    
  BITS active(0), fib(1), recursive(2), notready(3), outband(4), fibsetOutband(5)  

prvtDynamicRouteMetrics 1.3.6.1.4.1.738.1.6.4.3.1.1.1.8
Dynamic route metrics.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtDynamicRouteUptime 1.3.6.1.4.1.738.1.6.4.3.1.1.1.9
A length of time. Duration values are in the ISO 8601 duration format, where P represents 'Period', nY represents the number of years, nM the number of months, nD the number of days, T is the date/time separator, nH the number of hours, nM the number of minutes, nS the number of seconds. So P2DT23H32M51S means 'A period of 2 days, 23 hours, 32 minutes, and 51 seconds'. PnYnMnDTnH nMnS (e.g., P2DT23H32M51S) We use the duration data type to convey values like the time left until a listing ends. For ended listings, the time left is PT0S (zero seconds). xs:duration is part of the XML schema namespace defined as: xmlns:xs='http://www.w3.org/2001/XMLSchema'
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtDynamicRouteIfName 1.3.6.1.4.1.738.1.6.4.3.1.1.1.10
Dynamic route name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

prvtCfgRouteTable 1.3.6.1.4.1.738.1.6.4.3.1.2
Table with configurable routes. To create entry in this table use prvtCfgRouteRowStatus with createAndGo(4) or createAndWait(5). For example static route : static-route 88.65.85.4/32 43.13.15.18 3 will be represented as : prvtCfgRouteRowStatus.88.65.85.4.32.43.13.15.18.3
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtCfgRouteEntry

prvtCfgRouteEntry 1.3.6.1.4.1.738.1.6.4.3.1.2.1
The conceptual row represents a routing entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtCfgRouteEntry  

prvtCfgRoutePrefix 1.3.6.1.4.1.738.1.6.4.3.1.2.1.1
Route prefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(5)  

prvtCfgRouteNextHop 1.3.6.1.4.1.738.1.6.4.3.1.2.1.2
Route next hop.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

prvtCfgRouteDistance 1.3.6.1.4.1.738.1.6.4.3.1.2.1.3
Route distance.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..255  

prvtCfgRouteRowStatus 1.3.6.1.4.1.738.1.6.4.3.1.2.1.4
Create static route.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtCfgIPv6RouteTable 1.3.6.1.4.1.738.1.6.4.3.1.3
Table with configurable routes. To create entry in this table use prvtCfgIPv6RouteRowStatus with createAndGo(4) or createAndWait(5). For example static route : router static-ipv6-route ::/0 2001:fd8::7 10 will be represented as : prvtCfgIPv6RouteRowStatus.4.58.58.47.48.32.1.15.216.0.0.0.0.0.0.0.0.0.0.0.7.10 or 1.3.6.1.4.1.738.10.6.4.3.1.3.1.4 --> prvtCfgIPv6RouteRowStatus OID v --> Value --> createAndGo(4) prvtCfgIPv6RouteRowStatus <--|v : : / 0 2001:0f d8: 00: 00: 00: 00: 00: 07|10 1.3.6.1.4.1.738.10.6.4.3.1.3.1.4.4.58.58.47.48.32.1.15.216.0.0.0.0.0.0.0.0.0.0.0.7.10
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtCfgIPv6RouteEntry

prvtCfgIPv6RouteEntry 1.3.6.1.4.1.738.1.6.4.3.1.3.1
The conceptual row represents a IPv6 routing entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtCfgIPv6RouteEntry  

prvtCfgIPv6RoutePrefix 1.3.6.1.4.1.738.1.6.4.3.1.3.1.1
IPv6 route prefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

prvtCfgIPv6RouteNextHop 1.3.6.1.4.1.738.1.6.4.3.1.3.1.2
IPv6 route next hop.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

prvtCfgIPv6RouteDistance 1.3.6.1.4.1.738.1.6.4.3.1.3.1.3
IPv6 route distance.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..255  

prvtCfgIPv6RouteRowStatus 1.3.6.1.4.1.738.1.6.4.3.1.3.1.4
Create static IPv6 route.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtGlobalIPv6Forwarding 1.3.6.1.4.1.738.1.6.4.3.1.4
Configure IPv6 behavior.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER host(1), router(2)  

prvtGlobalIPv6Disable 1.3.6.1.4.1.738.1.6.4.3.1.5
Configure IPv6 behavior.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue