Can I ask another question about VLANs?
We have VoIP/Data/Storage all bouncing around on the same network (vlan1) Yup, i know a dangerous amount about vlanning.
I have managed to create 2 Vlans (2 and 66) on a Cisco 3760 switch, put Port gi1/0/1 and 2 into vlan 2 and and port gi1/0/24 into vlan 66.
vlan 2 ip address is 192.168.16.2/23
vlan 66 192.168.66.1/24
Default gateway router (192.168.16.1) is connected to gi1/0/1 and a wifi switch is connected to gi1/0/2
IP Phone (192.168.66.5) is connected to gi1/0/24
I managed to get everything routing kiff and all worked hunky dory.
Now the problem. I cannot use this (switchport access) method on our network. Most of our users connect to the network thru their IP phones, so PC-----IP PHONE------Switch------Router
If I have to use the above method id have to build another physical network just so the phones can have their own ports on the switches!!!
So now im puzzled. I have now created the below setup and can ping both 192.168.16.2 and 192.168.66.1 from the 16/0 range connected to the wifi switch on gi1/0/2 and I have connected the ethernet cable to the router (192.168.16.1) on port gi1/0/3. But for the life of me I cannot ping the ip phone connected to port gi1/0/24 on 192.168.66.5..... AAAAARRGGGGGGHHHHHHHHHHH!!!!!!!!!!!
interface GigabitEthernet1/0/1
!
interface GigabitEthernet1/0/2
!
interface GigabitEthernet1/0/3
description TestTrunk
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,66
switchport mode trunk
!
interface GigabitEthernet1/0/4
!
interface GigabitEthernet1/0/5
!
interface GigabitEthernet1/0/6
!
interface GigabitEthernet1/0/7
!
interface GigabitEthernet1/0/8
!
interface GigabitEthernet1/0/23
!
interface GigabitEthernet1/0/24
!
interface GigabitEthernet1/0/25
!
interface GigabitEthernet1/0/26
!
interface GigabitEthernet1/0/27
!
interface GigabitEthernet1/0/28
!
interface Vlan1
ip address 192.168.16.2 255.255.254.0
!
interface Vlan2
no ip address
!
interface Vlan66
ip address 192.168.66.1 255.255.255.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.16.1
Sorry if this is a mess, i have the frustrated....