Zuerst bündelst du die Interfaces zu einem LAG.
interface range 1-2
lacp active (mit LACP protocol)
# oder
link-aggregation mode static (Static mode)
exit
Dann erstellst du ein PortChannel-Interface
interface port-channel 1
# Konfiguration...
exit
und fügst die ausgewählten Ports zum PortChannel hinzu.
interface-range 1-2
link-aggregation group 1 mode auto (für LACP)
# oder
link-aggregation group 1 mode static (für statischen Modus)