I need to add a storage vlan to a Pro Curve 54XX Here is my current config
; J8698A Configuration Editor; Created on release #K.13.63
hostname "HP-5412-L3"
module 1 type J8702A
module 2 type J8705A
module 3 type J8702A
module 4 type J8702A
module 5 type J8702A
module 6 type J8702A
module 7 type J8702A
module 8 type J8702A
interface H21
lacp Passive
exit
interface H22
lacp Passive
exit
interface B21
lacp Passive
exit
interface B22
lacp Passive
exit
interface A19
lacp Passive
exit
trunk B17-B20 Trk1 Trunk
trunk A15-A16 Trk3 Trunk
trunk A13-A14 Trk2 Trunk
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged A1-A3,B21-B22,Trk1-Trk3
ip address 192.168.1.3 255.255.255.0
no untagged A4-A12,A17-A24,B1-B16,B23-B24,C1-C24,D1-D24,E1-E24,F1-F24,G1-G24,H1-H24
exit
vlan 10
name "Production_VLAN"
untagged A11-A12,A17-A24,B1-B9,B11-B16,B23-B24,C1-C24,D1-D24,E1-E24,F1-F24,G1-G24,H1-H24
ip address 192.168.10.1 255.255.254.0
tagged Trk1-Trk3
exit
vlan 40
name "Guest_Wireless_VLAN"
ip helper-address 192.168.10.11
ip address 192.168.40.1 255.255.255.0
tagged Trk1
exit
vlan 50
name "Voice_VLAN"
untagged A4-A10
qos priority 7
ip helper-address 192.168.10.11
ip address 192.168.50.1 255.255.255.0
tagged A1-A3,A11-A12,A18,A20-A24,B1-B16,B23-B24,C1-C24,D1-D24,E1-E24,F1-F24,G
1-G24,H1-H24,Trk1
voice
exit
vlan 100
name "Development_VLAN"
ip address 192.168.100.1 255.255.255.0
tagged Trk1
exit
no ip ssh
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip route 192.168.30.0 255.255.255.0 192.168.1.240
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree Trk3 priority 4
I am thinking that adding
vlan 20
name "Storage_VLAN"
untagged A11-A12,A17-A24,B1-B9,B11-B16,B23-B24,C1-C24,D1-D24,E1-E24,F1-F24,G1-G24,H1-H24
ip address 192.168.20.1 255.255.254.0
tagged Trk1-Trk3
exit
Should that work?
TIA
Jim
by: jburgaardPosted on 2009-11-07 at 15:25:56ID: 25768578
To add a vlan 20 named "Storage_VLAN"
B16,B23-B2 4,C1-C24,D 1-D24,E1-E 24,F1-F24, G1-G24,H1- H24 in vlan 20
and tagging Trk1-Trk3 in vlan 20
should do no harm, this vlan is now ready to (also) communicate vlan 20 with other devices(probably switches) on trk1, trk2 & trk3
However by untagging the ports
A11-A12,A17-A24,B1-B9,B11-
these ports are no longer untagged in "Production_VLAN" (=removed from vlan 10)
&
Origianaly you had probably configured servers/pc/whatever in vlan 10 to have default gateway & netmask: 192.168.1.3 255.255.255.0
-instead they should now match that of their new vlan 20
with dgw:192.168.20.1 and netmask:255.255.254.0
If this is not what you want to obtain, please clarify.