How to Disable Ethernet Flow on a Single Port
15662
Created On 11/11/20 01:55 AM - Last Modified 12/29/20 22:07 PM
Objective
- Disable Ethernet Flow on a single port
Environment
- PANOS
Procedure
1. To disable ethernet flow run the command:
> debug dataplane flow-control disable port 1
2. Verify that it has been disabled by running the command >show system state filter-pretty sys.s1.p*
and by seeing that the output section of 'pause-frames' will be set to a value of 'False'
3. To re-enable the ethernet flow on the port run: > debug dataplane flow-control enable port 1
And verify it by the command >show system state filter-pretty sys.s1.p* and you should see that the 'Pause-Frames' Is set for True