cancel
Showing results for 
Search instead for 
Did you mean: 

inter vlan issue

inter vlan issue

Ranjith_Kumar
New Contributor II
core switch 1
vlan 10 -10.2.0.200/16
vlan 0 -10.3.0.2/16

tagged port 23 connected to core switch 2 port 23

access switches:(all access switch is connected to core switch 1)
10.3.0.3
10.3.0.4
10.3.0.5
10.3.0.6

core switch 2
vlan 10 -10.2.0.2/16
vlan 0 -10.3.0.101/16

tagged port 23 connected to core switch 1 port 23

access switches:(all access switch is connected to core switch 1)
10.2.0.3
10.2.0.4
10.2.0.5
10.2.0.6

core switch to core switch communication is ok.

problem is core sw1 not pinging to core sw2 access switch
21 REPLIES 21

Eric_Burke
New Contributor III
I don't see IP routing enabled anywhere in the switch configs. Are you routing between subnets through another device (like a firewall or router)?

Laurent_Rillet
New Contributor II
For me, on these switch you need :
configure iproute add default 10.3.0.2

On the switches other side
configure iproute add default 10.2.0.2

On core :
each must have other core as default route next hop.

You may need to enable ipforwarding on your vLANs...

Ranjith_Kumar
New Contributor II
Slot-1 Stack.4 # sh configuration
#
# Module devmgr configuration.
#
configure snmp sysContact "support@extremenetworks.com, +1 888 257 3000"
configure slot 1 module X440G2-48p-10G4
configure sys-recovery-level slot 1 reset
configure slot 2 module X440G2-48p-10G4
configure sys-recovery-level slot 2 reset

#
# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1:1-52,2:1-52
configure vr VR-Default add ports 1:1-52,2:1-52
configure vlan default delete ports 1:1-52,2:1-52
create vlan "CCTV"
configure vlan CCTV tag 10
configure vlan CCTV add ports 1:1-52,2:1-52 untagged
configure vlan CCTV ipaddress 10.3.0.5 255.255.0.0

#
# Module mcmgr configuration.
#

# Module fdb configuration.
#

#
# Module rtmgr configuration.
#

#
# Module policy configuration.
#

#
# Module aaa configuration.
#
configure account admin encrypted [snip]

#
# Module acl configuration.
# Module bfd configuration.
#

#
# Module cfgmgr configuration.
#

#
# Module dosprotect configuration.
#

#
# Module dot1ag configuration.
#

#
# Module eaps configuration.
#

#
# Module edp configuration.
#

#
# Module elrp configuration.
#

#
# Module ems configuration.
#

#
# Module epm configuration.
#

#
# Module erps configuration.
#

#
# Module esrp configuration.
#

#
# Module ethoam configuration.
#

#
# Module etmon configuration.
#

#
# Module exsshd configuration.
#

#
# Module hal configuration.
#

#
# Module idMgr configuration.
#

#
# Module ipSecurity configuration.
#

#
# Module ipfix configuration.
#

#
# Module lldp configuration.
#
disable lldp ports 2:1
disable lldp ports 2:2
disable lldp ports 2:3
disable lldp ports 2:4
disable lldp ports 2:5
disable lldp ports 2:6
disable lldp ports 2:7
disable lldp ports 2:8
disable lldp ports 2:9
disable lldp ports 2:10
disable lldp ports 2:11
disable lldp ports 2:12
disable lldp ports 2:13
disable lldp ports 2:14
disable lldp ports 2:15
disable lldp ports 2:16
disable lldp ports 2:17
disable lldp ports 2:18
disable lldp ports 2:19
disable lldp ports 2:20
disable lldp ports 2:21
disable lldp ports 2:22
disable lldp ports 2:23
disable lldp ports 2:24
disable lldp ports 2:25
disable lldp ports 2:26
disable lldp ports 2:27
disable lldp ports 2:28
disable lldp ports 2:29
disable lldp ports 2:30
disable lldp ports 2:31
disable lldp ports 2:32
disable lldp ports 2:33
disable lldp ports 2:34
disable lldp ports 2:35
disable lldp ports 2:36
disable lldp ports 2:37
disable lldp ports 2:38
disable lldp ports 2:39
disable lldp ports 2:40
disable lldp ports 2:41
disable lldp ports 2:42
disable lldp ports 2:43
disable lldp ports 2:44
disable lldp ports 2:45
disable lldp ports 2:46
disable lldp ports 2:47
disable lldp ports 2:48
disable lldp ports 2:49
disable lldp ports 2:50
disable lldp ports 2:51
disable lldp ports 2:52

#
# Module mrp configuration.
#

#
# Module msdp configuration.
#

#
# Module netLogin configuration.
#

#
# Module netTools configuration.
#

#
# Module ntp configuration.
#

#
# Module poe configuration.
#

#
# Module rip configuration.
#

#
# Module r.png configuration.
#

#
# Module snmpMaster configuration.
#

#
# Module stp configuration.
#
configure mstp region 0204969edd8c

#
# Module synce configuration.
#

#
# Module techSupport configuration.
#
enable tech-support collector

#
# Module telnetd configuration.
#

#
# Module tftpd configuration.
#

#
# Module thttpd configuration.
#
enable web https

#
# Module twamp configuration.
#

#
# Module vmt configuration.
#

#
# Module vsm configuration.

Ranjith_Kumar
New Contributor II
default route is configured on both core switch
SW1
configure iproute add 10.2.0.0 255.255.0.0 10.3.0.221
SW2
configure iproute add 10.3.0.0 255.255.0.0 10.2.0.200
GTM-P2G8KFN