Skip to main content
ONTAP FLI

Cisco fabric example

Contributors netapp-ahibbard

This procedure shows removing the source storage and host zone from a Cisco fabric zoneset.

Note

The zone name for the examples is rx21_AMS2100.

Steps
  1. Remove the zone from the zoneset in fabric A.

    conf t
    zoneset name PROD_LEFT vsan 10
    no member rx21_AMS2100
    no member rx22_AMS2100
    no member rx20_AMS2100
    exit
  2. Activate the zoneset in fabric A.

    zoneset activate name PROD_LEFT vsan 10
    end
    copy running-config startup-config
  3. Remove the zone from the zoneset in fabric B.

    conf t
    zoneset name PROD_RIGHT vsan 10
    no member rx21_AMS2100
    no member rx22_AMS2100
    no member rx20_AMS2100
    exit
  4. Activate the zoneset in fabric B.

    zoneset activate name PROD_RIGHT vsan 10
    end
    copy running-config startup-config