ā12-11-2019 06:12 PM
Hello all,
I just received some new X465 switches, I just realized it is so different from the ERS switches. User interface is very simple and therefore almost useless for any advanced configuration. CLI is very different as well. I am mainly familiar with ERS 5900 switches. Can someone here tell me if it is possible for X465 to do inter vlan routing? if yes, how to do it?
Thank you very much.
John
Solved! Go to Solution.
ā12-15-2019 09:57 AM
Inter-VLAN Routing on XOS is quite simple. Simply create your VLAN(s), assign an IP address and enable ipforwarding with the following commands:
create vlan NetworkA tag 100
create vlan NetworkB tag 200
configure vlan NetworkA ipaddress 10.0.1.1/24
configure vlan NetworkB ipaddress 10.0.2.1/24
enable ipforwarding vlan NetworkA
enable ipforwarding vlan NetworkB
Thatās it! Now routing for both VLANs is enabled.
ā12-16-2019 04:36 PM
Thank you CWurm. Thank you. I have to say this forum is really helpful and I really appreciate the responses I got here.
ā12-15-2019 09:57 AM
Inter-VLAN Routing on XOS is quite simple. Simply create your VLAN(s), assign an IP address and enable ipforwarding with the following commands:
create vlan NetworkA tag 100
create vlan NetworkB tag 200
configure vlan NetworkA ipaddress 10.0.1.1/24
configure vlan NetworkB ipaddress 10.0.2.1/24
enable ipforwarding vlan NetworkA
enable ipforwarding vlan NetworkB
Thatās it! Now routing for both VLANs is enabled.
ā12-11-2019 06:21 PM
Thank you Ty lzzet for your quick response. I will take a look at the acritical you recommended.
ā12-11-2019 06:19 PM
Yes, the X465 is capable of inter VLAN routing. The following article will help get you started:
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-enable-inter-VLAN-routing-in-EXOS