ā07-16-2020 02:18 PM
I have read on this board:
Extreme doesn't use sub interfaces. The closest equivalent would be adding the port to the vlan tagged.
Ok, Juniper firewall with subinterfaces, e.g. ge-0/0/1.3 and ge-0/0/1.110, going via trunk to port 1 on an eXtreme X670.
I would like to assign VLAN 3 to a virtual router, and VLAN 110 to another virtual router on the X670.
Port 1 of the X670 can only be assgined to one virtual router. Is it possible to use subinterfaces on X670, that one sub-interface with VLAN 3 ends in one vr, and VLAN 110 ends in another vr?
I know how to do this on Juniper switches via irb (integrated routing bridging). Does somthing similar exist for eXtreme?
Solved! Go to Solution.
ā07-17-2020 09:49 AM
Nearly correct. š You need to leave out the āVRā, so itās āconfigure VR-Default delete ports 44ā.
Best regards
Stefan
ā07-20-2020 02:41 PM
Hi Frank, Hi Stefan! Thanks for your feedback. That actually solved my issue. Much appreciated!
ā07-17-2020 09:49 AM
Nearly correct. š You need to leave out the āVRā, so itās āconfigure VR-Default delete ports 44ā.
Best regards
Stefan
ā07-16-2020 03:24 PM
You would have to disassociate the port from the VR first.
Iām not sure about the syntax, probably something along the lines of āconfigure VR VR-Default delete port 44ā
ā07-16-2020 03:13 PM
* X670-48x.1 # create VR-Foo
* X670-48x.2 # create vr VR-Foo
* X670-48x.3 # create vr VR-Bar
* X670-48x.4 # create vlan ACME vr "VR-Foo"
* X670-48x.5 # create vlan CORP vr "VR-Bar"
* X670-48x.6 # configure vlan "ACME" tag 555
* X670-48x.7 # configure vlan "CORP" tag 666
* X670-48x.8 # configure vlan ACME add ports 44 tagged
Error: Port 44 belongs to virtual router VR-Default. VLAN is created on virtual-router VR-Foo
ā07-16-2020 02:48 PM
Someone correct me if Iām wrong, but if you donāt assign an interface/port to a VR, then you can assign the VLANs to whatever VR you want.
If you have two VRs, VR-Foo and VR-Bar:
create vlan "ACME" vr VR-Foo
create vlan āCORPā vr VR-Bar
Then you should be able to say:
configure vlan ACME add port 44 tagged
configure vlan CORP add port 44 tagged
I donāt have ports assigned to VRs on my switches, so I donāt know what the possibilities/restrictions are once you do that.
Hope that helped!