ipPath
The ipPath table stores information on IP paths.
The following table describes the ipPath table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
entityId |
Integer |
Not null |
The identifier of an IP pathfrom the entityData table. |
fromIP |
39-character string |
Starting IP address for this path. |
|
toIP |
39-character string |
End IP address for this path. |
|
viaIP |
39-character string |
IP address that this path must traverse. |
|
hops |
32-bit integer |
Not null |
Number of hops in the path. |
ecmp |
Indicates whether equal-cost multi-path routing applies to this path. |
||
asymmetric |
Indicates whether this is an asymmetric path. |
||
protocols |
100-character string |
Indicates the protocols used in this path. |
|
cost |
32-bit integer |