cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
246
Views
5
Helpful
1
Replies

Help! Need to configure trunking..Urgent

angel-moon
Level 3
Level 3

Hello,

I need to configure a connection from port 24 on one router to port 48 on another. I am told I need configure the port as a trunk and not as an access. I have no idea how to do that. I am attatching the config for the switch. Can anyone help?

1 Reply 1

Hello,

your interface FastEthernet0/24 is already connected correctly as a trunk:

interface FastEthernet0/24

duplex full

speed 100

switchport trunk encapsulation dot1q

switchport mode trunk

On the FastEthernet port of the other switch, configure the same and use a crossover cable to connect both ports, that should enable the trunk link:

interface FastEthernet0/48

duplex full

speed 100

switchport trunk encapsulation dot1q

switchport mode trunk

HTH,

GP

Review Cisco Networking for a $25 gift card