ā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-24-2020 09:22 AM
Whoops, my bad. Firmware was 22.4 so āa bitā olderā¦ This switch should have been on a newer version, so I didnāt check this in the first place.
In 30.6 it works as you described (confgure vr VR-default delete...)!
Sorry for the confusion!
ā07-24-2020 09:16 AM
Wow, what version is this? Iāll have to check in 22.7 myself.
Edit: Seems like 15.3.5.2 patch 1-19 cannot have the āvrā keyword and 22.7 may have it but itās not needed. I quoted the 22.7 command reference above. Edit 2: keyword can be VR or vr in 22.7. My bad.
ā07-24-2020 08:54 AM
SW_xxx.3 # configure vr VR-Default
description Description string
SW_xxx.3 # configure vr VR-Default delete ports 1
^
%% Invalid input detected at '^' marker.
SW_xxx.3 # configure VR-Default delete ports 1
* SW_xxx.4 #
ā07-24-2020 07:27 AM
Nearly correct. š You need to leave out the āVRā, so itās āconfigure VR-Default delete ports 44ā.
Best regards
Stefan
Well, to be picky, you cannot have the keyword āvrā in capital letters āVRā. The name of the virtual router instance has mixed capital letters āVR-Defaultā. You may leave out the keyword āvrā, just as you may leave out the keyword āvlanā, but in the command reference, theyāre there:
āExample
The following example removes all the ports on slot 2 from the VR "vr-acme":
configure vr vr-acme delete ports 2:*ā