|
Description:
|
sleRouteType OBJECT-TYPE
SYNTAX INTEGER{other(1),
invalid(2),
direct(3),
indirect(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The type of route.
Note that the values direct and indirect refer to the notion of direct
and indirect routing in the IP architecture.
Setting this object to the value invalid has the effect of invalidating the corresponding entry
in the sleRouteTable object.
That is, it effectively dissasociates the destination identified
with said entry from the route identified with said entry.
It is an implementation-specific matter as to whether the agent removes an invalidated entry
from the table. Accordingly,
management stations must be prepared to receive tabular information
from agents that corresponds to entries not currently in use.
Proper interpretation of such entries requires examination of the relevant sleRouteType object."
|
|
|