© 2011 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information.
Page 22 of 41
N5548-Top(config)#
N5548-Top(config)# vsan database
N5548-Top(config-vsan-db)# vsan 201
N5548-Top(config-vsan-db)# vsan 201 interface vfc1032
N5548-Top(config-vsan-db)#
Note:
The VLAN and VSAN numbers do not have to be the same.
7. Configure the Fibre Channel interface port type.
N5548-Bottom(config)# interface fc 1/32
N5548-Bottom(config-if)# switchport mode F
N5548-Bottom(config-if)#
N5548-Top(config)# interface fc 1/32
N5548-Top(config-if)# switchport mode F
N5548-Top(config-if)#
8. Bind the VSAN to the Fibre Channel interface.
N5548-Bottom(config)# vsan database
N5548-Bottom(config-vsan-db)# vsan 200 interface fc 1/32
N5548-Bottom(config-vsan-db)#
N5548-Top(config)# vsan database
N5548-Top(config-vsan-db)# vsan 201 interface fc 1/32
N5548-Top(config-vsan-db)#
9. Create the necessary zone and zone sets with appropriate members.
N5548-Bottom(config)# zone name zone1 vsan 200
N5548-Bottom(config-zone)# member pwwn 50:00:40:20:02:f4:65:2b
N5548-Bottom(config-zone)# member pwwn 10:00:78:e3:b5:f6:b3:59
N5548-Bottom(config-zone)# zoneset name zoneset1 vsan 200
N5548-Bottom(config-zoneset)# member zone1
N5548-Top(config)# zone name zone2 vsan 201
N5548-Top(config-zone)# member pwwn 50:00:40:21:02:f4:65:2b
N5548-Top(config-zone)# member pwwn 10:00:78:e3:b5:f6:b3:5d
N5548-Top(config-zone)# zoneset name zoneset2 vsan 201
N5548-Top(config-zoneset)# member zone2