Answer the question
In order to leave comments, you need to log in
Juniper ex2200 how to merge 2 network segments?
Hello. There is a Juniper EX2200-48T-4G switch. I got into the organization from a higher district department. On the box was written l3 switch. Knowing that the specialists from the region would not be deceived, I immediately decided to use the l3 capabilities of this model. Unfortunately, I could not find the necessary information on the Internet because I do not know English well.
What we have. Zoo of l2 switches 3com 5500-24 working in a stack and l3 switch Juniper ex2200-48T. Two network segments: 10.207.90.*/24 and 10.207.91.*/24. The first (segment) works in the default vlan 1, for the second we select, for example, vlan 2. The question is how to do this in juniper, what commands to use, how to configure interfaces, create vlans, trunk ports?
When using cisco, such questions do not arise, because everything is intuitive there, we create two vlan-a 1.2 on the l3 switch, assign them an ip address and skip all packets with one simple Ip routing command.
Answer the question
In order to leave comments, you need to log in
xgu.ru/wiki/JUNOS
edit - switched to configuration mode
set vlans vlan1 vlan-id 1 l3-interface vlan.1
set vlans vlan2 vlan-id 2 l3-interface vlan.2
set interface vlan.1 family inet address 10.207.90.1 /24
set interface vlan.2 family inet address 10.207.91.1/24
access-port:
set interface ge-0/0/0 unit 0 family ethernet-switching port-mode access vlan members vlan1
trunk-port:
set interface ge-0 /0/1 unit 0 family ethernet-switching port-mode trunk vlan members [ vlan1 vlan2 ]
commit - save and apply configuration
www.juniper.net/uk/en/training/jnbooks/day-one/fun...
www. juniper.net/uk/en/training/jnbooks/day-one/fun...
www.juniper.net/uk/en/training/jnbooks/day-one/fun...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question