0% found this document useful (0 votes)
154 views3 pages

Configuring A Port Channel Interface - Free CCNA Workbook

The document discusses configuring a port channel interface on a switch. It shows how to add interfaces to the port channel using the channel-group command in interface configuration mode. It also shows how to set the port channel interface mode to trunking and shut it down. The port channel and member interfaces change state and mode accordingly when these configurations are applied.

Uploaded by

Roger Jerí
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
154 views3 pages

Configuring A Port Channel Interface - Free CCNA Workbook

The document discusses configuring a port channel interface on a switch. It shows how to add interfaces to the port channel using the channel-group command in interface configuration mode. It also shows how to set the port channel interface mode to trunking and shut it down. The port channel and member interfaces change state and mode accordingly when these configurations are applied.

Uploaded by

Roger Jerí
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Configuring a Port Channel Interface | Free CCNA Workbook https://www.freeccnaworkbook.com/workbooks/ccna/configuring-a-port...

1 of 3 6/16/17, 5:21 PM
Configuring a Port Channel Interface | Free CCNA Workbook https://www.freeccnaworkbook.com/workbooks/ccna/configuring-a-port...

SW1 con0 is now available

Press RETURN to get started.

SW1>enable
SW1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
SW1(config)#interface port-channel 1
SW1(config-if)#switchport mode trunk
%EC-5-UNBUNDLE: Interface Fa0/10 left the port-channel Po1
%EC-5-UNBUNDLE: Interface Fa0/11 left the port-channel Po1
%EC-5-UNBUNDLE: Interface Fa0/12 left the port-channel Po1
%EC-5-BUNDLE: Interface Fa0/12 joined port-channel Po1
%EC-5-BUNDLE: Interface Fa0/11 joined port-channel Po1
%EC-5-BUNDLE: Interface Fa0/10 joined port-channel Po1
%DTP-5-TRUNKPORTON: Port Fa0/10-12 has become dot1q trunk
%LINK-3-UPDOWN: Interface Port-channel1, changed state to up
SW1(config-if)#end
SW1#show run
!
interface FastEthernet0/10
switchport mode trunk
channel-group 1 mode on
!
interface FastEthernet0/11
switchport mode trunk
channel-group 1 mode on
!
interface FastEthernet0/12
switchport mode trunk
channel-group 1 mode on
!
SW1#

SW1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
SW1(config)#interface port-channel 1
SW1(config-if)#shutdown
%EC-5-UNBUNDLE: Interface Fa0/10 left the port-channel Po1
%EC-5-UNBUNDLE: Interface Fa0/11 left the port-channel Po1
%EC-5-UNBUNDLE: Interface Fa0/12 left the port-channel Po1
%DTP-5-NONTRUNKPORTON: Port Fa0/10-12 has become non-trunk
SW1(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel1, changed state to down
%LINK-5-CHANGED: Interface FastEthernet0/10, changed state to administratively down
%LINK-5-CHANGED: Interface FastEthernet0/11, changed state to administratively down
%LINK-5-CHANGED: Interface FastEthernet0/12, changed state to administratively down
SW1(config-if)#
%LINK-5-CHANGED: Interface Port-channel1, changed state to administratively down
SW1(config-if)#do show run
!
interface FastEthernet0/10
switchport mode trunk
shutdown
channel-group 1 mode on
!
interface FastEthernet0/11

2 of 3 6/16/17, 5:21 PM
Configuring a Port Channel Interface | Free CCNA Workbook https://www.freeccnaworkbook.com/workbooks/ccna/configuring-a-port...

switchport mode trunk


shutdown
channel-group 1 mode on
!
interface FastEthernet0/12
switchport mode trunk
shutdown
channel-group 1 mode on
!
SW1#

◄ ►

3 of 3 6/16/17, 5:21 PM

You might also like