Cisco MDS 9000 Family Command Reference, Release 1.1(1a)
B Commands

Table Of Contents

B Commands

boot

bport

bport-keepalive


B Commands


The commands in this chapter apply to the Cisco MDS 9000 Family of multilayer directors and fabric switches. All commands are shown here in alphabetical order regardless of command mode. See the "Command Modes" section to determine the appropriate mode for each command. For more information, refer to the Cisco MDS 9000 Family Configuration Guide.

boot

bport

bport-keepalive

boot

To perform operations on the system, use the boot command in configuration mode.

boot [kickstart | system] [bootflash: | slot0: | tftp:] [sup-1 | sup-2]

Syntax Description

kickstart

Configures the kickstart image.

system

Configures the system image.

bootflash:

Specifies system image URI for bootflash.

slot0:

Specifies system image URI for slot 0.

tftp:

Specifies system image URI for TFTP.

sup-1

The upper supervisor.

sup-2

The lower supervisor.


Defaults

None.

Command Modes

Configuration mode.

Command History

This command was introduced in Cisco MDS SAN-OS Release 1.0(2).

Usage Guidelines

The boot kickstart slot0:image command is currently not allowed. For kickstart, only bootflash: is allowed.

Examples

The following example adds the new system image file to the SYSTEM environment variable.

switch(config)# boot system bootflash:system.img
switch(config)# 

The following example boots from the CompactFlash device (slot0:).

switch(config)# boot system slot0:system.img

The switch updates the SYSTEM environment variable to reflect the new image file in the specified Flash device.

The following example overwrites the old Kickstart environment variable in the configuration file:

switch(config)# boot kickstart kickstart.img
switch(config)# 

bport

To configure a B port FCIP interface, use the bport option. To disable a bport FCIP interface, use the no form of the option.

bport

no bport

Syntax Description

bport

Sets the B port mode.


Defaults

Disabled

Command Modes

Configuration mode

Command History

This command was introduced in Cisco MDS SAN-OS Release 1.1(1).

Usage Guidelines

Access this command from the switch(config-if)# submode.

Examples

switch# config t

switch(config)# interface fcip 1

switch(config-if)# bport

Related Commandss

Command
Description

show interface fcip

Displays an interface configuration for a specified FCIP interface.

bport-keepalive

Configures B port keepalive responses.


bport-keepalive

To configure keepalive responses for B port FCIP interfaces, use the bport-keepalive option. To disable bport-keepalive for an FCIP interface, use the no form of the option.

bport-keepalive

no bport-keepalive

Syntax Description

bport-keepalive

Configures the keepalive responses for the B port FCIP interface.


Defaults

Disabled

Command Modes

Configuration mode

Command History

This command was introduced in Cisco MDS SAN-OS Release 1.1(1).

Usage Guidelines

Access this command from the switch(config-if)# submode.

Examples

switch# config t

switch(config)# interface fcip 1

switch(config-if)# bport-keepalives

Related Commandss

Command
Description

show interface fcip

Displays an interface configuration for a specified FCIP interface.

bport

Configure a B port FCIP interface.