Configure Multi-area SPB IPv4 Static I-SID Routed Multicast Redistribution

Note

Note

This procedure only applies to the VSP 7400 Series.

Before you begin

  • Enable multicast on the boundary nodes.
  • Configure Multicast Virtual Private Network (MVPN) on the boundary nodes, for layer 3 VSN.

About this task

Perform this procedure to configure Multi-area SPB IPv4 static I-SID routed multicast redistribution on the switch.

Note

Note

  • Routed multicast redistribution is available for IPv4 only.

  • Multi-area SPB boundary nodes can redistribute static data I-SIDs, and the static data I-SID multicast redistribution policy takes precedence over the Layer 2 multicast redistribution.

  • Multi-area SPB boundary nodes with remote IS-IS enabled do not support IP SPB Multicast Policy .

Procedure

  1. Enter IS-IS Router Configuration mode:

    enable

    configure terminal

    router isis

  2. Configure the Multi-area SPB IPv4 static I-SID list to redistribute on the switch:

    multi-area ip redistribute static-isid-routed-multicast [home-to-remote | remote-to-home] isid-list WORD<1-32>

    The system displays the warning message while configuring the Multi-area SPB IPv4 static I-SID routed multicast redistribution:

    WARNING: L3 static i-sid routed multicast will not be inter-area redistributed until apply command is issued after enable command.
  3. Enable the Multi-area SPB IPv4 static I-SID routed multicast redistribution instance:

    multi-area ip redistribute static-isid-routed-multicast [home-to-remote | remote-to-home] enable

  4. Verify the Multi-area SPB IPv4 static I-SID routed multicast redistribution configuration:

    show isis multi-area ip redistribute static-isid-routed-multicast [home-to-remote | remote-to-home]

  5. Apply the Multi-area SPB IPv4 static I-SID routed multicast redistribution:

    isis multi-area ip apply redistribute static-isid-routed-multicast

Example

Configuring Multi-area SPB IPv4 static I-SID list to redistribute for remote to home direction:

Switch:1>enable
Switch:1#configure terminal
Switch:1(config)#router isis
Switch:1(config-isis)#multi-area ip redistribute static-isid-routed-multicast remote-to-home isid-list list2
WARNING: L3 static i-sid routed multicast will not be inter-area redistributed until apply command is issued after enable command. 
Switch:1(config-isis)#multi-area ip redistribute static-isid-routed-multicast [home-toremote | remote-to-home] enable
Switch:1(config-isis)#show isis multi-area ip redistribute static-isid-routed-multicast remote-to-home
======================================================================================================
      MULTI-AREA IP REDISTRIBUTE STATIC ISID ROUTED MULTICAST - ALL VRF 
======================================================================================================
DIRECTION            ENABLE     ISID LIST 
------------------------------------------------------------------------------------------------------
remote-to-home 	 TRUE        list2 

Switch:1(config-isis)#isis multi-area ip apply redistribute static-isid-routed-multicast