Versions Compared

Key

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

...

The set protocols bgp ipv4-unicast network command specifies the IPv4 networks to be advertised by the Border Gateway Protocol (BGP) routing processes. route-map is optional which can be used to specify a route map to apply to the prefixes advertised by this specific network statement.
The delete protocols bgp ipv4-unicast network command removes an entry from the routing table.

...

set protocols bgp [vrf <vrf-name> ipv4-unicast network <ipv4/prefixlen> [route-map <ROUTE-MAP-NAME>]

delete protocols bgp [vrf <vrf-name>] ipv4-unicast network <ipv4/prefixlen> [label-index <label-index>route-map <ROUTE-MAP-NAME>]


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/prefixlen>Specifies the IPv4 network with mask. For example: 1.1.1.1/24
route-map <ROUTE-MAP-NAME>Optional parameter. Specifies a route map to apply to the prefixes advertised by this specific network statement.

...