Description:
|
ipv6RouteProtocol OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- none of the following
local(2), -- non-protocol information, e.g., manually configured entries
netmgmt(3), -- static route
ndisc(4), -- obtained via Neighbor Discovery protocol, e.g., result of Redirect
-- the following are all dynamic routing protocols
rip(5), -- RIPng
ospf(6), -- Open Shortest Path First
bgp(7), -- Border Gateway Protocol
idrp(8), -- InterDomain Routing Protocol
igrp(9) -- InterGateway Routing Protocol
}
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"The routing mechanism via which this route was learned.
This object is obsoleted by IP-FORWARD-MIB::inetCidrRouteProto."
|
|