Avaya 8600 Technical Configuration Manual page 69

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

Advertisement

avaya.com
Site5:5(config-if)# ip address 10.2.50.1 255.255.255.0
Site5:5(config-if)# exit
Site5:5(config)# vlan create 251 name "VRF2-VLAN-251" type port 1
Site5:5(config)# vlan members 251 4/1
Site5:5(config)# interface Vlan 251
Site5:5(config-if)# vrf red
Site5:5(config-if)# ip address 10.2.51.1 255.255.255.0
Site5:5(config-if)# exit
2.2.8.4
Configuring IPVPN RD & RT on the VRF for Red IPVPN-2
For the Red IPVPN-2 the Red VRF has VRF-id = 2 and VPN-id = 002
Hence the RD will be: 172.16.<SiteNumber>.<VRF-id>:<VRF-id> = 172.16.<SiteNumber>.2:2
Note that the IP address inside the RD is a valid IP address inside the Network address defined by the
local CLIP#2 address.
Whereas the RT (both import and export) will be <AS-number>:6<VPN-id>0 = 65000:60020
Site 1
CLI
Site1:5# config ip vrf red ipvpn create
Site1:5# config ip vrf red ipvpn rd 172.16.1.2:2
Site1:5# config ip vrf red ipvpn rt add both 65000:60020
Site1:5# config ip vrf red ipvpn enable
Site1:5# config ip vrf red bgp auto-summary disable
ACLI
Site1:5(config)# router vrf red
Site1:5(config-vrf)# ipvpn
Site1:5(config-vrf)# rd 172.16.1.2 2
Site1:5(config-vrf)# route-target both 65000 60020
Site1:5(config-vrf)# ipvpn enable
Site1:5(config-vrf)# no ip bgp auto-summary
Site1:5(config-vrf)# exit
Site 2
CLI
Site2:5# config ip vrf red ipvpn create
Site2:5# config ip vrf red ipvpn rd 172.16.2.2:2
Site2:5# config ip vrf red ipvpn rt add both 65000:60020
Site2:5# config ip vrf red ipvpn enable
Network Design Implementation to Provide L2 & L3 VPN Connectivity
69
November 2010
between Sites using SMLT and IPVPN-Lite for ERS 8600
Technical Configuration Guide

Advertisement

Table of Contents
loading

Table of Contents