AttrSet
Path attributes that may be in use by multiple routes in the table.
Fields
| name | type | nullable | description |
|---|---|---|---|
origin | BgpOrigin | false | BGP attribute defining the origin of the path information. |
nextHop | IpAddress | false | The IP address of the router that should be used as the next hop to the destination. |
med | Integer | true | The multi-exit discriminator attribute used in BGP route selection process. |
localPref | Integer | true | Local preference attribute sent to internal peers to indicate the degree of preference for externally learned routes. The route with the highest local preference value is preferred. |
originatorId | IpAddress | true | BGP attribute that provides the id as an IPv4 address of the originator of the announcement. |
asPath | AsPath | false | BGP AS-PATH attribute. |
activeRoute | Bool | true | Whether path is active. |
Used by
network → devices → bgpRib → afiSafis → neighbors → adjRibInPost → routes → pathAttributes
See also
Data model path
- network:
Network- devices: List<
Device>- bgpRib:
BgpRib- afiSafis: List<
AfiSafi>- neighbors: List<
AfiSafiNeighbor>- adjRibInPost:
AfiSafiNeighborAdjRib
- adjRibInPost:
- neighbors: List<
- afiSafis: List<
- bgpRib:
- devices: List<
network → devices → bgpRib → afiSafis → neighbors → adjRibOutPost → routes → pathAttributes
See also
Data model path
- network:
Network- devices: List<
Device>- bgpRib:
BgpRib- afiSafis: List<
AfiSafi>- neighbors: List<
AfiSafiNeighbor>- adjRibOutPost:
AfiSafiNeighborAdjRib
- adjRibOutPost:
- neighbors: List<
- afiSafis: List<
- bgpRib:
- devices: List<