FACT show multicast routes
From DocWiki
To show multicast routes from each port in the source set to each port in the destination set, use the show multicast routes command.
- show multicast routes [chassis | chip] [{from src-hosts | src-switches | src-ports}] [{to dst-hosts | dst-switches | dst-ports}] [multicast-groups] [guids]
Syntax Description
chassis (Optional) Shows a chassis-level view of each route. chip (Optional) Shows a chip-level view of each route. from (Optional) Identifies the source set. src-hosts (Optional) Shows only the routes from the specified source host ports. src-switches (Optional) Shows only the routes from the specified source switch ports. src-ports (Optional) Shows only the routes from the specified source ports. to (Optional) Shows only those routes to the specified destinations. dst-hosts (Optional) Shows only the routes to the specified destination host ports. dst-switches (Optional) Shows only the routes to the specified destination switch ports. dst-ports (Optional) Shows only the routes to the specified destination ports. multicast-groups (Optional) Shows only the routes for the specified multicast groups. guids (Optional) Shows the GUIDs for each hop on the route.
Command Default
- The default view is the chassis view.
Examples
- The following is sample output from the show multicast routes command, and it shows the multicast routes from host01 to host02. It shows two multicast groups routed through different ports between switchA and switchB:
fact> show multicast routes from host01 to host02 Route host01/1/1 to host02/1/1, MGID ff:18:a0:1b:00:00:00:00:00:00:05:ad:00:02:80:da, MLID 49152: hop chassis ingress-port egress-port --- -------------------- ------------ ----------- 1 switchA 1/1 1/16 2 switchB 1/22 1/1 Route host01/1/1 to host02/1/1, MGID ff:18:a0:1b:00:00:00:00:00:00:05:ad:00:02:80:db, MLID 49153: hop chassis ingress-port egress-port --- -------------------- ------------ ----------- 1 switchA 1/1 1/14 2 switchB 1/24 1/1
Related Commands