Avaya 8600 Technical Configuration Manual page 61

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

Advertisement

avaya.com
Site5:5# config vlan 150 ip create 10.1.50.1/24
Site5:5# config vlan 151 create byport 1 name "VRF1-VLAN-151"
Site5:5# config vlan 151 vrf green
Site5:5# config vlan 151 ports add 4/1
Site5:5# config vlan 151 ip create 10.1.51.1/24
ACLI
Site5:5(config)# ip vrf green vrfid 1
Site5:5(config)# vlan create 150 name "VRF1-VLAN-150" type port 1
Site5:5(config)# vlan members 150 4/1
Site5:5(config)# interface Vlan 150
Site5:5(config-if)# vrf green
Site5:5(config-if)# ip address 10.1.50.1 255.255.255.0
Site5:5(config-if)# exit
Site5:5(config)# vlan create 151 name "VRF1-VLAN-151" type port 1
Site5:5(config)# vlan members 151 4/1
Site5:5(config)# interface Vlan 151
Site5:5(config-if)# vrf green
Site5:5(config-if)# ip address 10.1.51.1 255.255.255.0
Site5:5(config-if)# exit
2.2.8.2
Configuring IPVPN RD & RT on the VRF for Green IPVPN-1
For the Green IPVPN-1 the Green VRF has VRF-id = 1 and VPN-id = 001
Hence the RD will be: 172.16.<SiteNumber>.<VRF-id>:<VRF-id> = 172.16.<SiteNumber>.1:1
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:60010
Site 1
CLI
Site1:5# config ip vrf green ipvpn create
Site1:5# config ip vrf green ipvpn rd 172.16.1.1:1
Site1:5# config ip vrf green ipvpn rt add both 65000:60010
Site1:5# config ip vrf green ipvpn enable
Site1:5# config ip vrf green bgp auto-summary disable
ACLI
Site1:5(config)# router vrf green
Site1:5(config-vrf)# ipvpn
Site1:5(config-vrf)# rd 172.16.1.1 1
Network Design Implementation to Provide L2 & L3 VPN Connectivity
61
November 2010
between Sites using SMLT and IPVPN-Lite for ERS 8600
Technical Configuration Guide

Advertisement

Table of Contents
loading

Table of Contents