RUGGEDCOM ROX II
CLI User Guide
Chapter 13
Unicast and Multicast Routing
Adding a Neighbor 569
Section13.11.9.2
Adding a Neighbor
To add a new VPNv4 neighbor, do the following:
1. Make sure the CLI is in Configuration mode.
2. Add the neighbor by typing:
routing bgp address-family vpnv4 neighbor address
Where:
• address is the IP address of the neighbor
3. [Optional] Set the send community by typing:
send-community [ both | extended | none | standard ]
4. [Optional] Enable the neighbor as a route reflector client by typing:
route-reflector-client enabled
5. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section13.11.9.3
Deleting a Neighbor
To delete a VPNv4 neighbor, do the following:
1. Make sure the CLI is in Configuration mode.
2. Delete the network by typing:
no routing bgp address-family vpnv4 neighbor address
Where:
• address is the IP address of the neighbor
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section13.11.10
Managing IPv4 Address Families
IPv4 address families are configured when deploying VRF-Lite. Address families under BGP specify the neighbors
with whom the router will share VRF routing information and what type of routing distribution method is
permitted. One or more address families can be configured for each VRF instance.
Route distribution can be limited directly connected routes, static routes, or OSPF learned routes.
CONTENTS
• Section13.11.10.1, “Viewing a List of IPv4 Address Families”
• Section13.11.10.2, “Adding an IPv4 Address Family”
• Section13.11.10.3, “Deleting an IPv4 Address Family”