Deleting an Adapter Card

To delete an adapter card provisioned for a specific slot, you must shut down any existing port configurations on the card and delete the adapter card configuration.

Use the following CLI syntax to delete an adapter card provisioned for a specific slot.

CLI Syntax:
port port-id
    shutdown
    exit
card slot-number  //always 1
    mda mda-number
        shutdown
        exit
    no mda mda-number //deletes the adapter card
    exit

The following CLI syntax shows an example of deleting an adapter card.

Example:
config# port 1/1/1 
config>port# shutdown
config>port# exit
config# port 1/1/2 
config>port# shutdown
config>port# exit
config# card 1
config>card# mda 1
config>card>mda# shutdown
config>card>mda# exit 
config>card# no mda 1
config>card# exit