Basic configuration

The most basic configuration must specify the following:

The following is an example of card configuration for the 7750 SR:

A:PE-1# admin display-config | match "Card Configuration" post-lines 28
echo "Card Configuration"
#--------------------------------------------------
    card 2
        card-type imm5-10gb-xfp
        mda 1
            no shutdown
        exit
        no shutdown
    exit
    card 3
        card-type iom4-e
        mda 1
            mda-type me10-10gb-sfp+
            no shutdown
        exit
        mda 2
            mda-type me1-100gb-cfp2
            no shutdown
        exit
        no shutdown
    exit
    card 5
        card-type imm5-10gb-xfp
        mda 1
            no shutdown
        exit
        no shutdown
    exit
#--------------------------------------------------
A:PE-1#

The following is an example of card configurations for the 7950 XRS:

A:7950 XRS-20# configure card 1
A:7950 XRS-20>config>card# info
----------------------------------------------
        card-type xcm-x20
        mda 1
            mda-type cx20-10g-sfp
            no shutdown
        exit
        mda 2
            mda-type cx2-100g-cfp
            no shutdown
        exit
        no shutdown
----------------------------------------------