Switches, Hubs, and Modems
1752590 Members
3853 Online
108788 Solutions
New Discussion

VLAN config

 

VLAN config

I have two 2900 (24 and 48 port) switches connected on A2 and A3.

My firewall / router has routes configured for each VLAN subnet for legacy compatibility as I migrate our IDFs to new VLANs.

The 24 port connects to IDFs 1, 2, 3, 4, and the 48 port connects to IDFs 5 and 6.

Legacy net is 10.0.0.0/24. Each VLAN / IDF net is 10.10.1.0/24, 10.10.2.0/24, etc.

Config below...

Basically, if connected to the 48 port on VLAN 6, I can not talk to the 24 port switch, but I can talk to everything else.

2900-24G:
Running configuration:

; J9049A Configuration Editor; Created on release #T.13.23

hostname "MDF-2900-24G"
snmp-server location "MDF-LB-2nd-Floor"
time timezone -400
time daylight-time-rule Continental-US-and-Canada
module 1 type J86xxA
module 3 type J90XXA
ip default-gateway 10.0.0.1
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged 1-24
ip address 10.0.0.2 255.255.255.0
tagged A1-A4
exit
vlan 11
name "IDF-1"
ip helper-address 10.0.0.5
ip address 10.10.1.1 255.255.255.0
exit
vlan 12
name "IDF-2"
ip helper-address 10.0.0.5
ip address 10.10.2.1 255.255.255.0
exit
vlan 10
name "MDF"
no ip address
exit
vlan 13
name "IDF-3"
ip helper-address 10.0.0.5
ip address 10.10.3.1 255.255.255.0
exit
vlan 14
name "IDF-4"
ip helper-address 10.0.0.5
ip address 10.10.4.1 255.255.255.0
exit
vlan 15
name "IDF-5"
no ip address
exit
vlan 16
name "IDF-6"
no ip address
exit
no stack
no ip ssh
spanning-tree
password manager


2900-48G:
Running configuration:

; J9050A Configuration Editor; Created on release #T.13.23

hostname "MDF-2900-48G"
snmp-server location "MDF-LB-2nd-Floor"
time timezone -400
time daylight-time-rule Continental-US-and-Canada
module 1 type J86yyA
module 2 type J86xxA
module 3 type J90XXA
ip default-gateway 10.0.0.1
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged 2-45,47-48
ip address 10.0.0.3 255.255.255.0
tagged A1-A4
no untagged 1,46
exit
vlan 11
name "IDF-1"
no ip address
exit
vlan 12
name "IDF-2"
no ip address
exit
vlan 10
name "MDF"
no ip address
exit
vlan 13
name "IDF-3"
no ip address
exit
vlan 14
name "IDF-4"
no ip address
exit
vlan 15
name "IDF-5"
ip helper-address 10.0.0.5
ip address 10.10.5.1 255.255.255.0
exit
vlan 16
name "IDF-6"
untagged 1,46
ip helper-address 10.0.0.5
ip address 10.10.6.1 255.255.255.0
exit
no stack
no ip ssh
ip route 0.0.0.0 0.0.0.0 10.0.0.1
spanning-tree
password manager
1 REPLY 1

Re: VLAN config

Included route statement.