Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: Help needed!!! L2circuit @ ex2200

$
0
0

Here is my design challenge, basically I need to push all user traffic from LA site to SF site. SF site will provide all the resources and Internet access for LA site. Please see diag:

Option 1

To configure VLAN which will be shared by between LA site and SF site. Use Q-in-Q technology to provide L2 connectivity between the sites.

Ex of the config:

LA site

set routing-options static route 0.0.0.0/0 next-hop 192.168.1.1

set vlans local vlan-id 5

set interfaces Fa0/1 unit 0 family ethernet-switching vlan members 5

set interfaces Fa0/2 unit 0 family ethernet-switching vlan members 5

set interfaces Fa0/3 unit 0 family ethernet-switching vlan members 5

set interfaces Fa0/5 unit 0 family ethernet-switching vlan members 5

ALL PORTS WILL BE ASSIGNED TO VLAN5

 

set system services dhcp pool 192.168.1.0/24

set address-range low 192.168.1.10

set address-range high 192.168.1.100

set system services dhcp pool 192.168.1.0/24 domain-name TEST.COM

set system services dhcp pool 192.168.1.0/24 name-server 192.168.1.5

set system services dhcp pool 192.168.1.0/24 router 192.168.1.1

 

SF site

set vlans local vlan-id 5

set interfaces Fa0/1 unit 0 family ethernet-switching vlan members 5

set vlans QinQ l3-interface vlan.5

set interfaces vlan unit 5 family inet address 192.168.1.1/24

 

Please let me if it’s a working config for customer sites using Q-in-Q to transport traffic. Am I missing anything? I am open to any suggestions.

 

Thanks.

 

 


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>