VLANS and cisco 2960 switch
10345 pts.
0
Q:
VLANS and cisco 2960 switch
VLANS and cisco 2960
I have a new cisco 2960
switch gig 0/1 connecting to a 3560 on gig0/9. the problems is my vlans
will not come up. I have configured another switch the same exact way
and it works fine. The only line in the commands of bith switches that
is different is ip http secure-server.

Software/Hardware used:
Cisco 2960
ASKED: Aug 14 2009  2:35 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
11280 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
The interfaces between the switches need to be configured to be trunk ports. There are various automatic options, but the only way to be sure is to configure them as trunks.

interface gig0/x
switch trunk encapsulation dot1q
switch mode trunk

Where x is the interface number.

You may not need the second line, as some switches (and I can never remember which ones) can only be a dot1q trunk, so don't need this command.

If you do that on both interfaces, then the link is a trunk, and will pass the VLAN information.

You also need to have at least one physical interface in an up/up state in the VLAN for it to come up.
Last Answered: Aug 14 2009  3:10 PM GMT by BlankReg   11280 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0