//Deleting Flow
pbnoscli(config)# no flow flow01
//Deleting old Port-channel
pbnoscli(config)# no port-channel 1 ports
//Create a new Port-channel with the new port
pbnoscli(config)# port-channel 1 ports Ethernet20/1,...,Ethernet63/1
pbnoscli(config)#
//Adding rules to the flow
pbnoscli(config)# flow flow01
pbnoscli(config-flow-flow01)# rule 1 permit match-all counters enable
pbnoscli(config-flow-flow01)# rule 2 permit match-all ipv6 counters enable
pbnoscli(config-flow-flow01)# end
//Before
pbnoscli(config)# flow flow01
pbnoscli(config-flow-flow01)# tool-ports port-channel1
pbnoscli(config-flow-flow01)#
//Adding the port to the existing set of tool ports
pbnoscli(config)# flow flow01
pbnoscli(config-flow-flow01)# tool-ports port-channel1,Ethernet64/1
pbnoscli(config-flow-flow01)#