Reference Guide

Congure minimum operationally up links
OS10(config)# interface po 1
OS10(conf-if-po-1)# minimum-links 5
Assign Port Channel IP Address
You can assign an IP address to a port channel and use port channels in L3 routing protocols.
Congure an IP address and mask on the interface in INTERFACE mode.
ip address ip-address mask [secondary]
ip-address mask — Specify an IP address in dotted-decimal format (A.B.C.D) and the mask in slash format (/24).
secondary — Specify the IP address is the interface’s backup IP address. You can congure up to eight secondary IP addresses.
Assign Port Channel IP Address
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# ip address 1.1.1.1/24
OS10(conf-if-eth1/1/1)#
Remove or disable port-channel
You can delete or disable a port-channel.
1 Delete a port-channel in CONFIGURATION mode.
no interface port-channel channel-number
2 Disable a port-channel to place all interfaces within the port-channel operationally down in CONFIGURATION mode.
shutdown
Delete port-channel
OS10(config)# interface port-channel 10
OS10(conf-if-po-10)# no interface port-channel 10
Load balance trac
You can use hashing to load balance trac across the member interfaces of a port-channel. Load balancing uses source and destination
packet information to distribute trac over multiple interfaces when transferring data to a destination.
For packets without an L3 header, OS10 automatically uses the load-balancing mac—selection destination-mac command
for hash algorithms by default.
When you congure an IP and MAC hashing scheme at the same time, the MAC hashing scheme takes precedence over the IP hashing
scheme.
Select one or more methods of load balancing and replace the default IP 4-tuple method of balancing trac over a port-channel in
CONFIGURATION mode.
OS10(config)# load-balancing
ingress-port Ingress port configurations
tcp-udp-selection TCP-UDP port for load-balancing configurations
ip-selection IPV4 load-balancing configurations
ipv6-selection IPV6 load-balancing configurations
mac-selection MAC load-balancing configurations
ingress-port [enable] — Enables the ingress port conguration.
Interfaces
79