//Network ports
configure terminal
interface ethernet Ethernet12
forward-error-correction rs
type network
end//Tool ports
configure terminal
interface ethernet Ethernet64/72
forward-error-correction rs
type tool
endconfigure terminal
interface ethernet Ethernet12
truncate 64
endconfigure terminal
port-channel 10 ports Ethernet64,Ethernet72
endflow flow2
network-ports Ethernet12
tool-ports port-channel10
rule 1 permit src-ip 1.1.1.1/32 dest-ip 2.2.2.2/32 protocol tcp counters enable
rule 2 permit src-ip 2401::1 src-netmask f::f dest-ip 2401::2 dest-netmask f::f counters enable// verify Truncation
pbnoscli# show interface npb Ethernet12/1
===================================
Interface : Ethernet12/1
===================================
Mode : vlan-aware
Ingress-vlan : 14
Egress-tagging : disable
Truncate : 64
pbnoscli#
// verify port-channel status
pbnoscli# show port-channel information
===================================
Name : port-channel10
Member ports : Ethernet64/1[up] Ethernet63/1[up]
===================================
pbnoscli# // verify flow
pbnoscli# show flow summary
Flow-Name Rule-Id Status Counter-Value
=========================================================
flow2 2 Active 50414924
flow2 1 Active 50410923
pbnoscli# // verify Loadbalancing
pbnoscli# show interface counters
========================================================================================================================================================================================
Port InOctets InUcastPackets InMcastPackets InBcastPackets OutOctets OutUcastPackets OutMcastPackets OutBcastPackets
========================================================================================================================================================================================
Ethernet1/1 0 0 0 0 0 0 0 0
Ethernet2/1 0 0 0 0 0 0 0 0
Ethernet3/1 0 0 0 0 0 0 0 0
Ethernet4/1 17597009152 68738285 0 0 239 0 1 0
<..>
Ethernet63/1 0 0 0 0 240 0 1 0
Ethernet64/1 0 0 0 0 0 0 0 0
pbnoscli#