vrf
Syntax
vrf <VRF-NAME>
no vrf <VRF-NAME>
Description
Setting a VRF to reach network attached storage.
The
no
form of this command clears access of a VRF to network attached storage.
Command context
config-external-storage-<VOLUME-NAME>
Parameters
<VRF-NAME>
Specifies the VRF name.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Creating the logfiles volume and setting a VRF named nas to access the network attached storage:
switch(config)# external-storage logfiles switch(config-external-storage-logfiles)# vrf nas
Clearing access of a VRF named nas to the network attached storage:
switch(config)# external-storage logfiles switch(config-external-storage-logfiles)# no vrf nas