Turn on suggestions
![]() Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
|
04-04-2017 12:41 PM
Hi Team,
How to check if the fabric configuration parameter "F-Port device update mode" has been turned on or not in the DCX switches running FOS 8.0.1b without disabling switch and getting configuration mode.
Ganesh
Solved! Go to Solution.
04-05-2017 12:18 AM
Hello,
This can be seen with configure command or configshow -all command.
04-05-2017 01:16 AM
The command to check the F-Port Device Update Mode status is: configshow -all | grep fabric.nport_10bit_upd_scn
fabric.nport_10bit_upd_scn:0 <<< F-Port Device Update Mode disabled
04-05-2017 06:31 AM
Thanks you so much Thierry