1.1.1 display igmp group
【命令】
display igmp [ all-instance | vpn-instance vpn-instance-name ] group [ group-address | interface interface-type interface-number ] [ static | verbose ] [ | { begin | exclude | include } regular-expression ]
【视图】
任意视图
【缺省级别】
1:监控级
【参数】
all-instance:指定所有VPN实例。
vpn-instance vpn-instance-name:指定VPN实例,vpn-instance-name表示MPLS L3VPN的VPN实例名称,为1~31个字符的字符串,区分大小写。
group-address:查看指定IGMP组的信息,取值范围为224.0.1.0~239.255.255.255。如果未指定本参数,将显示所有IGMP组的信息。
interface interface-type interface-number:查看指定接口上IGMP组的信息,interface-type interface-number表示接口类型和接口编号。如果未指定本参数,将显示所有接口上IGMP组的信息。
static:查看静态加入的IGMP组信息。如果未指定本参数,将只显示动态加入的IGMP组的信息。
verbose:查看IGMP组的详细信息。
|:使用正则表达式对显示信息进行过滤。有关正则表达式的详细介绍,请参见“基础配置指导”中的“CLI”。
begin:从包含指定正则表达式的行开始显示。
exclude:只显示不包含指定正则表达式的行。
include:只显示包含指定正则表达式的行。
regular-expression:表示正则表达式,为1~256个字符的字符串,区分大小写。
【描述】
display igmp group命令用来查看IGMP组的信息。
需要注意的是,如果未指定all-instance和vpn-instance参数,则只显示公网实例的相关信息。
【举例】
# 查看公网实例所有接口上动态加入的IGMP组信息。
<Sysname>display igmp group
Total 3 IGMP Group(s).
Interface group report information of VPN-Instance: public net
Ethernet1/1(10.10.1.20):
Total 3 IGMP Groups reported
Group Address Last Reporter Uptime Expires
225.1.1.1 10.10.1.10 00:02:04 00:01:15
225.1.1.3 10.10.1.10 00:02:04 00:01:15
225.1.1.2 10.10.1.10 00:02:04 00:01:17
# 查看公网实例中动态加入的IGMP组播组225.1.1.1的详细信息。
<Sysname> display igmp group 225.1.1.1 verbose
Interface group report information of VPN-Instance: public net
Ethernet1/1(10.10.1.20):
Total 3 IGMP Groups reported
Group: 225.1.1.1
Uptime: 00:00:34
Expires: 00:00:40
Last reporter: 10.10.1.10
Last-member-query-counter: 0
Last-member-query-timer-expiry: off
Group mode: exclude
Version1-host-present-timer-expiry: off
Version2-host-present-timer-expiry: off
表1-1 display igmp group命令显示信息描述表
暂无评论