I'm not sure what I'm doing wrong but I can't get my vlan routing to work with my subinterfaces on a 3550 switch. the port on the switch is configured like this:
interface FastEthernet0/21
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
the Router is set up like this from memory since I had to remove it and do it on to physical interfaces:
interface ethernet 0/1.2
ip address 192.168.1.254 255.255.255.0
encapsulation dot1q vlan 1
interface ethernet 0/1.1
ip address 10.17.1.254 255.255.0.0
encapsulation dot1q vlan 75
The PCs are also conntecting to ports that are configured as trunks because they're hanging off IP Phones. I'm going crazy with this so help would be really appreciated.
interface FastEthernet0/21
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
the Router is set up like this from memory since I had to remove it and do it on to physical interfaces:
interface ethernet 0/1.2
ip address 192.168.1.254 255.255.255.0
encapsulation dot1q vlan 1
interface ethernet 0/1.1
ip address 10.17.1.254 255.255.0.0
encapsulation dot1q vlan 75
The PCs are also conntecting to ports that are configured as trunks because they're hanging off IP Phones. I'm going crazy with this so help would be really appreciated.