Share via


GatewayRouteOutput interface

Gateway routing details.

Properties

asPath

The route's AS path sequence.

localAddress

The gateway's local address.

network

The route's network prefix.

nextHop

The route's next hop.

origin

The source this route was learned from.

sourcePeer

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 gateway'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