MDS cli commands to Brocade

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2018 02:21 PM - edited 03-01-2019 06:19 AM
I am new to MDS but very experienced with Brocade. There's a Brocade cli command I love and trying to see if there's an equivalent command on NX-OS 4.1(3a).
The Brocade command is "zone --validate". That would return all the zone / aliases with an "*" next to any WWID in a zone or alias that is NOT logged into the fabric (orphaned WWIDs). Is there something like that in the MDS cli?
Thanks in advance,
Jim
- Labels:
-
Other Storage Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2018 06:48 PM
This may not show zones that are not actually activated, but the following should at least show any wwpn's in active zonesets, that aren't logged in:
show zoneset active | egrep invert-match \*|zone
Thanks,
Kirk...
