Chapter 13
Unicast and Multicast Routing
RUGGEDCOM ROX II
CLI User Guide
568 Deleting an IP/VPN Tunnels
Section13.11.8.3
Deleting an IP/VPN Tunnels
To delete an IP/VPN tunnel, do the following:
1. Make sure the CLI is in Configuration mode.
2. Delete the address 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.9
Managing VPNv4 Neighbors
VPNv4 neighbors are other routers with which to exchange routes. One or more neighbors must be specified in
order for VRF-Lite to operate.
CONTENTS
• Section13.11.9.1, “Viewing a List of Neighbors”
• Section13.11.9.2, “Adding a Neighbor”
• Section13.11.9.3, “Deleting a Neighbor”
Section13.11.9.1
Viewing a List of Neighbors
To view a list of configured VPNv4 neighbors, type:
show running-config routing bgp address-family vpnv4 neighbor
If neighbors have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config routing bgp address-family vpnv4 neighbor | tab
SEND
IP COMMUNITY
--------------------
1.2.6.2 both
!
!
If no neighbors have been configured, add neighbors as needed. For more information, refer to
Section13.11.12.2, “Adding a Neighbor”.