Converting Network-to-Tool port
A Network port can be converted to a tool port by following the steps below,
Remove the Network port from the flow
Assuming that we want to remove port "Ethernet 63/1" from the flow, The network ports can be reconfigured as below
//Before
pbnoscli(config)# flow flow01
pbnoscli(config-flow-flow01)# network-ports Ethernet4/1,Ethernet6/1,Ethernet63/1,Ethernet8/1
pbnoscli(config-flow-flow01)#
//Reconfiguring flow01
pbnoscli(config)# flow flow01
pbnoscli(config-flow-flow01)# network-ports Ethernet4/1,Ethernet6/1,Ethernet8/1
pbnoscli(config-flow-flow01)# 2. Change the mode of the port to VLAN-aware
//Reconfiguring port mode
pbnoscli# configure terminal
pbnoscli(config)# interface ethernet Ethernet63/1
pbnoscli(config-if)# mode vlan-aware
pbnoscli(config-if)# 3. Change the interface type to 'tool'
4. Add the port to Port-Channel, if required
Adding the port to the Port-Channel
If the port channel is already part of a flow, then the flow has to be deleted and reconfigured with the new Port-Channel
Create the flow and add ports
Add rules to filter traffic
5. Adding the port the tool port