Hi Everyone
At the "Core" layer 2/3 switch, are uplink ports placed in their own 'untagged' port so they have their own IP range?
E.G. below are switch config for the Core Switch (located on Floor8 which has an uplink to a switch on Floor 9.
The floor 9 switch then connects to another switch on Floor 9 to accomodate more PCs, laptops etc.
See below, clarification would be greatly appreciated.
"Core" Layer2/3 Switch
hostname "Floor8-1"
ip route 0.0.0.0 0.0.0.0 <gateway IP>
ip routing
interface 46
name "Floor-8:46 uplink to Floor-9:48"
exit
interface 48
name "Floor-8 link to WAN Gateway"
exit
vlan 1
name "DEFAULT_VLAN"
no untagged 1-48
no ip address
exit
vlan 18
name "Data Floor 8"
untagged 1-45
ip address x.x.x.x 255.255.255.0
ip helper-address <DHCP Server>
exit
vlan 19
name "Data Floor 9"
untagged 46
ip address x.x.x.x 255.255.255.0
ip helper-address <DHCP Server>
exit
vlan 30
name "Voice"
tagged 1-47
ip address x.x.x.x 255.255.255.0
ip helper-address <DHCP Server>
qos priority 5
voice
exit
loop-protect 1-45
Floor 9 "Edge" Switch 1
hostname "Floor9-1"
interface 48
name "Floor9-1:48 downlink to Floor8-1:46"
exit
vlan 1
name "DEFAULT_VLAN"
no untagged 1-48
no ip address
exit
vlan 19
name "Data Floor 9"
untagged 1-48
ip address x.x.x.x 255.255.255.0
exit
vlan 30
name "Voice"
tagged 1-48
ip address x.x.x.x 255.255.255.0
qos priority 5
voice
exit
loop-protect 1-47 (don't loop protect uplinks)
Floor 9 "Edge" Switch 2 (linked to Edge switch 1)
hostname "Floor9-2"
vlan 1
name "DEFAULT_VLAN"
no untagged 1-24
no ip address
exit
vlan 19
name "Data Floor 9"
untagged 1-24
ip address x.x.x.x 255.255.255.0
exit
vlan 30
name "Voice"
tagged 1-24
ip address x.x.x.x 255.255.255.0
qos priority 5
voice
exit
loop-protect 1-23 (don't loop protect uplinks)