Table Of Contents
V Commands
virtual-service-blade
virtual-service-blade-type name
virtual-service-blade-type new
vlan
V Commands
This chapter describes the Cisco Nexus 1010 commands that begin with the letter V.
virtual-service-blade
To enter virtual service blade configuration mode and configure a virtual service, use the virtual-service-blade command. To remove a virtual service configuration, use the no form of this command.
virtual-service-blade name
no virtual-service-blade name
Syntax Description
name
|
User identifier that is a case-sensitive, alphanumeric character string with a maximum of 80 characters. The name cannot contain spaces or special characters.
|
Defaults
None
Command Modes
Global configuration (config)
Supported User Roles
network-admin
Usage Guidelines
When you use the no form of the command, you do not enter virtual service blade configuration mode.
Command History
Release
|
Modification
|
4.0(4)SP1(1)
|
This command was introduced.
|
Examples
This example shows how to enter virtual service blade configuration mode and configure the virtual service named vsb1:
switch# configure terminal
switch(config)# virtual-service-blade vsb1
switch(config-vsb-config)#
This example shows how to remove the virtual service configuration named vsb1:
switch# configure terminal
switch(config)# no virtual-service-blade vsb1
Related Commands
Command
|
Description
|
virtual-service-blade-type name
|
Specifies the virtual service type to add to a virtual service.
|
virtual-service-blade-type new
|
Specifies the name of the software image file to add to a virtual service.
|
show virtual-service-blade
|
Displays information about virtual service blades.
|
show virtual-service-blade-type summary
|
Displays information about the virtual service types and the virtual services belonging to that type.
|
virtual-service-blade-type name
To specify the virtual service type to add to a virtual service, use the virtual-service-blade-type name command.
virtual-service-blade-type name type-name
Syntax Description
type-name
|
Name of an existing virtual service type.
|
Defaults
None
Command Modes
Virtual service blade configuration (config-vsb-config)
Supported User Roles
network-admin
Command History
Release
|
Modification
|
4.0(4)SP1(1)
|
This command was introduced.
|
Examples
This example shows how to specify the VSM-3 virtual service type:
switch(config-vsb-config)# virtual-service-blade-type name vsm-3
switch(config-vsb-config)#
Related Commands
Command
|
Description
|
virtual-service-blade-type new
|
Specifies the name of the software image file to add to a virtual service.
|
virtual-service-blade
|
Places you in virtual service blade configuration mode and configures a virtual service.
|
show virtual-service-blade
|
Displays information about virtual service blades.
|
show virtual-service-blade-type summary
|
Displays information about the virtual service types and the virtual services belonging to that type.
|
virtual-service-blade-type new
To specify the name of the software image file to add to a virtual service, use the virtual-service-blade-type new command.
virtual-service-blade-type new iso-file-name
Syntax Description
iso-file-name
|
Name of the new ISO software image file in the bootflash repository folder.
|
Defaults
None
Command Modes
Virtual service blade configuration (config-vsb-config)
Supported User Roles
network-admin
Command History
Release
|
Modification
|
4.0(4)SP1(1)
|
This command was introduced.
|
Examples
This example shows how to specify nexus-1010.4.0.4.SV1.3.51.iso as the software image file to add to the virtual service:
switch(config-vsb-config)# virtual-service-blade-type new nexus-1010.4.0.4.SV1.3.51.iso
switch(config-vsb-config)#
Related Commands
Command
|
Description
|
virtual-service-blade-type name
|
Specifies the virtual service type to add to a virtual service.
|
virtual-service-blade
|
Places you in virtual service blade configuration mode and configures a virtual service.
|
show virtual-service-blade
|
Displays information about virtual service blades.
|
show virtual-service-blade-type summary
|
Displays information about the virtual service types and the virtual services belonging to that type.
|
vlan
To create a VLAN and enter the VLAN configuration mode, use the vlan command. To remove a VLAN, use the no form of this command.
vlan {id | dot1Q tag native}
no vlan {id | dot1Q tag native}
Syntax Description
id
|
VLAN identification number. The range is from 1 to 4094.
|
dot1Q tag native
|
Not supported in Cisco Nexus 1010.
|
Defaults
The default VLAN is VLAN 1.
Command Modes
Global configuration (config)
Supported User Roles
network-admin
Command History
Release
|
Modification
|
4.0(4)SP1(1)
|
This command was introduced.
|
Usage Guidelines
Specify a VLAN range by using a dash. For example, 1-9 or 20-30.
The dot1Q option is not supported in Cisco Nexus 1010.
Examples
This example shows how to create a VLAN and enter the VLAN configuration mode:
switch# configure terminal
This example shows how to remove a VLAN:
switch# configure terminal
switch(config)# no vlan 10
Related Commands
Command
|
Description
|
exit
|
Exits a configuration mode.
|
interface vlan
|
Applies the interface and VLAN ID to a virtual service.
|