debugging multicast ipv6 component history
命令功能
debugging multicast ipv6 component history命令用来打开IPv6组件子消息的记录开关。
undo debugging multicast ipv6 component history命令用来关闭IPv6组件子消息记录开关。
缺省情况下,IPv6组件子消息记录开关处于打开状态。
命令格式
debugging multicast ipv6 component history component-type { pimcore | pimagent | pimbsr | dgmp | mc | mcds } [ pid pid-value ] mainType main-type { number max-number | subType sub-type }
undo debugging multicast ipv6 component history component-type { pimcore | pimagent | pimbsr | dgmp | mc | mcds } [ pid pid-value ] mainType main-type subType sub-type
参数说明
参数 | 参数说明 | 取值 |
---|---|---|
component-type | 指定组件类型。
|
- |
pid pid-value | 指定组件PID。 |
十六进制形式,取值范围是0~FFFFFFFF。 |
mainType main-type | 指定组件的主消息类型。 |
整数形式,目前只有一种取值1,表示JOB。 |
number max-number | 指定组件主消息记录的最大个数。 |
整数形式,取值范围是0~10000。 |
subType sub-type | 指定组件的子消息类型。 |
整数形式,不同组件取值范围不一样,具体如下:
|
使用指南
debugging multicast ipv6 component history命令用来设置IPv6组件子消息记录的开关和IPv6组件主消息记录的最大个数。通过display multicast ipv6 component history switch命令可以查看IPv6组件消息的记录开关打开和关闭情况。
使用实例
# 打开IPv6 Pimcore组件子消息记录的开关。
<HUAWEI> system-view [~HUAWEI] diagnose [~HUAWEI-diagnose] debugging multicast ipv6 component history component-type pimcore mainType 1 subType 1
# 设置IPv6 Pimcore组件主消息记录的最大个数。
<HUAWEI> system-view [~HUAWEI] diagnose [~HUAWEI-diagnose] debugging multicast ipv6 component history component-type pimcore mainType 1 number 10