Table Of Contents
Show Commands
show ip igmp groups
show ip igmp interface
show ip igmp local-groups
show ip igmp route
show ip igmp snooping
show ip igmp snooping explicit-tracking
show ip igmp snooping groups
show ip igmp snooping mrouter
show ip igmp snooping querier
show ip igmp snooping statistics vlan
show ip mroute
show ip mroute summary
show ip msdp count
show ip msdp mesh-group
show ip msdp peer
show ip msdp policy statistics sa-policy
show ip msdp route
show ip msdp rpf
show ip msdp sa-cache
show ip msdp sources
show ip msdp summary
show ip netstack mroute
show ip pim df
show ip pim group-range
show ip pim interface
show ip pim neighbor
show ip pim oif-list
show ip pim policy statistics auto-rp
show ip pim policy statistics bsr
show ip pim policy statistics jp-policy
show ip pim policy statistics neighbor-policy
show ip pim policy statistics register-policy
show ip pim route
show ip pim rp
show ip pim rp-hash
show ip pim statistics
show ipv6 mld groups
show ipv6 mld local-groups
show ipv6 mroute
show ipv6 mroute summary
show ipv6 pim df
show ipv6 pim group-range
show ipv6 pim interface
show ipv6 pim neighbor
show ipv6 pim oif-list
show ipv6 pim policy statistics jp-policy
show ipv6 pim policy statistics neighbor-policy
show ipv6 pim route
show ipv6 pim rp
show ipv6 pim rp-hash
show ipv6 pim statistics
show routing ipv6 multicast
show routing ipv6 multicast clients
show routing multicast
show routing multicast clients
show running-config msdp
show running-config pim
show running-config pim6
show startup-config msdp
show startup-config pim
show startup-config pim6
Show Commands
This chapter describes the Cisco NX-OS multicast routing show commands.
show ip igmp groups
To display information about IGMP-attached group membership, use the show ip igmp groups command.
show ip igmp groups [{source [group]} | {group [source]}] [if-type if-number] [vrf {vrf-name |
all}]
Syntax Description
source
|
Source IP address.
|
group
|
(Optional) Multicast IP address of the single group to display.
|
if-type
|
(Optional) Interface type. For more information, use the question mark (?) online help function.
|
if-number
|
(Optional) Interface or subinterface number. For more information about the numbering syntax for your networking device, use the question mark (?) online help function.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
The show ip igmp route command is an alternative form of this command.
This command does not require a license.
Examples
This example shows how to display information about the IGMP-attached group membership:
switch(config)# show ip igmp groups
IGMP Connected Group Membership for Context "default" - 2 total entries
Type: S - Static, D - Dynamic, L - Local, T - SSM Translated
Group Address Type Interface Uptime Expires Last Reporter
224.1.1.1 L GigabitEthernet2/8 00:00:04 00:04:15 1.0.8.3
224.1.1.2 L GigabitEthernet2/8 00:00:02 00:04:17 1.0.8.3
Related Commands
Command
|
Description
|
show ip igmp route
|
Displays information about the IGMP-attached group membership.
|
show ip igmp interface
To display information about IGMP on interfaces, use the show ip igmp interface command.
show ip igmp interface if-type if-number
show ip igmp interface [brief] [vrf {vrf-name | all}]
Syntax Description
if-type
|
Interface type. For more information, use the question mark (?) online help function.
|
if-number
|
Interface or subinterface number. For more information about the numbering syntax for your networking device, use the question mark (?) online help function.
|
brief
|
(Optional) Displays one line status per interface.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command does not require a license.
Examples
This example shows how to display information about IGMP on an interface:
switch(config)# show ip igmp interface ethernet 2/11
IGMP Interfaces for VRF "default"
Ethernet2/11, Interface status: protocol-down/link-down/admin-down
Active querier: 0.0.0.0, version: ?, next query sent in: 0.000000
IGMP version: 2, host version: 0
IGMP query interval: 125 secs, configured value: 125 secs
IGMP max response time: 10 secs, configured value: 10 secs
IGMP startup query interval: 31 secs, configured value: 31 secs
IGMP startup query count: 2
IGMP last member mrt: 1 secs
IGMP last member query count: 2
IGMP group timeout: 260 secs, configured value: 260 secs
IGMP querier timeout: 255 secs, configured value: 255 secs
IGMP unsolicited report interval: 10 secs
IGMP robustness variable: 2, configured value: 2
IGMP reporting for link-local groups: disabled
IGMP interface enable refcount: 2
IGMP interface statistics:
v2-queries: 0/0, v2-reports: 0/0, v2-leaves: 0/0
v3-queries: 0/0, v3-reports: 0/0
Checksum errors: 0, Packet length errors: 0
Bogus source IPs: 0, Query from non-querior:0
Report version mismatch: 0, Query version mismatch: 0
Unknown IGMP message type: 0
Invalid v1 reports: 0, Invalid v2 reports: 0, Invalid v3 reports: 0
This example shows how to display information about IGMP on an interface in a brief format:
switch(config)# show ip igmp interface brief
IGMP Interfaces for VRF "default", count: 2
Interface IP Address IGMP Querier Membership Version
Ethernet2/11 192.168.1.222 0.0.0.0 0 v2
Ethernet2/12 unassigned 0.0.0.0 0 v2
show ip igmp local-groups
To display information about IGMP local groups, use the show ip igmp local-groups command.
show ip igmp local-groups [if-type if-number] [vrf {vrf-name | all}]
Syntax Description
if-type
|
(Optional) Interface type. For more information, use the question mark (?) online help function.
|
if-number
|
(Optional) Interface or subinterface number. For more information about the numbering syntax for your networking device, use the question mark (?) online help function.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command does not require a license.
Examples
This example shows how to display information about IGMP local groups:
switch(config)# show ip igmp local-groups
IGMP Locally Joined Group Membership for VRF "default"
Group Address Source Address Type Interface Last Reported
230.0.0.0 * Static Eth2/11 4d04h
224.0.1.39 * Local Eth2/11 4d04h
224.0.1.40 * Local Eth2/11 4d04h
show ip igmp route
To display information about the IGMP-attached group membership, use the show ip igmp route command.
show ip igmp route [{source [group]} | {group [source]}] [if-type if-number] [vrf {vrf-name | all}]
Syntax Description
source
|
Source IP address.
|
group
|
(Optional) Multicast IP address of single group to display.
|
if-type
|
(Optional) Interface type. For more information, use the question mark (?) online help function.
|
if-number
|
(Optional) Interface or subinterface number. For more information about the numbering syntax for your networking device, use the question mark (?) online help function.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
The show ip igmp groups command is an alternative form of this command.
This command does not require a license.
Examples
This example shows how to display information about the IGMP-attached group membership:
switch(config)# show ip igmp route
IGMP Connected Group Membership for Context "default" - 2 total entries
Type: S - Static, D - Dynamic, L - Local, T - SSM Translated
Group Address Type Interface Uptime Expires Last Reporter
224.1.1.1 L GigabitEthernet2/8 00:00:04 00:04:15 1.0.8.3
224.1.1.2 L GigabitEthernet2/8 00:00:02 00:04:17 1.0.8.3
Related Commands
Command
|
Description
|
show ip igmp groups
|
Displays information about the IGMP-attached group membership.
|
show ip igmp snooping
To display information about IGMP snooping, use the show ip igmp snooping command.
show ip igmp snooping [vlan vlan-id]
Syntax Description
vlan vlan-id
|
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093. The default is all VLANs.
|
Defaults
Displays all VLANs.
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command does not require a license.
Examples
This example shows how to display information about IGMP snooping for a VLAN:
switch(config)# show ip igmp snooping vlan 1
IGMP Snooping information for vlan 1
Explicit tracking enabled
Report suppression enabled
Router port detection using PIM Hellos, IGMP Queries
Number of router-ports: 0
show ip igmp snooping explicit-tracking
To display information about explicit tracking for IGMP snooping, use the show ip igmp snooping explicit-tracking vlan command.
show ip igmp snooping explicit-tracking vlan vlan-id
Syntax Description
vlan vlan-id
|
Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command does not require a license.
Examples
This example shows how to display information about explicit tracking for IGMP snooping:
switch(config)# show ip igmp snooping explicit-tracking vlan 33
IGMPv3 Snooping Explicit-tracking information
Source/Group Intf Reporter Uptime Last-Join Expires
1.1.1.1 232.1.1.1 Eth2/1 3.3.3.3 00:01:33 00:04:27 00:01:44
show ip igmp snooping groups
To display information about group membership for IGMP snooping, use the show ip igmp snooping groups command.
show ip igmp snooping groups [vlan vlan-id] [detail]
Syntax Description
vlan vlan-id
|
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093.
|
detail
|
(Optional) Displays detailed information for the group.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command does not require a license.
Examples
This example shows how to display information about group membership for IGMP snooping:
switch(config)# show ip igmp snooping groups
Type: S - Static, D - Dynamic, R - Router port
Vlan Group Address Ver Type Port list
show ip igmp snooping mrouter
To display the multicast routers detected by IGMP snooping, use the show ip igmp snooping mrouter command.
show ip igmp snooping mrouter [vlan vlan-id]
Syntax Description
vlan vlan-id
|
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command does not require a license.
Examples
This example shows how to display the multicast routers detected by IGMP snooping:
switch(config)# show ip igmp snooping mrouter
Type: S - Static, D - Dynamic
Vlan Router-port Type Uptime Expires
1 Eth8/20 D 00:01:09 00:04:50
1 Eth8/9 D 00:01:09 00:04:56
1 Po4 D 00:01:03 00:04:56
show ip igmp snooping querier
To display information about IGMP snooping queriers, use the show ip igmp snooping querier command.
show ip igmp snooping querier [vlan vlan-id]
Syntax Description
vlan vlan-id
|
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command does not require a license.
Examples
This example shows how to display information about IGMP snooping queriers:
switch(config)# show ip igmp snooping querier
Vlan IP Address Version Port
show ip igmp snooping statistics vlan
To display information about IGMP snooping statistics, use the show ip igmp snooping statistics vlan command.
show ip igmp snooping statistics vlan vlan-id
Syntax Description
vlan vlan-id
|
Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command does not require a license.
Examples
This example shows how to display information about IGMP snooping statistics:
switch(config)# show ip igmp snooping statistics vlan 1
Global IGMP snooping statistics:
Packets for non-snooped vlans : 0
VLAN 1 IGMP snooping statistics, last reset: never
IGMPv1 reports received: 0
IGMPv2 reports received: 0
IGMPv3 reports received: 0
IGMPv1 queries received: 0
IGMPv2 queries received: 0
IGMPv3 queries received: 0
Invalid reports received: 0
Invalid queries received: 0
Report version mismatch: 0
Unknown packets received: 0
Packets sent to routers: 0
show ip mroute
To display information about IPv4 multicast routes, use the show ip mroute command.
show ip mroute {group | {source group} | {group [source]}} [summary [software-forwarded]]
[vrf {vrf-name | all}]
Syntax Description
group
|
Group address for route.
|
source
|
Source address for route.
|
summary
|
(Optional) Displays route counts and packet rates.
|
software- forwarded
|
(Optional) Displays software-switched route counts only.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command requires the Enterprise Services license.
Examples
This example shows how to display information about multicast routes:
switch(config)# show ip mroute
IP Multicast Routing Table for VRF "default"
(*, 224.1.1.1/32), uptime: 13:00:28, igmp ip pim
Incoming interface: Loopback1 (iod: 3), RPF nbr: 2.2.2.2
Outgoing interface list: (count: 1)
GigEther2/0/1 (iod 4), uptime: 13:00:28, igmp
(*, 226.1.1.1/32), uptime: 13:00:32, igmp ip pim
Incoming interface: Loopback1 (iod: 3), RPF nbr: 2.2.2.2
Outgoing interface list: (count: 1)
GigEther2/0/1 (iod 4), uptime: 13:00:32, igmp
(*, 228.2.2.2/32), uptime: 13:00:27, igmp ip pim
Incoming interface: Loopback1 (iod: 3), RPF nbr: 2.2.2.2
Outgoing interface list: (count: 1)
GigEther2/0/1 (iod 4), uptime: 13:00:27, igmp
(*, 232.0.0.0/8), uptime: 13:01:27, pim ip
Incoming interface: Null (iod: 0), RPF nbr: 0.0.0.0
Outgoing interface list: (count: 0)
Related Commands
Command
|
Description
|
show ip mroute summary
|
Displays summary information about IPv4 multicast routes.
|
show ip mroute summary
To display summary information about IPv4 multicast routes, use the show ip mroute summary command.
show ip mroute summary [count | software-forwarded]] [vrf {vrf-name | all}]
show ip mroute {group] summary [software-forwarded] [vrf {vrf-name | all}]
Syntax Description
count
|
(Optional) Displays only route counts.
|
software- forwarded
|
(Optional) Displays software-switched route counts only.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
group
|
Specifies a group address for a route.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command requires the Enterprise Services license.
Examples
This example shows how to display summary information about multicast routes:
switch(config)# show ip mroute summary
IP Multicast Routing Table for VRF "default"
Total number of routes: 6
Total number of (*,G) routes: 4
Total number of (S,G) routes: 1
Total number of (*,G-prefix) routes: 1
Group count: 4, rough average sources per group: 0.2
Group: 225.0.0.1/32, Source count: 0
Source packets bytes aps pps bit-rate oifs
Group: 225.0.1.1/32, Source count: 0
Source packets bytes aps pps bit-rate oifs
Group: 225.1.1.1/32, Source count: 1
Source packets bytes aps pps bit-rate oifs
Group: 226.1.1.1/32, Source count: 0
Source packets bytes aps pps bit-rate oifs
Group: 232.0.0.0/8, Source count: 0
Source packets bytes aps pps bit-rate oifs
Related Commands
Command
|
Description
|
show ip mroute
|
Displays information about IPv4 multicast routes.
|
show ip msdp count
To display information about Multicast Source Discovery Protocol (MSDP) counts, use the show ip msdp count command.
show ip msdp count [asn] [vrf {vrf-name | all}]
Syntax Description
asn
|
(Optional) Autonomous systems (AS) number.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command requires the Enterprise Services license.
Examples
This example shows how to display MSDP counts:
switch(config)# show ip msdp count
SA State per ASN, context "default" - 2134 total entries
<asn>: <(S,G) count>/<group count>
3: 5/4 8: 4/4 9: 7/6 12: 1/1
14: 18/14 17: 4/3 18: 11/3 25: 331/290
26: 10/6 27: 1/1 32: 4/4 38: 8/5
52: 11/2 55: 13/2 59: 12/9 70: 6/4
73: 10/10 81: 30/13 87: 1/1 103: 11/10
109: 46/23 111: 1/1 131: 21/3 137: 8/8
159: 9/6 160: 2/2 194: 2/1 195: 2/1
217: 1/1 224: 24/13 225: 1/1 237: 38/31
271: 8/7 291: 1/1 292: 2/2 293: 5/4
297: 6/6 549: 3/2 553: 1/1 559: 23/18
668: 2/1 680: 26/21 683: 16/10 704: 18/15
766: 18/17 776: 2/2 786: 123/49 818: 2/2
1103: 46/37 1161: 2/2 1224: 10/8 1239: 9/9
1273: 1/1 1312: 1/1 1657: 6/6 1706: 7/6
1725: 1/1 1739: 3/3 1741: 11/11 1742: 6/5
1835: 1/1 1851: 2/1 1935: 1/1 1998: 6/6
2055: 7/6 2107: 2/2 2152: 7/5 2200: 46/29
2259: 168/4 2381: 8/4 2422: 5/5 2594: 25/25
2607: 64/59 2611: 45/37 2637: 5/4 2701: 1/1
2852: 117/16 2914: 2/2 3323: 2/2 3582: 27/24
3676: 7/3 3685: 9/8 3851: 1/1 3912: 5/3
3948: 1/1 3999: 6/4 4130: 4/4 4201: 5/4
4385: 9/5 5050: 1/1 5408: 4/3 5520: 3/3
5640: 26/6 5661: 14/10 5664: 3/3 5719: 2/2
5739: 1/1 6192: 5/2 6200: 2/2 6263: 8/5
6360: 3/1 6366: 8/6 6481: 15/12 6509: 31/9
7082: 4/1 7212: 4/3 7377: 10/9 7539: 63/37
7570: 3/3 7571: 1/1 7572: 1/1 7575: 20/11
7610: 1/1 7660: 1/1 7774: 2/1 7896: 2/2
8071: 5/3 8111: 22/22 9112: 5/2 9270: 2/1
9821: 1/1 10546: 2/2 10764: 1/1 10886: 2/2
11050: 2/2 11078: 2/1 11279: 13/3 11537: 8/3
11546: 1/1 11808: 1/1 12005: 2/2 12173: 1/1
13476: 1/1 13501: 5/4 14077: 3/3 15474: 1/1
15725: 1/1 16430: 2/1 16517: 2/2 17055: 3/2
18047: 14/14 18062: 111/41 18297: 2/2 20965: 24/1
22168: 2/2 23366: 6/2 23504: 5/1 23719: 11/8
24433: 6/3 24434: 5/2 24437: 1/1 25656: 1/1
25689: 3/3 26002: 5/3 26367: 1/1 26934: 3/3
26971: 1/1 29825: 1/1 32666: 5/5 65028: 1/1
show ip msdp mesh-group
To display information about Multicast Source Discovery Protocol (MSDP) mesh groups, use the show ip msdp mesh-group command.
show ip msdp mesh-group [mesh-group] [vrf {vrf-name | all}]
Syntax Description
mesh-group
|
(Optional) Mesh group name.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command requires the Enterprise Services license.
Examples
This example shows how to display information about MSDP mesh groups:
switch(config)# show ip msdp mesh-group
MSDP Mesh-Group Membership for VRF "default"
Mesh-group: my_mesh_group
Peer: 192.168.1.10, AS: 8, description: engineering peer
show ip msdp peer
To display information about Multicast Source Discovery Protocol (MSDP) peers, use the show ip msdp peer command.
show ip msdp peer [peer-address] [vrf {vrf-name | all}]
Syntax Description
peer-address
|
(Optional) IP address of an MSDP peer.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command requires the Enterprise Services license.
Examples
This example shows how to display information about MSDP peers:
switch(config)# show ip msdp peer
MSDP peer 192.168.1.10 for VRF "default"
AS 8, local address: 192.168.1.222 (Ethernet2/11)
Description: engineering peer
Connection status: Listening
Uptime(Downtime): 01:14:30
Last reset reason: Connect source interface address changed
Keepalive Interval: 10 sec
Keepalive Timeout: 20 sec
Reconnection Interval: 20 sec
SA in: my_incoming_sa_policy, SA out: none
Member of mesh-group: my_mesh_group
Last messaged received: never
SAs: 0/0, SA-Requests: 0/0, SA-Responses: 0/0
Keepalives: 0/0, Notifications: 0/0
show ip msdp policy statistics sa-policy
To display information about Multicast Source Discovery Protocol (MSDP) Source-Active (SA) policies, use the show ip msdp policy statistics sa-policy command.
show ip msdp policy statistics sa-policy peer-address {in | out} [vrf {vrf-name}]
Syntax Description
peer-address
|
IP address of the MSDP peer for the SA policy.
|
in
|
Specifies the input policy.
|
out
|
Specifies the output policy.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command requires the Enterprise Services license.
Examples
This example shows how to display information about MSDP SA policies:
switch(config)# show ip msdp policy statistics sa-policy 192.168.1.10 in
C: No. of comparisions, M: No. of matches
route-map rmap1 permit 10
match ip multicast group 225.1.1.0/24 C: 0 M: 0
Total accept count for policy: 12
Total reject count for policy: 21
show ip msdp route
To display information about the Multicast Source Discovery Protocol (MSDP) Source-Active (SA) cache, use the show ip msdp route command.
show ip msdp route [{source [group]} | {group [source]}] [asn] [peer peer] [detail] [vrf {vrf-name
| all}]
Syntax Description
source
|
Source address for SA cache information.
|
group
|
(Optional) Group address for SA cache information.
|
asn
|
(Optional) AS number.
|
peer peer
|
(Optional) Specifies the IP address of a peer.
|
detail
|
(Optional) Displays detailed information.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
The show ip msdp sa-cache command is an alternative form of this command.
This command requires the Enterprise Services license.
Examples
This example shows how to display information about the MSDP SA cache:
switch(config)# show ip msdp route
MSDP SA Route Cache for Context "default" - 2138 entries
Source Group RP ASN Uptime
24.124.36.130 224.0.1.1 144.228.240.250 1239 17:35:19
64.104.160.29 224.0.1.1 204.69.199.17 109 17:35:19
128.59.21.232 224.0.1.1 128.59.0.51 14 03:33:59
128.117.37.217 224.0.1.1 128.117.243.9 194 04:07:17
128.117.37.220 224.0.1.1 128.117.243.9 194 04:08:45
129.49.88.9 224.0.1.1 199.109.44.1 5719 17:34:48
130.18.14.12 224.0.1.1 192.208.151.9 10546 17:35:19
130.37.20.4 224.0.1.1 145.145.255.6 1103 17:35:21
130.37.20.5 224.0.1.1 145.145.255.6 1103 17:35:21
130.37.20.7 224.0.1.1 145.145.255.6 1103 17:35:21
130.37.64.252 224.0.1.1 145.145.255.6 1103 17:35:21
130.88.20.1 224.0.1.1 194.66.25.224 786 17:35:19
130.159.54.4 224.0.1.1 194.81.62.54 786 17:35:19
130.159.228.48 224.0.1.1 194.81.62.54 786 17:35:19
130.159.248.12 224.0.1.1 194.81.62.54 786 17:35:19
132.234.1.1 224.0.1.1 132.234.251.232 7575 13:40:17
134.174.190.41 224.0.1.1 192.5.66.202 1742 17:34:45
Related Commands
Command
|
Description
|
clear ip msdp route
|
Clears routes in the MSDP Source-Active cache.
|
show ip msdp sa-cache
|
Displays information about the MSDP SA cache.
|
show ip msdp rpf
To display information about the Multicast Source Discovery Protocol (MSDP) next-hop autonomous system (AS) on the BGP path to an RP address, use the show ip msdp rpf command.
show ip msdp rpf rp-address [vrf {vrf-name all}]
Syntax Description
rp-address
|
IP address of the RP.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command requires the Enterprise Services license.
Examples
This example shows how to display information about MSDP RPF peers:
switch(config)# show ip msdp rpf 192.168.1.10
MSDP RPF-Peer for RP 192.168.1.10, VRF default:
Peer 192.168.1.10, mesh-group member of my_mesh_group
Peer 192.168.1.10, only MSDP peer configured, peer is RP
show ip msdp sa-cache
To display information about the Multicast Source Discovery Protocol (MSDP) Source-Active (SA) cache, use the show ip msdp sa-cache command.
show ip msdp {sa-cache | route} [{source [group]} | {group [source]}] [asn] [peer peer] [detail]
[vrf {vrf-name | all}]
Syntax Description
source
|
Source address for SA cache information.
|
group
|
(Optional) Group address for SA cache information.
|
asn
|
(Optional) AS number.
|
peer peer
|
(Optional) Specifies the IP address of a peer.
|
detail
|
(Optional) Displays detailed information.
|
vrf
|
(Optional) Applies to a virtual routing and forwarding (VRF) instance.
|
vrf-name
|
VRF name.
|
all
|
Specifies all VRFs.
|
Defaults
None
Command Modes
Any command mode
Supported User Roles
network-admin
network-operator
vdc-admin
vdc-operator
Command History