fabric admin-state

Syntax

fabric <SLOT-ID> admin-state {diagnostic | down | up}
 

Description

Sets the administrative state of the specified fabric module.

Command context

config

Parameters

<SLOT-ID>

Specifies the member and slot of the module. For example, to specify the module in member 1, slot 3, enter the following:

1/3

admin-state {diagnostic | down | up}
Selects the administrative state in which to put the specified module:
diagnostic

Selects the diagnostic administrative state. Network traffic does not pass through the module.

down

Selects the down administrative state. Network traffic does not pass through the module.

up

Selects the up administrative state. The module is fully operational. The up state is the default administrative state.

Authority

Administrators

Usage

This command is valid for fabric modules only.

Examples

Setting the administrative state of the fabric module 2 to down:

switch(config)# fabric 1/2 admin-state down