217
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter       P Commands
permit vsan
permit vsan
To permit access to a VSAN policy for a user role, use the permit vsan command. To revert to the default 
VSAN policy configuration for a user role, use the no form of this command.
permit vsan vsan-list
no permit vsan vsan-list
Syntax Description
Command Default None
Command Modes User role configuration mode
Command History
Usage Guidelines This command is enabled only after you deny a VSAN policy by using the vsan policy deny command.
Examples This example shows how to permit access to a VSAN policy for a user role:
switch(config)# role name MyRole 
switch(config-role)# vsan policy deny 
switch(config-role-vsan)# permit vsan 10, 12, 100-104 
switch(config-role-vsan)# 
Related Commands
vsan-list Range of VSANs accessible to a user role. The range is from 1 to 4093.
You can separate the range using the following separators:
• , is a multirange separator; for example, 1-5, 10, 12, 100-201.
• - is a range separator; for example, 101-201.
Release Modification
5.2(1)N1(1) This command was introduced. 
Command Description
vsan policy deny Denies access to a VSAN policy for a user.
role name Creates or specifies a user role and enters user role configuration mode.
show role Displays user role information.