PeerRouteOutput interface
Peer routing details.
Properties
| as |
The route's AS path sequence. |
| local |
The peer's local address. |
| network | The route's network prefix. |
| next |
The route's next hop. |
| origin | The source this route was learned from. |
| source |
The peer this route was learned from. |
| weight | The route's weight. |
Property Details
asPath
The route's AS path sequence.
asPath?: string
Property Value
string
localAddress
The peer's local address.
localAddress?: string
Property Value
string
network
The route's network prefix.
network?: string
Property Value
string
nextHop
The route's next hop.
nextHop?: string
Property Value
string
origin
The source this route was learned from.
origin?: string
Property Value
string
sourcePeer
The peer this route was learned from.
sourcePeer?: string
Property Value
string
weight
The route's weight.
weight?: number
Property Value
number