Versions Compared

Key

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

...

Code Block
admin@XorPlus# set protocols bgp ipv4 unicast neighbor 2.2.2.2 ipv4-unicast next-hop-self
admin@XorPlus# commit

Apply a Routing Policy to Routes Advertised

The set protocols bgp neighbor route-map command applies a route map to incoming or outgoing routes. It can be used to configure the route map for modifying the Next_Hop attribute of the route.

Code Block
admin@XorPlus# set protocols bgp ipv4 unicast neighbor 2.2.2.2 ipv4-unicast in route-map map1
admin@XorPlus# commit

...