Avaya 8600 Technical Configuration Manual page 58

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

Advertisement

avaya.com
Site 1
CLI
Site1:5# config ip vrf green create id 1
Site1:5# config vlan 110 create byport 1 name "VRF1-VLAN-110"
Site1:5# config vlan 110 vrf green
Site1:5# config vlan 110 ports add 4/1
Site1:5# config vlan 110 ip create 10.1.10.1/24
Site1:5# config vlan 111 create byport 1 name "VRF1-VLAN-111"
Site1:5# config vlan 111 vrf green
Site1:5# config vlan 111 ports add 4/1
Site1:5# config vlan 111 ip create 10.1.11.1/24
ACLI
Site1:5(config)# ip vrf green vrfid 1
Site1:5(config)# vlan create 110 name "VRF1-VLAN-110" type port 1
Site1:5(config)# vlan members 110 4/1
Site1:5(config)# interface Vlan 110
Site1:5(config-if)# vrf green
Site1:5(config-if)# ip address 10.1.10.1 255.255.255.0
Site1:5(config-if)# exit
Site1:5(config)# vlan create 111 name "VRF1-VLAN-111" type port 1
Site1:5(config)# vlan members 111 4/1
Site1:5(config)# interface Vlan 111
Site1:5(config-if)# vrf green
Site1:5(config-if)# ip address 10.1.11.1 255.255.255.0
Site1:5(config-if)# exit
Site 2
CLI
Site2:5# config ip vrf green create id 1
Site2:5# config vlan 120 create byport 1 name "VRF1-VLAN-120"
Site2:5# config vlan 120 vrf green
Site2:5# config vlan 120 ports add 4/1
Site2:5# config vlan 120 ip create 10.1.20.1/24
Site2:5# config vlan 121 create byport 1 name "VRF1-VLAN-121"
Site2:5# config vlan 121 vrf green
Site2:5# config vlan 121 ports add 4/1
Network Design Implementation to Provide L2 & L3 VPN Connectivity
58
November 2010
between Sites using SMLT and IPVPN-Lite for ERS 8600
Technical Configuration Guide

Advertisement

Table of Contents
loading

Table of Contents