cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4829
Views
11
Helpful
5
Replies

Encapsulation for Catalyst 2960

chaney_jon
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

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

View solution in original post

5 Replies 5

ankbhasi
Cisco Employee
Cisco Employee

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

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)?

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

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

Thanks for the help everyone.