enable property

String? enable
getter/setter pair

The status of the BGP peer connection.

If set to FALSE, any active session with the peer is terminated and all associated routing information is removed. If set to TRUE, the peer connection can be established with routing information. The default is TRUE. Possible string values are:

  • "FALSE"
  • "TRUE"

Implementation

core.String? enable;