12-12-2006 08:39 AM - edited 03-05-2019 01:18 PM
Replacing a 2900XL with a new 2960 and need to copy over some configs. I need to put switchport trunk encapsulation dot1q in int fas0/23 but "encapsulation" is not an option to enter. I can only enter allowed, native, or pruning.
I'd appreciate any help with this. Thanks.
Solved! Go to Solution.
12-12-2006 10:47 AM
It won't allow you to put the line:
switchport trunk encapsulation dot1q
It will reject it. If that's the only encapsulation type that switch supports, then that's the one it will use when you enter:
switchport mode trunk
12-12-2006 08:47 AM
Hi Chaney,
2960 switch only supports dot1q encapsulation and that is the reason encapsulation command is not available/supported.
HTH
Ankur
*Pls rate helpfull post
12-12-2006 10:10 AM
Thanks for your reply. Just so I'm clear, if I'm copying these lines:
interface FastEthernet0/23
switchport access vlan 2
interface FastEthernet0/24
switchport trunk encapsulation dot1q
switchport mode trunk
Would I just leave out the encapsulation line all together? Would there be something in its place (allowed, native, pruning)?
12-12-2006 10:47 AM
It won't allow you to put the line:
switchport trunk encapsulation dot1q
It will reject it. If that's the only encapsulation type that switch supports, then that's the one it will use when you enter:
switchport mode trunk
12-12-2006 01:54 PM
Hi,
You do not need to enter "switchport trunk encapsulation dot1q". It is built into the IOS as this model only support dot1Q trunking.
You will need "switchport access vlan 2" and "switchport mode trunk" according to your need.
HTH
Shaheen
12-13-2006 03:15 AM
Thanks for the help everyone.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide