Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

set protocol bgp [vrf <vrf-name>] cluster-id {<IPV4-ADDR> | <ID>}

delete  protocol bgp [vrf <vrf-name>] cluster-id {<IPV4-ADDR> | <ID>}


Parameter

Parameter

Description

vrf <vrf-name>

Optional. Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>].

<IPV4-ADDR>

Specifies an IP address in IPv4 format (x.x.x.x), where x is a decimal number from 0 to 255. You can remove leading zeros. For example, the address 192.169.005.100 becomes 192.168.5.100

.<ID>Specifies the cluster ID as 32-bit number. Range: 1 to 4294967295

.


Example
• This example specifies the cluster ID when the BGP router is used as a route-reflector.

...