ExpressRouteCircuitRoutesTableSummary interface
The routes table associated with the ExpressRouteCircuit.
Properties
as | Autonomous system number. |
neighbor | IP address of the neighbor. |
state |
Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group. |
up |
The length of time that the BGP session has been in the Established state, or the current status if not in the Established state. |
v | BGP version number spoken to the neighbor. |
Property Details
as
Autonomous system number.
as?: number
Property Value
number
neighbor
IP address of the neighbor.
neighbor?: string
Property Value
string
statePfxRcd
Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.
statePfxRcd?: string
Property Value
string
upDown
The length of time that the BGP session has been in the Established state, or the current status if not in the Established state.
upDown?: string
Property Value
string
v
BGP version number spoken to the neighbor.
v?: number
Property Value
number