BgpConfigurationResponse

data class BgpConfigurationResponse(val allowAS: Int? = null, val allowASOverride: String? = null, val annotation: String? = null, val bfdConfiguration: BfdConfigurationResponse? = null, val defaultRouteOriginate: String? = null, val fabricASN: Int, val ipv4ListenRangePrefixes: List<String>? = null, val ipv4NeighborAddress: List<NeighborAddressResponse>? = null, val ipv6ListenRangePrefixes: List<String>? = null, val ipv6NeighborAddress: List<NeighborAddressResponse>? = null, val peerASN: Int)

BGP configuration properties

Constructors

Link copied to clipboard
constructor(allowAS: Int? = null, allowASOverride: String? = null, annotation: String? = null, bfdConfiguration: BfdConfigurationResponse? = null, defaultRouteOriginate: String? = null, fabricASN: Int, ipv4ListenRangePrefixes: List<String>? = null, ipv4NeighborAddress: List<NeighborAddressResponse>? = null, ipv6ListenRangePrefixes: List<String>? = null, ipv6NeighborAddress: List<NeighborAddressResponse>? = null, peerASN: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowAS: Int? = null

Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.

Link copied to clipboard
val allowASOverride: String? = null

Enable Or Disable state.

Link copied to clipboard
val annotation: String? = null

Switch configuration description.

Link copied to clipboard

BFD configuration properties

Link copied to clipboard

Originate a defaultRoute. Ex: "True" | "False".

Link copied to clipboard

ASN of Network Fabric. Example: 65048.

Link copied to clipboard

BGP Ipv4 ListenRange.

Link copied to clipboard

List with stringified ipv4NeighborAddresses.

Link copied to clipboard

BGP Ipv6 ListenRange.

Link copied to clipboard

List with stringified IPv6 Neighbor Address.

Link copied to clipboard

Peer ASN. Example: 65047.