Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.
Some article numbers may have changed. If this isn't what you're looking for, try searching all articles. Search articles

Dell Technologies Networking OS10: How to Configure Port-Channels.

Summary: Dell Technologies Networking OS10: How to Configure Port-Channels.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

NOTE: Port-channels can be static or dynamic.
  • Static Port-channels are statically configured. To configure static, use mode 'ON'.
  • Dynamic Port-channels are dynamically configured using Link Aggregation Control Protocol (LACP). Dynamic port channels can be active or passive.
    • Mode = Active sets the interface in the Active Negotiation state with LACP. A port in Active mode can setup a port channel with another port in Active or Passive
    • Mode = Passive sets the interface in the Inactive Negotiating state, but LACP runs on the link. A passive mode link responds to active negotiation requests, but will not setup a link with another passive mode port.

 

Port-channel topology

Port-channel topology

Figure 1: Example Topology

 

Prerequisites:

  1. Switches #1 and #2 exist with links between them on ports 1/1/33 and 1/1/34 (Figure 1).

 

Instructions

Instructions for setting up a port channel between two switches

  1. Open the CLI using the console or management IP for your S-series switches #1 and #2.
  2. Log in to the privileged exec mode as default admin credentials (OS10 user=admin, password=admin).
  3. To modify the switch configuration on switch #1, run the configure terminal command to enter global configuration mode, then press enter.
OS10# configure terminal
OS10(config)#

 

  1. To create port channel 1, enter the command interface port channel 1:
OS10(config)# interface port-channel 1
OS10(conf-if-po-1)#

 

  1. To exit the interface mode, use exit:
OS10(conf-if-po-1)# exit
OS10(config)#

 

  1. Configure which interfaces are in the port channel with interface range Ethernet 1/1/33-1/1/34:
OS10(config)# interface range ethernet 1/1/33-1/1/34
OS10(conf-range-eth1/1/33-1/1/1/34)#

 

  1. Configure the Ethernet ports to be added to port channel 1 with active LACP using channel-group 1 mode active:
OS10(conf-range-eth1/1/33-1/1/1/34)# channel-group 1 mode active
OS10(conf-range-eth1/1/33-1/1/1/34)#

 

  1. Exit the interface and configuration back to exec mode with the command end:
OS10(conf-range-eth1/1/33-1/1/1/34)# end
OS10#

 

  1. On SWITCH #2 repeat the steps from SWITCH #1.
  2. Verify the configuration changes made on the interface with the command show interface port channel summary:
OS10# show interface port-channel summary
LAG     Mode      Status    Uptime              Ports
1       L2        up        00:00:30            Eth 1/1/33 (Up)
                                                Eth 1/1/34 (Up)
OS10#

 

  1. Show the interface port channel detailed information with show interface port channel 1 command:
OS10# show interface port-channel 1
Port-channel 1 is up, line protocol is up
Address is 0c:d3:b9:6e:00:51, Current address is 0c:d3:b9:6e:00:51
Interface index is 125
Internet address is not set
Mode of IPv4 Address Assignment: not set
Interface IPv6 oper status: Disabled
MTU 1532 bytes, IP MTU 1500 bytes
LineSpeed 50G
Minimum number of links to bring Port-channel up is 1
Maximum active members that are allowed in the portchannel is 32
Members in this channel: Eth 1/1/33-1/1/34
…

 

  1. Verify the configuration changes made on the interface with the command show running-configuration interface Ethernet 1/1/33:
OS10# show running-configuration interface ethernet 1/1/33
!
interface ethernet1/1/33
 no shutdown
 channel-group 1 mode active
 no switchport
 flowcontrol receive off
OS10#

 

  1. Verify the port channel configuration with the command show running-configuration interface port channel 1:
OS10# show running-configuration interface port-channel 1
!
interface port-channel1
 no shutdown
 switchport access vlan 1
OS10# Switch #1
show interface port-channel summary
Switch #2
show interface port-channel summary

 

  1. To save the configuration changes, use the command write memory.
OS10# write memory
OS10#

 

For further assistance, see theDell Technologies SmartFabric OS10 User Guide Release Documentation or reach out to Dell Technologies Technical Support.

 

Article Properties


Affected Product
Networking, PowerSwitch S3048-ON, PowerSwitch S4048-ON, Dell EMC PowerSwitch N3000E-ON Series, PowerSwitch S4048T-ON, PowerSwitch S4112F-ON/S4112T-ON, PowerSwitch S4128F-ON/S4128T-ON, PowerSwitch S4148F-ON/S4148T-ON/S4148FE-ON, PowerSwitch S4148U-ON , PowerSwitch S4248FB-ON /S4248FBL-ON ...
Product

PowerSwitch S5048F-ON, PowerSwitch S5148F-ON, PowerSwitch S5212F-ON, PowerSwitch S5224F-ON, PowerSwitch S5232F-ON, PowerSwitch S5248F-ON, PowerSwitch S5296F-ON, PowerSwitch S5448F-ON, SmartFabric OS10 Software

Last Published Date

30 Nov 2023

Version

3

Article Type

How To