I have the need to create several VLANs that will primarily be housed on this 6224, but need to be accessed over our general network. I think I have the configuration mostly complete, but I can't currently ping any of the new VLANs over the network. How much of the VLAN configuration needs to be transferred to the other switches on the network? New switch config:
vlan database
vlan 110-119
vlan routing 110 1
vlan routing 111 2
vlan routing 112 3
vlan routing 113 4
vlan routing 114 5
vlan routing 115 6
vlan routing 116 7
vlan routing 117 8
vlan routing 118 9
vlan routing 119 10
exit
stack
member 1 1
exit
ip address 10.1.0.110 255.255.252.0
ip default-gateway 10.1.1.1
ip routing
interface vlan 110
routing
ip address 10.1.10.1 255.255.255.0
exit
interface vlan 111
routing
ip address 10.1.11.1 255.255.255.0
exit
.
<snip>
.
interface vlan 118
routing
ip address 10.1.18.1 255.255.255.0
exit
interface vlan 119
routing
ip address 10.1.19.1 255.255.255.0
exit
username <snip>
ip ssh server
management access-list "SSH"
permit ip-source 10.x.x.x mask 255.255.252.0 ethernet 1/g1 service ssh priority 1
exit
!
interface ethernet 1/g1
spanning-tree portfast
switchport mode general
switchport general allowed vlan add 110-119 tagged
exit
!
interface ethernet 1/g2
spanning-tree portfast
switchport mode general
switchport general allowed vlan add 110-119 tagged
exit
!
interface ethernet 1/g3
.
<snip>
.
!
interface ethernet 1/xg4
spanning-tree portfast
switchport mode general
switchport general allowed vlan add 110-119 tagged
exit
exit