I Commands


This chapter describes the Cisco NX-OS Fibre Channel, virtual Fibre Channel, and Fibre Channel over Ethernet (FCoE) commands that begin with I.

in-order-guarantee

To enable in-order delivery, use the in-order-guarantee command. To disable in-order delivery, use the no form of this command.

in-order-guarantee [vsan vsan-id]

no in-order-guarantee [vsan vsan-id] [,] [-]

Syntax Description

vsan vsan-id

(Optional) Specifies a VSAN ID. The range is from 1 to 4093.

[,] [-]

(Optional) Allows you to enter multiple VSANs separated by commas, or a range of VSANs separated by a dash.


Command Default

Disabled

Command Modes

Global configuration mode

Command History

Release
Modification

4.0(0)N1(1a)

This command was introduced.


Usage Guidelines

In-order delivery of data frames guarantees frame delivery to a destination in the same order that they were sent by the originator.

Examples

This example shows how to enable in-order delivery for the entire switch:

switch(config) # in-order-guarantee
 
   

This example shows how to disable in-order delivery for the entire switch:

switch(config)# no in-order-guarantee
 
   

This example shows how to enable in-order delivery for a specific VSAN:

switch(config)# in-order-guarantee vsan 3452
 
   

This example shows how to disable in-order delivery for a specific VSAN:

switch(config)# no in-order-guarantee vsan 101
 
   

Related Commands

Command
Description

show in-order-guarantee

Displays the in-order-guarantee status.


install feature-set virtualization

To install the Cisco virtual machine feature set on the switch, use the install feature-set virtualization command. To remove the Cisco virtual machine feature set, use the no form of this command.

install feature-set virtualization

no install feature-set virtualization

Syntax Description

This command has no arguments or keywords.

Command Default

Disabled

Command Modes

Global configuration mode

Command History

Release
Modification

5.1(3)N1(1)

This command was introduced.


Usage Guidelines


Note The Cisco virtual machine feature is supported only on the Cisco Nexus 5500 Series switches.


This command requires an Enhanced Layer 2 license.

Examples

This example shows how to install the Cisco virtual machine feature set on the switch:

switch# configure terminal
switch(config)# install feature-set virtualization
switch(config)# 
 
   

Related Commands

Command
Description

feature-set virtualization

Enables the Cisco Virtual Machine feature set on the switch.

show feature-set

Displays the status of the virtualization feature set.

show running-config

Displays the running system configuration information.


interface fc

To configure a Fibre Channel interface on a Cisco Nexus 5000 Series switch, use the interface fc command. To revert to defaults, use the no form of this command.

interface fc slot/port
channel-group {group-id [force] | auto}
fcdomain rcf-reject vsan vsan-id
fcsp {auto-active | auto-passive | on | off} [timeout-period]
fspf {cost link-cost vsan vsan-id | dead-interval seconds vsan vsan-id | hello-interval seconds
vsan vsan-id | passive vsan vsan-id | retransmit-interval seconds vsan vsan-id}
switchport

no interface fc slot/port
no channel-group {group-id [force] | auto}
no fcdomain rcf-reject vsan vsan-id
no fcsp {auto-active | auto-passive | on | off}
no fspf {cost link-cost vsan vsan-id | dead-interval seconds vsan vsan-id | hello-interval seconds vsan vsan-id | passive vsan vsan-id | retransmit-interval seconds vsan vsan-id}
switchport

Syntax Description

slot/port

Slot number and port number of the interface.

channel-group

Adds to or removes from a port channel.

group-id

Port channel group number from 1 to 128.

force

(Optional) Forcefully adds a port.

auto

Enables autocreation of port channels.

fcdomain

Enters the interface mode.

rcf-reject

Configures the rcf-reject flag.

vsan vsan-id

Specifies the VSAN ID. The range is from 1 to 4093.

fcsp

Configures Fibre Channel Security Protocol (FC-SP) parameters for a specific interface.

auto-active

Configures the auto-active mode to authenticate the specified interface.

auto-passive

Configures the auto-passive mode to authenticate the specified interface.

on

Configures the on mode to authenticate the specified interface.

off

Configures the off mode to authenticate the specified interface.

timeout-period

(Optional) Timeout period to reauthenticate the interface. The time ranges from 0 (default—no authentication is performed) to 100,000 minutes.

fspf

Configures the FSPF parameters.

cost link-cost

Configures the FSPF link cost. The range is from 1 to 65535.

dead-interval seconds

Configures the FSPF dead interval in seconds. The range is from 2 to 65535.

hello-interval seconds

Configures the FSPF hello-interval. The range is from 1 to 65535.

passive

Enables or disables FSPF on the interface.

retransmit-interval seconds

Configures the FSPF retransmit interface in seconds. The range is from 1 to 65535.

switchport

Configures switchport parameters.


Command Default

Disabled

Command Modes

Global configuration mode

Command History

Release
Modification

4.0(0)N1(1a)

This command was introduced.


Usage Guidelines

You can specify a range of interfaces by entering a command with the following example format:

interface fc 1/1 - 5 , fc 2/5 - 7 
 
   

Use the no shutdown command to enable the interface.

The interface fc command enters interface configuration mode, which includes five commands (each with a no form). These five commands can only be used in the interface configuration mode.

The channel-group auto command enables autocreation of port channels. If autocreation of port channels is enabled for an interface, you must first disable this configuration before downgrading to earlier software versions or before configuring the interface in a manually configured channel group.

Examples

This example shows how to configure ports 1 to 4 in Fibre Channel interface 3:

switch(config)# interface fc 3/1 - 4
 
   

This example shows how to enable the Fibre Channel interface in port 1 of slot 3:

switch(config)# interface fc 3/1
switch(config-if)# no shutdown
 
   

Related Commands

Command
Description

show interface

Displays an interface configuration for a specified interface.

shutdown

Disables and enables an interface.


interface san-port-channel

To configure a SAN port channel interface on a Cisco Nexus 5000 Series switch, use the interface san-port-channel command. To revert to the defaults, use the no form of this command.

interface san-port-channel port

no interface san-port-channel port

Syntax Description

port

SAN port channel interface ID. The range is from 1 to 256.


Command Default

None

Command Modes

Global configuration mode

Command History

Release
Modification

4.0(0)N1(1a)

This command was introduced.

5.1(3)N1(1)

The description, shutdown, and switchport keywords were separated from the interface san-port-channel command. They are documented as separate commands.


Usage Guidelines

This command does not require a license.

Examples

This example shows how to configure SAN port channel interface 3:

switch# configure terminal
switch(config)# interface san-port-channel 3
switch(config-if)#
 
   

Related Commands

Command
Description

channel mode active (SAN PortChannel)

Configures a SAN port channel interface as an active port channel port.

show interface

Displays an interface configuration for a specified interface.

shutdown

Disables and enables an interface.

switchport (SAN PortChannel)

Configures switch port parameters on a SAN port channel interface.


interface vethernet

To enter interface configuration mode for a virtual Ethernet (vEth) interface, use the interface vethernet command. To remove a virtual Ethernet interface, use the no form of this command.

interface vethernet veth-id[, vethernet veth-id, ...]

no interface vethernet veth-id[, vethernet veth-id, ...]

Syntax Description

veth-id

Virtual Ethernet interface number. The range is from 1 to 1,048,575.

You can specify more than one virtual Ethernet interface. Make sure you use the comma (,) separator.


Command Default

None

Command Modes

Global configuration mode

Command History

Release
Modification

5.1(3)N1(1)

This command was introduced.


Usage Guidelines

Before you use a virtual Ethernet interface, you must enable Cisco virtual machine feature on the switch by using the feature-set virtualization command.

You can create a maximum of 1000 virtual Ethernet interfaces on a Cisco Nexus 5548 switch. Before you disable the Cisco Adapter Fabric Extender (Adapter-FEX) on the switch, make sure that you delete these interfaces. After you delete a virtual Ethernet interface, make sure that you save the running configuration of the switch to the startup configuration file.

Examples

This example shows how to enter configuration mode for virtual Ethernet interface 10:

switch# configure terminal
switch(config)# interface vethernet 10
switch(config-if)# 
 
   

This example shows how to remove a virtual Ethernet interface:

switch# configure terminal
switch(config)# no interface vethernet 2
switch(config)# 
 
   

Related Commands

Command
Description

bind

Binds an interface to a virtual Ethernet interface.

feature-set virtualization

Enables Cisco virtual machine features on the switch.

show interface vethernet

Displays various parameters of a virtual Ethernet interface.

show running-config interface

Displays the running configuration of an interface.


interface vfc

To configure a virtual Fibre Channel interface on a Cisco Nexus 5000 Series switch, use the interface vfc command. To remove a virtual Fibre Channel interface, use the no form of this command.

interface vfc vfc-id

no interface vfc vfc-id

Syntax Description

vfc-id

Virtual interface ID. The range is from 1 to 8192.


Command Default

Disabled

Command Modes

Global configuration mode

Command History

Release
Modification

4.0(0)N1(1a)

This command was introduced.

5.0(2)N1(1)

The bind, description, and shutdown commands were separated from the interface vfc command.

5.0(2)N2(1)

Support for virtual E (VE) port was added.


Usage Guidelines

You can specify a range of interfaces by entering a command with the following example format:

interface vfc 1 - 3, vfc 5 - 7 
 
   

Examples

This example shows how to enter interface configuration mode for virtual Fibre Channel interface 3:

switch(config)# interface vfc 3 
switch(config-if)# 
 
   

Related Commands

Command
Description

bind

Binds the virtual Fibre Channel interface to an interface.

description

Enters a summary purpose of the virtual Fibre Channel interface.

show interface vfc

Displays the specified VFC interface, attributes, and status.

shutdown

Disables and enables an interface.

switchport (virtual Fibre Channel interface)

Configures a virtual Fibre Channel interface as a virtual E (VE) port.

switchport mode trunk

Configures an Ethernet interface as a trunk port.