Hello All, im studing for my CCNA and am setting up a home lab. I have a question about inter vlan routing, I have two 2950 switches and have a trunk set up between then using encapsulation protocol dot1q everthing is ok. Now I want to connect a crossover cable from another port on on my switches ( leaving the existing trunk in place) to a router 2801. I have connected it to the fa 0/0 port on the 2801 and trying to set up a router on a stick config. The problem Im having looks like the trunk between the 2950 switch and the 2801 on router will not come up. I have config'ed subinterfaces on the router using the following commands:
config t
int fa 0/0.10
encapsulation dot1q 10
ip address 192.168.0.1 255.255.255.0
no shutdown
but the port on the switch will not light up.
I have put a switchport mode trunk command on the switch but when I enter in a show int trunk command it doesnt list my port as a trunk only the other existing port the one which connects the two 2950 together.
Can anyone point me in the right direction please.
p.s If I get a staightthrough cable and connect int f 0/0 to the 2950 the ports light up and it says port a line protocols are up.
Thanks
config t
int fa 0/0.10
encapsulation dot1q 10
ip address 192.168.0.1 255.255.255.0
no shutdown
but the port on the switch will not light up.
I have put a switchport mode trunk command on the switch but when I enter in a show int trunk command it doesnt list my port as a trunk only the other existing port the one which connects the two 2950 together.
Can anyone point me in the right direction please.
p.s If I get a staightthrough cable and connect int f 0/0 to the 2950 the ports light up and it says port a line protocols are up.
Thanks