bgpPeers property

List<RouterBgpPeer>? bgpPeers
getter/setter pair

BGP information that must be configured into the routing stack to establish BGP peering.

This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to RFC4273.

Implementation

core.List<RouterBgpPeer>? bgpPeers;