PeerRoute interface
Peer routing details.
Properties
as |
The route's AS path sequence. NOTE: This property will not be serialized. It can only be populated by the server. |
local |
The peer's local address. NOTE: This property will not be serialized. It can only be populated by the server. |
network | The route's network prefix. NOTE: This property will not be serialized. It can only be populated by the server. |
next |
The route's next hop. NOTE: This property will not be serialized. It can only be populated by the server. |
origin | The source this route was learned from. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
The peer this route was learned from. NOTE: This property will not be serialized. It can only be populated by the server. |
weight | The route's weight. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
asPath
The route's AS path sequence. NOTE: This property will not be serialized. It can only be populated by the server.
asPath?: string
Property Value
string
localAddress
The peer's local address. NOTE: This property will not be serialized. It can only be populated by the server.
localAddress?: string
Property Value
string
network
The route's network prefix. NOTE: This property will not be serialized. It can only be populated by the server.
network?: string
Property Value
string
nextHop
The route's next hop. NOTE: This property will not be serialized. It can only be populated by the server.
nextHop?: string
Property Value
string
origin
The source this route was learned from. NOTE: This property will not be serialized. It can only be populated by the server.
origin?: string
Property Value
string
sourcePeer
The peer this route was learned from. NOTE: This property will not be serialized. It can only be populated by the server.
sourcePeer?: string
Property Value
string
weight
The route's weight. NOTE: This property will not be serialized. It can only be populated by the server.
weight?: number
Property Value
number