Avaya 8600 Technical Configuration Manual page 63

Ethernet routing switch
Hide thumbs Also See for 8600:
Table of Contents

Advertisement

Site 4
CLI
Site4:5# config ip vrf green ipvpn create
Site4:5# config ip vrf green ipvpn rd 172.16.4.1:1
Site4:5# config ip vrf green ipvpn rt add both 65000:60010
Site4:5# config ip vrf green ipvpn enable
Site4:5# config ip vrf green bgp auto-summary disable
ACLI
Site4:5(config)# router vrf green
Site4:5(config-vrf)# ipvpn
Site4:5(config-vrf)# rd 172.16.4.1 1
Site4:5(config-vrf)# route-target both 65000 60010
Site4:5(config-vrf)# ipvpn enable
Site4:5(config-vrf)# no ip bgp auto-summary
Site4:5(config-vrf)# exit
Site 5
CLI
Site5:5# config ip vrf green ipvpn create
Site5:5# config ip vrf green ipvpn rd 172.16.5.1:1
Site5:5# config ip vrf green ipvpn rt add both 65000:60010
Site5:5# config ip vrf green ipvpn enable
Site5:5# config ip vrf green bgp auto-summary disable
ACLI
Site5:5(config)# router vrf green
Site5:5(config-vrf)# ipvpn
Site5:5(config-vrf)# rd 172.16.5.1 1
Site5:5(config-vrf)# route-target both 65000 60010
Site5:5(config-vrf)# ipvpn enable
Site5:5(config-vrf)# no ip bgp auto-summary
Site5:5(config-vrf)# exit
Disable Auto-Summary if the IP networks advertised within the IP VPNs are not Class
full networks.
Note – The ipvpn enable command actually performs a number of actions:
1. It creates and enables BGP within the VRF. BGP synchronization is by default
disabled, but auto-summary is not.
Network Design Implementation to Provide L2 & L3 VPN Connectivity
November 2010
between Sites using SMLT and IPVPN-Lite for ERS 8600
Technical Configuration Guide
avaya.com
63

Advertisement

Table of Contents
loading

Table of Contents