Adding an S-PoE Daughter Card to an Existing Configuration

G48Tc and G48Te2 I/O Modules for the BlackDiamond 8800 Series Switches.

This section describes how to add an S-PoE daughter card to an EXOS configuration that has already been saved without PoE capabilities.

The example in this section uses the G48Te2 module.

The following output displays the results of the show slot command with slot 4 configured:

BD-8810.6 # show slot
Slots    Type                 Configured           State       Ports  Flags
-------------------------------------------------------------------------------
Slot-1   G48Tc                G48Tc                Operational   48   MB
Slot-2                                             Empty          0
Slot-3                                             Empty          0
Slot-4   G48Te2               G48Te2               Operational   48   MB
Slot-5   G8Xc                 G8Xc                 Operational    8   MB
Slot-6   10G1Xc               10G1Xc               Operational    1   MB
Slot-7   10G4X                10G4X                Operational    4   MB
Slot-8                                             Empty          0
Slot-9                                             Empty          0
Slot-10                                            Empty          0
MSM-A    MSM-48c                                   Operational    0
MSM-B    MSM-48c                                   Operational    0
Flags: M - Backplane link to Master is Active
B - Backplane link to Backup is also Active
D - Slot Disabled
I - Insufficient Power (refer to "show power budget")

To configure a module for the PoE daughter card, follow these steps:

  1. Remove the G48Te2 module.
  2. Attach the PoE daughter card to the G48Te2 module (as described in installation document provided with the daughter card).
  3. Re-insert G48Te2 module with the PoE daughter card attached.

    The following output displays the results of the show slot command after the card is attached:

    	* BD-8810.20 # show slot
    	Slots    Type                 Configured           State       Ports  Flags
    	-------------------------------------------------------------------------------
    	Slot-1   G48Tc                G48Tc                Operational   48   MB
    	Slot-2                                             Empty          0
    	Slot-3                                             Empty          0
    	Slot-4   G48Te2(PoE)          G48Te2               Operational   48   MB
    	Slot-5   G8Xc                 G8Xc                 Operational    8   MB
    	Slot-6   10G1Xc               10G1Xc               Operational    1   MB
    	Slot-7   10G4X                10G4X                Operational    4   MB
    	Slot-8                                             Empty          0
    	Slot-9                                             Empty          0
    	Slot-10                                            Empty          0
    	MSM-A    MSM-48c                                   Operational    0
    	MSM-B    MSM-48c                                   Operational    0
    	Flags : M - Backplane link to Master is Active
    	        B - Backplane link to Backup is also Active
    	        D - Slot Disabled
    	        I - Insufficient Power (refer to "show power budget")
    

    You can expect to see the following log messages generated by the system after you have attached the card:

    <Warn:HAL.Card.Warning> MSM-A: Powering on mismatch card - cfg: G48Te2 actual: G48Te2(PoE)

    <Warn:HAL.Card.Warning> MSM-B: Powering on mismatch card - cfg: G48Te2 actual: G48Te2(PoE)

  4. Change the slot module type to include POE by executing the command configure slot 4 module G48Te2 (PoE).
    Note

    Note

    You must configure the slot as (PoE) before the power feature is accessible or enabled.

    The following output displays the results of the show slot command after this command has been executed:

    	* BD-8810.20 # show slot
    	Slots    Type                 Configured           State       Ports  Flags
    	-------------------------------------------------------------------------------
    	Slot-1   G48Tc                G48Tc                Operational   48   MB
    	Slot-2                                             Empty          0
    	Slot-3                                             Empty          0
    	Slot-4   G48Te2(PoE)          G48Te2(PoE)          Operational   48   MB
    	Slot-5   G8Xc                 G8Xc                 Operational    8   MB
    	Slot-6   10G1Xc               10G1Xc               Operational    1   MB
    	Slot-7   10G4X                10G4X                Operational    4   MB
    	Slot-8                                             Empty          0
    	Slot-9                                             Empty          0
    	Slot-10                                            Empty          0
    	MSM-A    MSM-48c                                   Operational    0
    	MSM-B    MSM-48c                                   Operational    0
    	Flags : M - Backplane link to Master is Active
    	        B - Backplane link to Backup is also Active
    	        D - Slot Disabled
    	        I - Insufficient Power (refer to "show power budget")
    
  5. Save the configuration by executing the save configuration command.