network bgp config modify
Modify BGP configuration
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The network bgp config modify command is used to modify a node's border gateway protocol (BGP) configuration.
Parameters
- -node {<nodename>|local} - Node
 - This parameter specifies the node on which BGP configuration will be modified.
 - [-asn <integer>] - Autonomous System Number
 - This parameter specifies the autonomous system number (ASN). The ASN attribute is a non-negative 16-bit 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.
 - [-hold-time <integer>] - Hold Time
 - This parameter specifies the hold time in seconds.
 - [-router-id <IP Address>] - Router ID
 - This parameter specifies the local router ID. The router-id value takes the form of an IPv4 address.
 
Examples
cluster1::> network bgp config modify -node node1 -router-id 1.1.1.1 -asn 20
        
Give documentation feedback