SrcProto |
This object describes the protocol that generated the route
and inserted it into the routing table. Enumerations: - default-route (1)
- direct (2)
- static (3)
- rip (4)
- ospf (5)
- special (6)
- radius (7)
|
DstProto |
This object describes the destination protocol into that the
routes should be imported. Enumerations: - delete (1)
- rip (2)
- ospf (3)
|
Metric1 |
This object defines the metric in the context of the
destination protocol the imported routes should get.
If set to -1 these routes get a protocol specific
default metric. |
Type |
This object might define protocol specific properties of
the imported routes in the context of the destination
protocol. |
Addr |
This object specifies together with ipImportMask the range
of IP addresses for which the table entry should be valid.
The entry is valid if the destination IP address of the
route lies in the range specified by both objects.
If both objects are set to 0.0.0.0, the table entry will
be valid for destination. |
Mask |
This object specifies together with ipImportAddr the range
of IP addresses for which the table entry should be valid.
The entry is valid if the destination IP address of the
route lies in the range specified by both objects.
If both objects are set to 0.0.0.0, the table entry will
be valid for destination. |
Effect |
This object defines the effect this row should have. If set
to import, the importation from ipImportSrcProto to
ipImportDstProto takes place. If set to doNotImport the
importation is prevented. Enumerations: - import (1)
- doNotImport (2)
|
IfIndex |
This object specifies the interface index of the interface
for which the entry should be valid. If set to 0 it will be
valid for all interfaces. |