< Home

display igmp ssm-mapping

Function

The display igmp ssm-mapping command displays SSM mapping information and whether IGMP SSM mapping is configured on a specific interface.

Format

display igmp [ vpn-instance vpn-instance-name | all-instance ] ssm-mapping { group [ group-address ] | interface [ interface-type interface-number ] }

Parameters

Parameter Description Value
vpn-instance vpn-instance-name Specifies a VPN instance. vpn-instance-name specifies the name of the VPN instance. The name is a string of 1 to 31 characters.
all-instance Indicates all the instances. -
group group-address

Displays the SSM mapping entry to which a specified group corresponds on the FW. group-address specifies the group address in dotted decimal notation.

The address is in dotted decimal notation.The value ranges from 224.0.0.0 to 239.255.255.255.
interface interface-type interface-number

Displays whether a specified interface is enabled with IGMP SSM mapping.

-

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

By default, the SSM group address ranges from 232.0.0.0 to 232.255.255.255. You can specify the SSM group addresses that fall outside this range with the ssm-policy command, and configure static SSM mapping rules with the ssm-mapping command.

When the display igmp ssm-mapping command is used, the following situations occur:

  • If neither vpn-instance nor all-instance is not specified, only the public network instance is displayed.

  • If group-address is specified, only the SSM mapping entry to which the group corresponds is displayed.

  • If interface interface-type interface-number is specified, only whether the interface is enabled with SSM mapping is displayed. If the interface is not enabled with IGMP SSM mapping or the status of the interface is Down, the failure prompt is displayed.

Example

# Display the SSM mapping entries of all source addresses or group addresses in the public network instance.

<sysname> display igmp ssm-mapping group 
IGMP SSM-Mapping conversion table of VPN-Instance: public net
 Total 2 entries    2 entries matched
 
 00001. (10.1.0.2, 225.1.1.0/24)

 00002. (10.1.0.2, 239.255.255.0/24)


 Total 2 entries matched
Table 1 Description of the display igmp ssm-mapping group command output

Item

Description

IGMP SSM mapping conversion table of VPN-Instance

Indicates the VPN instance to which the IGMP SSM mapping switching table belongs.

Total 2 entries 2 entries matched

Indicates the total number of entries configured with SSM mapping and the number of entries matching query conditions.

00001. (10.1.0.2, 225.1.1.0/24)

Indicates the number of entry, (S,G) entry.

Total 2 entries matched

Indicates the number of SSM mapping entries matching the query conditions.

# Display the SSM mapping entry to which group address 232.1.1.1 corresponds in the public network instance.

<sysname> display igmp ssm-mapping group 232.1.1.1
IGMP SSM-Mapping conversion table of VPN-Instance: public net
 Total 1 entry    1 entry matched

 00001. (10.1.0.2, 232.1.1.1)


 Total 1 entry matched
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >