network bgp defaults modify
Modify BGP defaults
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The network bgp defaults modify command modifies the global defaults for border gateway protocol (BGP) configurations.
Parameters
- [-asn <integer>] - Autonomous System Number
- This parameter specifies the autonomous system number (ASN). The ASN attribute is a positive integer. It should typically be chosen from RFC6996 "Autonomous System (AS) Reservation for Private Use", or the AS number assigned to the operator's organization. The default ASN is 65501.
- [-hold-time <integer>] - Hold Time
- This parameter specifies the hold time in seconds. The default value is 180.
Examples
cluster1::> network bgp defaults modify -asn 20
Give documentation feedback