Open Frames Download Complete PDF Send Feedback Print This Page

Previous

Next

Showing Multicast Routing - asg_mroute

The asg_mroute command shows this multicast routing information in a tabular format:

  • Source - Source IP address
  • Dest - Destination address
  • Iif - Source interface
  • Oif - Outbound interface

You can filter the output for specified interfaces and SGMs.

Syntax

> asg_mroute -h
> asg_mroute [-d <dest_route>] [-s <src_route>] [-i <src_if>][-b <sgm_ids>]

Parameter

Description

-h

Show command syntax.

-d

Destination multicast group IP address.

-s

Source IP address.

-i

Source interface name.

-b <sgm_ids>

Works with SGMs and/or Chassis as specified by <sgm_ids>.

<sgm_ids> can be:

  • No <sgm_ids> specified or all shows all SGMs and Chassis
  • One SGM
  • A comma-separated list of SGMs (1_1,1_4)
  • A range of SGMs (1_1-1_4)
  • One Chassis (Chassis1 or Chassis2)
  • The active Chassis (chassis_active)

 

Example: Show all multicast routes

This example shows all multicast routes for all interfaces and SGMs.

> asg_mroute
+-----------------------------------------------------------------------------------+
|Multicast Routing (All SGMs)                                                       |
+-----------------------------------------------------------------------------------+
|Source                   |Dest                     |Iif            |Oif            |
+-------------------------+-------------------------+---------------+---------------+
|12.12.12.1               |225.0.90.90              |eth1-01        |eth1-02        |
+-------------------------+-------------------------+---------------+---------------+
|22.22.22.1               |225.0.90.90              |eth1-02        |eth1-01        |
+-------------------------+-------------------------+---------------+---------------+
|22.22.22.1               |225.0.90.91              |eth1-02        |eth1-01        |
+-------------------------+-------------------------+---------------+---------------+

When no optional parameters are specified, all routes, interfaces and SGMs are shown.

Example: Show only specified interfaces or SGMs

This example shows routes for the specified source IP address, Interface and destination IP address.

> asg_mroute  -s 22.22.22.1 -i eth1-02  -d 225.0.90.91
+-----------------------------------------------------------------------------------+
|Multicast Routing (All SGMs)                                                       |
+-----------------------------------------------------------------------------------+
|Source                   |Dest                     |Iif            |Oif            |
+-------------------------+-------------------------+---------------+---------------+
|22.22.22.1               |225.0.90.91              |eth1-02        |eth2-01        |
+-------------------------+-------------------------+---------------+---------------+
 
Top of Page ©2014 Check Point Software Technologies Ltd. All rights reserved. Download Complete PDF Send Feedback Print