Print Download PDF Send Feedback

Previous

Next

Static Multicast Routes

PIM expects packets to arrive on the reverse-path forwarding (RPF) interface - the interface used to reach the source of the multicast data. PIM also checks the RPF to learn which interface it should use to send join/prune messages. By default, PIM checks the unicast routing table to identify the RPF interface. Static multicast routes provide an alternative route table to use for the RPF check. If a static multicast route and a unicast route are available for a specific destination, PIM uses the static multicast route.

Static multicast routes let PIM be independent of unicast routing. This lets you deploy topologies in which multicast and unicast traffic flow over different paths. For example, in order to balance the traffic load, you can separate the HTTP traffic from the stock quotes traffic. You simply configure a static multicast route to the source network that specifies a next hop gateway address different from the next hop address (for the same source) in the unicast routing table.

Note - PIM is the only protocol that uses static multicast routes.

You can configure static multicast routes through the Portal or through the CLI.

Configuring Static Multicast Routes - Gaia Portal

In Gaia Portal, you can add, delete, and edit static multicast routes.

To add a static multicast route:

  1. Open the Advanced Routing > Static Multicast Routes page of the Portal.
  2. Click Add.

    The Add Destination Route window opens

  3. Configure the multicast sender parameters:
    • Destination - the IP address
    • Subnet mask - the network mask
  4. Configure the gateway:
    1. Click Add Gateway.
    2. In the window that opens, enter the IPv4 Address and the Priority (optional).
    3. Click OK.
  5. Click Save.

To delete a static multicast route:

  1. In the Advanced Routing > Static Multicast Routes page of the Portal, select a route.
  2. Click Delete.

To edit a static multicast route:

  1. In the Advanced Routing > Static Multicast Routes page of the Portal, select a route.
  2. Click Edit.

    The Edit Destination Route window opens.

  3. For the selected Destination route, add, edit, or delete a gateway:
    • To add a gateway - click Add Gateway, enter the IPv4 address and the Priority (optional) value in the window that opens, and click OK
    • To edit a gateway - select a gateway, click Edit, change the IPv4 address and the Priority (optional) values in the window that opens, and click OK
    • To delete a gateway - select a gateway and click Delete
  4. Click Save.

Configuring Static Multicast Routes - Gaia Clish

In Gaia Clish, you can add, delete, and verify static multicast routes.

To add or delete a static multicast route:

Run this command:

set static-mroute {<Sender_IP>/<mask> | default}

off

nexthop gateway address <Gateway_IP>

[priority <priority_value>] on

off

Parameter

Description

<Sender_IP>/<mask>

The address and the network mask of the multicast sender.

default

The default gateway to use for FPF lookups.

<Gateway_IP>

The IP address of the gateway router.

priority <priority_value>

Valid values are 1 through 8.

Defines the order of priority in which the nexthop gateway is selected, when multiple nexthop gateways are configured. Lower priority value takes higher preference. If not priority is defined, the default value of 1 is assigned. If multiple gateways are configured with the same priority value, the one with the lower IP address takes higher preference.

on

Installs the specified multicast static route in the routing table.

off

Removes the specified multicast static route from the routing table.

To verify static multicast routes:

Run this command: show static-mroute

To show static multicast routes configuration:

Run this command: show configuration static-mroute