Link to home
Start Free TrialLog in
Avatar of c_hockland
c_hocklandFlag for Greece

asked on

cisco switch trunk question

on switch 2 when i do sh run int gi0/1  i get

switchport trunk encapsulation dot1q
switchport mode trunk

when i do sh int brief

i see gi0/1 down/down
i did no shut but no luck

on switch 1

switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan1


so i cannot of course ping between the two switches...

Any ideas ?
ASKER CERTIFIED SOLUTION
Avatar of Don S.
Don S.
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of c_hockland

ASKER

yeap , thats what i thought.
On one switch i have native vlan 114

i should do the same think on the other switch as well , right ?
Yes, you would want to have the same vlans defined on both switches.  That's the point of trunking - to pass all vlan traffic between the switches using only one port.