I bet that I am missing an simple solution. Via the FortiGate, I would like to filter for ports that are Down on one or more managed FortiSwitch's using the WiFi & Switch Controller / FortiSwitch Ports page. The column Port displays the port number and the up/down status. I see that I can use the funnel to filter by port number. Can we filter by up/down status instead? If not here, is there another way to accomplish this?
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
There is no separate column for the port status in the GUI since the status is shown on port color change. One quick way to do it from GUI it will be the "Negotiated Speed" that should always have a value if the port is up and running:
from the CLI you can use this command and filter the output:
GW # diagnose switch-controller switch-info port-stats S108xxx | grep "protocol is up"
Port(port1) is HW Admin up, SW Admin up, line protocol is up
Port(port2) is HW Admin up, SW Admin up, line protocol is up
Port(port4) is HW Admin up, SW Admin up, line protocol is up
There is no separate column for the port status in the GUI since the status is shown on port color change. One quick way to do it from GUI it will be the "Negotiated Speed" that should always have a value if the port is up and running:
from the CLI you can use this command and filter the output:
GW # diagnose switch-controller switch-info port-stats S108xxx | grep "protocol is up"
Port(port1) is HW Admin up, SW Admin up, line protocol is up
Port(port2) is HW Admin up, SW Admin up, line protocol is up
Port(port4) is HW Admin up, SW Admin up, line protocol is up
Thank you!
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1712 | |
1093 | |
752 | |
447 | |
231 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.