Send documentation comments to mdsfeedback-doc@cisco.com
16-2
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 16 N Commands
nasb module
nasb module
To enable Network-Accelerated Serverless Backup (NASB) in a VSAN and map it to the Storage
Services Module (SSM) where the feature is enabled, use the nasb module command in configuration
mode. To disable this feature, use the no form of the command.
nasb module slot-number vsan vsan-id [control [multiple] | multiple [control]]
no nasb module slot-number vsan vsan-idr
Syntax Description
Defaults Disabled.
Command Modes Configuration mode.
Command History
Usage Guidelines This feature must be enabled on the SSM using the ssm enable feature command before you can
configure NASB.
Examples The following example configures NASB on the SSM installed in slot 4 with a link to VSAN 1.
switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# nasb module 4 vsan 1
The following example configures NASB on the SSM installed in slot 4 with a link to VSAN 10, and
enables a single target LUN that is a Storage Array Controller (Peripheral Device Type = 0x0C).
switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# nasb module 4 vsan 10 control
slot-number Specifies the slot number of the connected module.
vsan vsan-id Configures up to five VSANs to be added to the database. The range is 1 to
4096.
control Configures a single target LUN that is a Storage Array Controller (Peripheral
Device Type 0x0C).
multiple Configures up to 10 target LUNs that are the default type, Direct Access
Device (Peripheral Device Type 0x00).
Release Modification
2.1(1a) This command was introduced.
2.1(2) Added the multiple option.