cancel
Showing results for 
Search instead for 
Did you mean: 

EXOS Switch not allowing inter-vlan traffic (LAB)

EXOS Switch not allowing inter-vlan traffic (LAB)

JoeS
New Contributor
I'm new here and starting to learn EXOS.  I working on a simple set up/lab, 1 Extreme switch (GNS3 lab - EXOC VM 30.5.1) and two PCs (VLAN 10=172.16.10.2/24 & VLAN 20=172.16.20.2/20).  All I'm trying to do is to have one PC ping the other. I have enabled ipforwarding for the vlans, but still no communication.  Not sure what I'm missing.  Config listed below - any input is always appreciated.  thanks

EXOS-VM.30 # sho config
#
# Module devmgr configuration.
#
configure snmp sysContact "https://www.extremenetworks.com/support/"
configure sys-recovery-level switch reset
#
# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1-12
configure vr VR-Default add ports 1-12
configure vlan default delete ports 1-2
configure vlan untagged-ports auto-move on
create vlan "FINANCE"
configure vlan FINANCE tag 30
create vlan "HR"
configure vlan HR tag 10
create vlan "IT"
configure vlan IT tag 20
create vlan "SALES"
configure vlan SALES tag 40
configure vlan Default add ports 3-12 untagged
configure vlan FINANCE add ports 12 tagged
configure vlan HR add ports 12 tagged
configure vlan HR add ports 1 untagged
configure vlan IT add ports 12 tagged
configure vlan IT add ports 2 untagged
configure vlan SALES add ports 12 tagged
configure vlan FINANCE ipaddress 172.16.30.2 255.255.255.0
enable ipforwarding vlan FINANCE
configure vlan HR ipaddress 172.16.10.2 255.255.255.0
enable ipforwarding vlan HR
configure vlan IT ipaddress 172.16.20.2 255.255.255.0
enable ipforwarding vlan IT
configure vlan SALES ipaddress 172.16.40.2 255.255.255.0
enable ipforwarding vlan SALES
==========================================
EXOS-VM.31 # sho port vla
Untagged
Port /Tagged VLAN Name(s)
-------- -------- ------------------------------------------------------------
1 Untagged HR
2 Untagged IT
3 Untagged Default
4 Untagged Default
5 Untagged Default
6 Untagged Default
7 Untagged Default
8 Untagged Default
9 Untagged Default
10 Untagged Default
11 Untagged Default
12 Untagged Default
duloEeiTTxeDVlQ6pEn1_Screenshot 2021-11-20 192340.jpeg
1 REPLY 1

JoeS
New Contributor
Resolved:  I misconfigured the gateway IP addresses on the VPCS (PCs).  I'm still learning GNS3.
GTM-P2G8KFN