Cards/MDA

Prerequisites:

  • Users must provision power-modules in CLI on 7250 and 7750 nodes or else cards remain in booting / Lo Power state.

  • Users must provision SFM in CLI; there is no intent.

To provision power in CLI:

7750 Classic

/configure system power-shelf 1 power-shelf-type "ps-a10-shelf-dc" 
/configure system power-shelf 1 power-module 1 power-module-type "ps-a-dc-6000" 
/configure system power-shelf 1 power-module 2 power-module-type "ps-a-dc-6000" 
/configure system power-shelf 1 power-module 3 power-module-type "ps-a-dc-6000" 
/configure system power-shelf 1 power-module 4 power-module-type "ps-a-dc-6000" 
/configure system power-shelf 1 power-module 5 power-module-type "ps-a-dc-6000" 
/configure system power-shelf 1 power-module 6 power-module-type "ps-a-dc-6000" 
/configure system power-shelf 1 power-module 7 power-module-type "ps-a-dc-6000" 
/configure system power-shelf 1 power-module 8 power-module-type "ps-a-dc-6000" 
/configure system power-shelf 1 power-module 9 power-module-type "ps-a-dc-6000" 
/configure system power-shelf 1 power-module 10 power-module-type "ps-a-dc-6000" 
/admin save

7750 MD

/edit-config private 
/configure chassis router chassis-number 1 power-shelf 1 power-shelf-type ps-a10-shelf-dc 
/configure chassis router chassis-number 1 power-shelf 1 power-module 1 power-module-type ps-a-dc-6000 
/configure chassis router chassis-number 1 power-shelf 1 power-module 2 power-module-type ps-a-dc-6000 
/configure chassis router chassis-number 1 power-shelf 1 power-module 3 power-module-type ps-a-dc-6000 
/configure chassis router chassis-number 1 power-shelf 1 power-module 4 power-module-type ps-a-dc-6000 
/configure chassis router chassis-number 1 power-shelf 1 power-module 5 power-module-type ps-a-dc-6000 
/configure chassis router chassis-number 1 power-shelf 1 power-module 6 power-module-type ps-a-dc-6000 
/configure chassis router chassis-number 1 power-shelf 1 power-module 7 power-module-type ps-a-dc-6000 
/configure chassis router chassis-number 1 power-shelf 1 power-module 8 power-module-type ps-a-dc-6000 
/configure chassis router chassis-number 1 power-shelf 1 power-module 9 power-module-type ps-a-dc-6000 
/configure chassis router chassis-number 1 power-shelf 1 power-module 10 power-module-type ps-a-dc-6000 
/commit 
/admin save 
/quit-config

7250 MD

/edit-config private 
/configure chassis router chassis-number 1 power-module 2 power-module-type ixr-dc-3000 
/configure chassis router chassis-number 1 power-module 3 power-module-type ixr-dc-3000 
/configure chassis router chassis-number 1 power-module 4 power-module-type ixr-dc-3000 
/configure chassis router chassis-number 1 power-module 5 power-module-type ixr-dc-3000 
/configure chassis router chassis-number 1 power-module 6 power-module-type ixr-dc-3000 
/commit 
/admin save 
/quit-config 
To provision SFM:

7750 Classic

/configure sfm 1 sfm-type sfm-s 
/configure sfm 2 sfm-type sfm-s 
/configure sfm 3 sfm-type sfm-s 
/configure sfm 4 sfm-type sfm-s 
/configure sfm 5 sfm-type sfm-s 
/configure sfm 6 sfm-type sfm-s 
/configure sfm 7 sfm-type sfm-s 
/configure sfm 8 sfm-type sfm-s 
/admin save

7750 MD

/edit-config private 
/configure sfm 1 sfm-type sfm-s 
/configure sfm 2 sfm-type sfm-s 
/configure sfm 3 sfm-type sfm-s 
/configure sfm 4 sfm-type sfm-s 
/configure sfm 5 sfm-type sfm-s 
/configure sfm 6 sfm-type sfm-s 
/configure sfm 7 sfm-type sfm-s 
/configure sfm 8 sfm-type sfm-s 
/commit 
/admin save 
/quit-config 

7250 MD

/edit-config private 
/configure sfm 1 sfm-type sfm-ixr-6 
/configure sfm 2 sfm-type sfm-ixr-6 
/configure sfm 3 sfm-type sfm-ixr-6 
/configure sfm 4 sfm-type sfm-ixr-6 
/configure sfm 5 sfm-type sfm-ixr-6 
/configure sfm 6 sfm-type sfm-ixr-6 
/commit 
/admin save 
/quit-config 
To configure Card/MDA using icm-equipment-card_mda intent
 

Import the intent type icm-equipment-card_mda into Device Management, Configuration Intent Types.


Create a configuration template in Device Management, Configuration Templates and set to released state.

For example, the configuration template created below is named as Equipment-card_mda.


Create configuration deployments with the above configuration template. The following example uses 7750 (SR-14s variant):

Card slot 1: card_xcm14_s (xcm-14s on MD)

MDA slot 1 and 2: xma_s36_100gb_qsfp28 (s36-100gb-qsfp28 on MD)

Ex. 7750 Classic

Figure 7-1: NE CLI check after deployment

Ex. 7750 MD

Figure 7-2: NE CLI check after deployment

End of steps