Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
...
set protocols bgp [vrf <vrf-name>] {ipv4-unicast|ipv6-unicast} network <ipv4ip-address/prefixlen> [label-index<label-index>|route-map <ROUTE-MAP-NAME>]
delete protocols bgp [vrf <vrf-name>] {ipv4-unicast|ipv6-unicast} network <ipv4<ip-address/prefixlen> [label-index<label-index>|route-map <ROUTE-MAP-NAME>]
...
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-unicast|ipv6-unicast} | Required. Specifies the IP address family type. |
<ipv4<ip-address/prefixlen> | Specifies the IPv4/IPv6 network with mask. For example: 1.1.1.0/24 |
label-index <label-index> | Optional parameter. Specifies a route label. |
route-map <ROUTE-MAP-NAME> | Optional parameter. Specifies a route map to apply to the prefixes advertised by this specific network statement. |
...