I'm currently configuring a 3 switch stack. Commander: 2910al, Member1: 2910al, Member2: 2910al+POE.
I have 2 VLANs, VLAN 1 for Data, VLAN 10 for voice.
VLAN 1 is on subnet 10.100.200.0/24 and VLAN 10 is on subnet 10.100.205.0/24. Right now I'm having trouble getting my two subnets to communicate. The devices can sommunicate accross switches when connected to the same network.
Here's my config.
switch 1----------------------------------
default-gateway 10.100.200.1
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged 1-48
ip address 10.100.200.110 255.255.255.0
ip proxy-arp
exit
vlan 10
name "VOIP1"
tagged 1,37,47
ip proxy-arp
exit
spanning-tree
spanning-tree priority 1
switch2------------------------------------------------
default-gateway 10.100.200.1
vlan 1
name "DEFAULT_VLAN"
untagged 1-48
ip address 10.100.200.111 255.255.255.0
exit
vlan 10
name "VOIP1"
tagged 1,38,43,47
no ip address
exit
switch3------------------------------------------------
defualt-gateway 10.100.200.1
vlan 1
name "DEFAULT_VLAN"
untagged 1-48
ip address 10.100.200.112 255.255.255.0
exit
vlan 10
name "VOIP1"
tagged 1-48
no ip address
exit
I have 2 VLANs, VLAN 1 for Data, VLAN 10 for voice.
VLAN 1 is on subnet 10.100.200.0/24 and VLAN 10 is on subnet 10.100.205.0/24. Right now I'm having trouble getting my two subnets to communicate. The devices can sommunicate accross switches when connected to the same network.
Here's my config.
switch 1----------------------------------
default-gateway 10.100.200.1
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged 1-48
ip address 10.100.200.110 255.255.255.0
ip proxy-arp
exit
vlan 10
name "VOIP1"
tagged 1,37,47
ip proxy-arp
exit
spanning-tree
spanning-tree priority 1
switch2------------------------------------------------
default-gateway 10.100.200.1
vlan 1
name "DEFAULT_VLAN"
untagged 1-48
ip address 10.100.200.111 255.255.255.0
exit
vlan 10
name "VOIP1"
tagged 1,38,43,47
no ip address
exit
switch3------------------------------------------------
defualt-gateway 10.100.200.1
vlan 1
name "DEFAULT_VLAN"
untagged 1-48
ip address 10.100.200.112 255.255.255.0
exit
vlan 10
name "VOIP1"
tagged 1-48
no ip address
exit