Sie sind auf Seite 1von 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

Das könnte Ihnen auch gefallen