04-IP Multicast Volume

HomeSupportSwitchesH3C S7500E Switch SeriesReference GuidesCommand ReferencesH3C S7500E Series Ethernet Switches Command Manual(Release 6300 series V1.03)04-IP Multicast Volume
11-IPv6 PIM Commands
Title Size Download
11-IPv6 PIM Commands 202.81 KB

Table of Contents

1 IPv6 PIM Configuration Commands· 1-1

IPv6 PIM Configuration Commands· 1-1

bsr-policy (IPv6 PIM view) 1-1

c-bsr (IPv6 PIM view) 1-2

c-bsr hash-length (IPv6 PIM view) 1-2

c-bsr holdtime (IPv6 PIM view) 1-3

c-bsr interval (IPv6 PIM view) 1-4

c-bsr priority (IPv6 PIM view) 1-5

c-rp (IPv6 PIM view) 1-5

c-rp advertisement-interval (IPv6 PIM view) 1-6

c-rp holdtime (IPv6 PIM view) 1-7

crp-policy (IPv6 PIM view) 1-8

display pim ipv6 bsr-info· 1-8

display pim ipv6 claimed-route· 1-10

display pim ipv6 control-message counters· 1-11

display pim ipv6 grafts· 1-13

display pim ipv6 interface· 1-14

display pim ipv6 join-prune· 1-15

display pim ipv6 neighbor 1-17

display pim ipv6 routing-table· 1-18

display pim ipv6 rp-info· 1-20

embedded-rp· 1-21

hello-option dr-priority (IPv6 PIM view) 1-22

hello-option holdtime (IPv6 PIM view) 1-23

hello-option lan-delay (IPv6 PIM view) 1-24

hello-option neighbor-tracking (IPv6 PIM view) 1-24

hello-option override-interval (IPv6 PIM view) 1-25

holdtime assert (IPv6 PIM view) 1-26

holdtime join-prune (IPv6 PIM view) 1-26

jp-pkt-size (IPv6 PIM view) 1-27

jp-queue-size (IPv6 PIM view) 1-27

pim ipv6· 1-28

pim ipv6 bsr-boundary· 1-29

pim ipv6 dm·· 1-29

pim ipv6 hello-option dr-priority· 1-30

pim ipv6 hello-option holdtime· 1-31

pim ipv6 hello-option lan-delay· 1-31

pim ipv6 hello-option neighbor-tracking· 1-32

pim ipv6 hello-option override-interval 1-33

pim ipv6 holdtime assert 1-33

pim ipv6 holdtime join-prune· 1-34

pim ipv6 require-genid· 1-35

pim ipv6 sm·· 1-35

pim ipv6 state-refresh-capable· 1-36

pim ipv6 timer graft-retry· 1-36

pim ipv6 timer hello· 1-37

pim ipv6 timer join-prune· 1-38

pim ipv6 triggered-hello-delay· 1-38

probe-interval (IPv6 PIM view) 1-39

register-policy (IPv6 PIM view) 1-39

register-suppression-timeout (IPv6 PIM view) 1-40

register-whole-checksum (IPv6 PIM view) 1-41

reset pim ipv6 control-message counters· 1-41

source-lifetime (IPv6 PIM view) 1-42

source-policy (IPv6 PIM view) 1-42

spt-switch-threshold infinity (IPv6 PIM view) 1-43

ssm-policy (IPv6 PIM view) 1-44

state-refresh-hoplimit 1-45

state-refresh-interval (IPv6 PIM view) 1-46

state-refresh-rate-limit (IPv6 PIM view) 1-46

static-rp (IPv6 PIM view) 1-47

timer hello (IPv6 PIM view) 1-48

timer join-prune (IPv6 PIM view) 1-49

 


 

The term “router” in this document refers to a router in a generic sense or a Layer 3 switch running IPv6 PIM.

 

IPv6 PIM Configuration Commands

bsr-policy (IPv6 PIM view)

Syntax

bsr-policy acl6-number

undo bsr-policy

View

IPv6 PIM view

Default Level

2: System level

Parameters

acl6-number: Basic IPv6 ACL number, in the range of 2000 to 2999. When an IPv6 ACL is defined, the source keyword in the rule command specifies a legal BSR source IPv6 address range.

Description

Use the bsr-policy command to configure a legal BSR address range to guard against BSR spoofing.

Use the undo bsr-policy command to remove the restriction of the BSR address range.

By default, there are no restrictions on the BSR address range, namely the BSR messages from any source are regarded to be eligible.

Examples

# Configure a legal BSR address range so that only routers on the segment 2001::2/64 can become the BSR.

<Sysname> system-view

[Sysname] acl ipv6 number 2000

[Sysname-acl6-basic-2000] rule permit source 2001::2 64

[Sysname-acl6-basic-2000] quit

[Sysname] pim ipv6

[Sysname-pim6] bsr-policy 2000

c-bsr (IPv6 PIM view)

Syntax

c-bsr ipv6-address [ hash-length [ priority ] ]

undo c-bsr

View

IPv6 PIM view

Default Level

2: System level

Parameters

ipv6-address: IPv6 address of the interface that is to act as a C-BSR.

hash-length: Hash mask length, in the range of 0 to 128. If you do not include this keyword in your command, the corresponding global setting will be used.

priority: Priority of the C-BSR, in the range of 0 to 255. If you do not include this keyword in your command, the corresponding global setting will be used. A larger value means a higher priority.

Description

Use the c-bsr command to configure the specified interface a C-BSR.

Use the undo c-bsr command to remove the related C-BSR configuration.

No C-BSR is configured by default.

Note that IPv6 PIM-SM must be enabled on the interface to be configured as a C-BSR.

Related commands: pim ipv6 sm, c-bsr hash-length, c-bsr priority, c-rp.

Examples

# Configure the interface with an IPv6 address of 1101::1 as a C-BSR.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] c-bsr 1101::1

c-bsr hash-length (IPv6 PIM view)

Syntax

c-bsr hash-length hash-length

undo c-bsr hash-length

View

IPv6 PIM view

Default Level

2: System level

Parameters

hash-length: Hash mask length, in the range of 0 to 128.

Description

Use the c-bsr hash-length command to configure the global Hash mask length.

Use the undo c-bsr hash-length command to restore the system default.

By default, the Hash mask length is 126.

Related commands: c-bsr.

Examples

# Set the global Hash mask length to 16.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] c-bsr hash-length 16

c-bsr holdtime (IPv6 PIM view)

Syntax

c-bsr holdtime interval

undo c-bsr holdtime

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: BS timeout in seconds, in the range of 1 to 2,147,483,647.

Description

Use the c-bsr holdtime command to configure the BS timeout, namely the length of time for which the C-BSRs wait for a bootstrap message from the BSR.

Use the undo c-bsr holdtime command to restore the system default.

By default, the BS timeout value is determined by this formula: BS timeout = BS period × 2 + 10.

 

 

The default BS period is 60 seconds, so the default BS timeout = 60 × 2 + 10 = 130 (seconds).

 

Related commands: c-bsr, c-bsr interval.

Examples

# Set the BS timeout to 150 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] c-bsr holdtime 150

c-bsr interval (IPv6 PIM view)

Syntax

c-bsr interval interval

undo c-bsr interval

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: BS period in seconds, with an effective range of 1 to 2,147,483,647.

Description

Use the c-bsr interval command to configure the BS period, namely the interval at which the BSR sends bootstrap messages.

Use the undo c-bsr interval command to restore the system default.

By default, the BS period value is determined by this formula: BS period = (BS timeout – 10) / 2.

 

 

The default BS timeout is 130 seconds, so the default BS period = (130 – 10) / 2 = 60 (seconds).

 

Related commands: c-bsr, c-bsr holdtime.

Examples

# Set the BS period to 30 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] c-bsr interval 30

c-bsr priority (IPv6 PIM view)

Syntax

c-bsr priority priority

undo c-bsr priority

View

IPv6 PIM view

Default Level

2: System level

Parameters

priority: Priority of the C-BSR, in the range of 0 to 255. A larger value means a higher priority.

Description

Use the c-bsr priority command to configure the global C-BSR priority.

Use the undo c-bsr priority command to restore the system default.

By default, the C-BSR priority is 0.

Related commands: c-bsr.

Examples

# Set the global C-BSR priority to 5.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] c-bsr priority 5

c-rp (IPv6 PIM view)

Syntax

c-rp ipv6-address [ group-policy acl6-number | priority priority | holdtime hold-interval | advertisement-interval adv-interval ] *

undo c-rp ipv6-address

View

IPv6 PIM view

Default Level

2: System level

Parameters

ipv6-address: IPv6 address of the interface that is to act as a C-RP.

acl6-number: Basic IPv6 ACL number, in the range of 2000 to 2999. This IPv6 ACL defines a range of IPv6 multicast groups the C-RP is going to serve, rather than defining a filtering rule. Any IPv6 multicast group range that matches the permit statement in the ACL will be advertised as an RP served group, while configurations matching other statements like deny will not take effect.

priority: Priority of the C-RP, in the range of 0 to 255 and defaulting to 0. A larger value means a lower priority.

hold-interval: C-RP timeout time, in seconds. The effective range is 1 to 65,535. If you do not include this argument in your command, the corresponding global setting will be used.

adv-interval: C-RP-Adv interval in seconds, with an effective range of 1 to 65,535. If you do not include this argument in your command, the corresponding global setting will be used.

Description

Use the c-rp command to configure the specified interface as a C-RP.

Use the undo c-rp command to remove the related C-RP configuration.

No C-RPs are configured by default.

Note that:

l          IPv6 PIM-SM must be enabled on the interface to be configured as a C-RP.

l          If you do not specify an IPv6 multicast group range for the C-RP, the C-RP will serve all IPv6 multicast groups.

l          If you wish a router to be a C-RP for multiple group ranges, you need to include these group ranges in multiple rules in the IPv6 ACL corresponding to the group-policy keyword.

l          If you carry out this command repeatedly on the same interface, the last configuration will take effect.

Related commands: c-bsr.

Examples

# Configure the interface with the IPv6 address of 2001::1 to be a C-RP for IPv6 multicast group FF0E:0:1391::/96, with a priority of 10.

<Sysname> system-view

[Sysname] acl ipv6 number 2000

[Sysname-acl6-basic-2000] rule permit source ff0e:0:1391:: 96

[Sysname-acl6-basic-2000] quit

[Sysname] pim ipv6

[Sysname-pim6] c-rp 2001::1 group-policy 2000 priority 10

c-rp advertisement-interval (IPv6 PIM view)

Syntax

c-rp advertisement-interval interval

undo c-rp advertisement-interval

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: C-RP-Adv interval in seconds, with an effective range of 1 to 65,535.

Description

Use the c-rp advertisement-interval command to configure the interval at which C-RP-Adv messages are sent.

Use the undo c-rp advertisement-interval command to restore the system default.

By default, the C-RP-Adv interval is 60 seconds.

Related commands: c-rp.

Examples

# Set the global C-RP-Adv interval to 30 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] c-rp advertisement-interval 30

c-rp holdtime (IPv6 PIM view)

Syntax

c-rp holdtime interval

undo c-rp holdtime

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: C-RP timeout in seconds, with an effective range of 1 to 65,535.

Description

Use the c-rp holdtime command to configure the global C-RP timeout time, namely the length of time for which the BSR waits for a C-RP-Adv message from C-RPs.

Use the undo c-rp holdtime command to restore the system default.

By default, the C-RP timeout time is 150 seconds.

Because a non-BSR router refreshes its C-RP timeout time through bootstrap messages, to prevent loss of C-RP information in bootstrap messages, make sure that the C-RP timeout time is not smaller than the interval at which the BSR sends bootstrap messages. The recommended C-RP timeout setting is 2.5 times the BS period or longer.

Related commands: c-rp, c-bsr interval.

Examples

# Set the global C-RP timeout time to 200 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] c-rp holdtime 200

crp-policy (IPv6 PIM view)

Syntax

crp-policy acl6-number

undo crp-policy

View

IPv6 PIM view

Default Level

2: System level

Parameters

acl6-number: Advanced IPv6 ACL number, in the range of 3000 to 3999. When the IPv6 ACL is defined, the source keyword in the rule command specifies the IPv6 address of a C-RP and the destination keyword specifies the IPv6 address range of the IPv6 multicast groups that the C-RP will serve.

Description

Use the crp-policy command to configure a legal C-RP address range and the range of served IPv6 multicast groups, so as to guard against C-RP spoofing.

Use the undo crp-policy command to remove the restrictions in C-RP address ranges and the ranges of served IPv6 multicast groups.

By default, there are no restrictions on C-RP address ranges and the address ranges of served groups, namely all received C-RP messages are assumed to be legal.

Note that the crp-policy command filters the IPv6 multicast group ranges advertised by C-RPs based on the group prefixes. For example, if the IPv6 multicast group range advertised by a C-RP is FF0E:0:1::/96 while the legal IPv6 multicast group range defined by the crp-policy command is FF0E:0:1::/120, the IPv6 multicast groups in the range of FF0E:0:1::/96 are allowed to pass.

Related commands: c-rp.

Examples

# Configure a C-RP address range so that only routers in the address range of 2001::2/64 can be C-RPs.

<Sysname> system-view

[Sysname] acl ipv6 number 3000

[Sysname-acl6-adv-3000] rule permit ipv6 source 2001::2 64

[Sysname-acl6-adv-3000] quit

[Sysname] pim ipv6

[Sysname-pim6] crp-policy 3000

display pim ipv6 bsr-info

Syntax

display pim ipv6 bsr-info

View

Any view

Default Level

1: Monitor level

Parameters

None

Description

Use the display pim ipv6 bsr-info command to view the BSR information in the IPv6 PIM domain and the locally configured C-RP information in effect.

Related commands: c-bsr, c-rp.

Examples

# View the BSR information in the IPv6 PIM-SM domain and the locally configured C-RP information in effect.

<Sysname> display pim ipv6 bsr-info

 Elected BSR Address: 2004::2

     Priority: 0

     Hash mask length: 126

     State: Elected

     Uptime: 00:01:10

     Next BSR message scheduled at: 00:00:48

 Candidate BSR Address: 2004::2

     Priority: 0

     Hash mask length: 126

     State: Elected

 

 Candidate RP: 2001::1(LoopBack1)

     Priority: 0

     HoldTime: 130

     Advertisement Interval: 60

     Next advertisement scheduled at: 00:00:48

 Candidate RP: 2002::1(Vlan-interface1)

     Priority: 20

     HoldTime: 90

     Advertisement Interval: 50

     Next advertisement scheduled at: 00:00:28

 Candidate RP: 2003::1(Vlan-interface2)

     Priority: 0

     HoldTime: 80

     Advertisement Interval: 60

     Next advertisement scheduled at: 00:00:48

Table 1-1 display pim ipv6 bsr-info command output description

Field

Description

Elected BSR Address

IPv6 address of the elected BSR

Candidate BSR Address

Address of the candidate BSR

Priority

BSR priority

Hash mask length

Hash mask length

State

BSR state

Uptime

Length of time since this BSR was elected

Next BSR message scheduled at

Remaining time of this BSR

Candidate RP

Address of the C-RP

Priority

Priority of the C-RP

HoldTime

Timeout time of the C-RP

Advertisement Interval

Interval between C-RP-Adv messages

Next BSR message scheduled at

Remaining time before the C-RP will send the next C-RP-Adv message

 

display pim ipv6 claimed-route

Syntax

display pim ipv6 claimed-route [ ipv6-source-address ]

View

Any view

Default Level

1: Monitor level

Parameters

ipv6-source-address: Displays the information of the IPv6 unicast route to a particular IPv6 multicast source. If you do not provide this argument, this command will display the information about all IPv6 unicast routes used by IPv6 PIM.

Description

Use the display pim ipv6 claimed-route command to view the information of IPv6 unicast routes used by IPv6 PIM.

If an (S, G) is marked SPT, this (S, G) entry uses an IPv6 unicast route.

Examples

# View the information of all IPv6 unicast routes used by IPv6 PIM.

<Sysname> display pim ipv6 claimed-route

 RPF information about: 2001::2

     RPF interface: Vlan-interface1, RPF neighbor: FE80::A01:100:1

     Referenced prefix/prefix length: 2001::/64

     Referenced route type: igp

     RPF-route selecting rule: preference-preferred

     The (S, G) or (*, G) list dependent on this route entry

     (2001::2, FF03::101)

Table 1-2 display pim ipv6 claimed-route command output description

Field

Description

RPF information about: 2001::2

Information of the RPF route to IPv6 multicast source 2001::2

RPF interface

RPF interface type and number

RPF neighbor

IPv6 address of the RPF neighbor

Referenced prefix/prefix length

Address/mask of the reference route

Referenced route type

Type of the referenced route:

l      igp: IGP IPv6 unicast route

l      egp: EGP IPv6 unicast route

l      unicast (direct): Direct IPv6 unicast route

l      unicast: Other IPv6 unicast route (such as IPv6 static unicast route)

l      mbgp: IPv6 MBGP route

RPF-route selecting rule

Rule of RPF route selection

The (S,G) or (*,G) list dependent on this route entry

(S, G) or (*, G) entry list dependent on this RPF route

 

display pim ipv6 control-message counters

Syntax

display pim ipv6 control-message counters [ message-type { probe | register | register-stop } | [ interface interface-type interface-number | message-type { assert | bsr | crp | graft | graft-ack | hello | join-prune | state-refresh } ] * ]

View

Any view

Default Level

1: Monitor level

Parameters

probe: Displays the number of null register messages.

register: Displays the number of register messages.

register-stop: Displays the number of register-stop messages.

interface-type interface-number: Displays the number of IPv6 PIM control messages on the specified interface.

assert: Displays the number of assert messages.

bsr: Displays the number of bootstrap messages.

crp: Displays the number of C-RP-Adv messages.

graft: Displays the number of graft messages.

graft-ack: Displays the number of graft-ack messages.

hello: Displays the number of hello messages.

join-prune: Displays the number of join/prune messages.

state-refresh: Displays the number of state refresh messages.

Description

Use the display pim ipv6 control-message counters command to view the statistics information of IPv6 PIM control messages.

Examples

# View the statistics information of all types of IPv6 PIM control messages on all interfaces.

<Sysname> display pim ipv6 control-message counters

 PIM global control-message counters:

                  Received         Sent             Invalid

 Register         20               37               2

 Register-Stop    25               20               1

 Probe            10               5                0

 

 PIM control-message counters for interface: Vlan-interface1

                  Received         Sent             Invalid

 Assert           10               5                0

 Graft            20               37               2

 Graft-Ack        25               20               1

 Hello            1232             453              0

 Join/Prune       15               30               21

 State-Refresh    8                7                1

 BSR              3243             589              1

 C-RP             53               32               0

Table 1-3 display pim ipv6 control-message counters command output description

Field

Description

PIM global control-message counters

Statistics of IPv6 PIM global control messages

PIM control-message counters for interface

Interface for which IPv6 PIM control messages were counted

Received

Number of messages received

Sent

Number of messages sent

Invalid

Number of invalid messages

Register

Register messages

Register-Stop

Register-stop messages

Probe

Null register messages

Assert

Assert messages

Graft

Graft messages

Graft-Ack

Graft-ack messages

Hello

Hello messages

Join/Prune

Join/prune messages

State Refresh

State refresh messages

BSR

Bootstrap messages

C-RP

C-RP-Adv messages

 

display pim ipv6 grafts

Syntax

display pim ipv6 grafts

View

Any view

Default Level

1: Monitor level

Parameters

None

Description

Use the display pim ipv6 grafts command to view the information about unacknowledged graft messages.

Examples

# View the information about unacknowledged graft messages.

<Sysname> display pim ipv6 grafts

 Source             Group             Age           RetransmitIn

 1004::2            ff03::101         00:00:24      00:00:02

Table 1-4 display pim ipv6 grafts command output description

Field

Description

Source

IPv6 multicast source address in the graft message

Group

IPv6 multicast group address in the graft message

Age

Time in which the graft message will get aged out, in hours:minutes:seconds

RetransmitIn

Time in which the graft message will be retransmitted, in hours:minutes:seconds

 

display pim ipv6 interface

Syntax

display pim ipv6 interface [ interface-type interface-number ] [ verbose ]

View

Any view

Default Level

1: Monitor level

Parameters

interface-type interface-number: Displays the IPv6 PIM information on a particular interface.

verbose: Displays the detailed PIM information.

Description

Use the display pim ipv6 interface command to view the IPv6 PIM information on the specified interface or all interfaces.

Examples

# View the detailed IPv6 PIM information on Vlan-interface1.

<Sysname> display pim ipv6 interface Vlan-interface 1 verbose

 Interface: Vlan-interface1, FE80::200:5EFF:FE04:8700

     PIM version: 2

     PIM mode: Sparse

     PIM DR: FE80::200:AFF:FE01:101

     PIM DR Priority (configured): 1

     PIM neighbor count: 1

     PIM hello interval: 30 s

     PIM LAN delay (negotiated): 500 ms

     PIM LAN delay (configured): 500 ms

     PIM override interval (negotiated): 2500 ms

     PIM override interval (configured): 2500 ms

     PIM neighbor tracking (negotiated): disabled

     PIM neighbor tracking (configured): disabled

     PIM generation ID: 0xF5712241

     PIM require generation ID: disabled

     PIM hello hold interval: 105 s

     PIM assert hold interval: 180 s

     PIM triggered hello delay: 5 s

     PIM J/P interval: 60 s

     PIM J/P hold interval: 210 s

     PIM BSR domain border: disabled

     Number of routers on network not using DR priority: 0

     Number of routers on network not using LAN delay: 0

     Number of routers on network not using neighbor tracking: 2

Table 1-5 display pim ipv6 interface command output description

Field

Description

Interface

Interface name and its IPv6 address

PIM version

IPv6 PIM version

PIM mode

IPv6 PIM mode, dense or sparse

PIM DR

IPv6 address of the DR

PIM DR Priority (configured)

Priority for DR election

PIM neighbor count

Total number of IPv6 PIM neighbors

PIM hello interval

Interval between IPv6 PIM hello messages

PIM LAN delay (negotiated)

Negotiated prune delay

PIM LAN delay (configured)

Configured prune delay

PIM override interval (negotiated)

Negotiated prune override interval

PIM override interval (configured)

Configured prune override interval

PIM neighbor tracking (negotiated)

Negotiated neighbor tracking status (enabled/disabled)

PIM neighbor tracking (configured)

Configured neighbor tracking status (enabled/disabled)

PIM generation ID

Generation_ID value

PIM require generation ID

Rejection of Hello messages without Generation_ID (enabled/disabled)

PIM hello hold interval

IPv6 PIM neighbor timeout time

PIM assert hold interval

Assert timeout time

PIM triggered hello delay

Maximum delay of sending hello messages

PIM J/P interval

Join/prune interval

PIM J/P hold interval

Join/prune timeout time

PIM BSR domain border

Status of PIM domain border configuration (enabled/disabled)

Number of routers on network not using DR priority

Number of routers not using the DR priority field on the subnet where the interface resides

Number of routers on network not using LAN delay

Number of routers not using the LAN delay field on the subnet where the interface resides

Number of routers on network not using neighbor tracking

Number of routers not using neighbor tracking on the subnet where the interface resides

 

display pim ipv6 join-prune

Syntax

display pim ipv6 join-prune mode { sm [ flags flag-value ] | ssm } [ interface interface-type interface-number | neighbor ipv6-neighbor-address ] * [ verbose ]

View

Any view

Default Level

1: Monitor level

Parameters

mode: Displays the information of join/prune messages to send in the specified IPv6 PIM mode. IPv6 PIM modes include sm and ssm, which represent IPv6 PIM-SM and IPv6 PIM-SSM respectively.

flags flag-value: Specifies to display IPv6 PIM routing entries containing the specified flag(s).Values and meanings of flag-value are as follows:

l          rpt: Specifies routing entries on the RPT.

l          spt: Specifies routing entries on the SPT.

l          wc: Specifies wildcard routing entries.

interface-type interface-number: Displays the information of join/prune messages to send on the specified interface.

ipv6-neighbor-address: Displays the information of join/prune messages to send to the specified IPv6 PIM neighbor.

verbose: Displays the detailed information of join/prune messages to send.

Description

Use the display pim join-prune command to view the information about the join/prune messages to send.

Examples

# View the information of join/prune messages to send in the IPv6 PIM-SM mode.

<Sysname> display pim ipv6 join-prune mode sm

 

 Expiry Time: 50 sec

 Upstream nbr: FE80::2E0:FCFF:FE03:1004 (Vlan-interface1)

 1 (*, G) join(s), 0 (S, G) join(s), 1 (S, G, rpt) prune(s)

-------------------------------------------------------------------------

 Total (*, G) join(s): 1, (S, G) join(s): 0, (S, G, rpt) prune(s): 1

Table 1-6 display pim join-prune command output description

Field

Description

Expiry Time:

Expiry time of sending join/prune messages

Upstream nbr:

IPv6 address of the upstream IPv6 PIM neighbor and the interface connecting to it

(*, G) join(s)

Number of (*, G) joins to send

(S, G) join(s)

Number of (S, G) joins to send

(S, G, rpt) prune(s)

Number of (S, G, rpt) prunes

 

display pim ipv6 neighbor

Syntax

display pim ipv6 neighbor [ interface interface-type interface-number | ipv6-neighbor-address | verbose ] *

View

Any view

Default Level

1: Monitor level

Parameters

interface-type interface-number: Displays the IPv6 PIM neighbor information on a particular interface.

ipv6-neighbor-address: Displays the information of a particular IPv6 PIM neighbor.

verbose: Displays the detailed IPv6 PIM neighbor information.

Description

Use the display pim ipv6 neighbor command to view the IPv6 PIM neighbor information.

Examples

# View the information of all IPv6 PIM neighbors.

<Sysname> display pim ipv6 neighbor

 Total Number of Neighbors = 2

 

 Neighbor           Interface           Uptime   Expires  Dr-Priority

 FE80::A01:101:1    Vlan1              02:50:49 00:01:31 1

 FE80::A01:102:1    Vlan2              02:49:39 00:01:42 1

# View the detailed information of the IPv6 PIM neighbor whose IPv6 address is FE80::1.

<Sysname> display pim ipv6 neighbor fe80::1 verbose

Neighbor: FE80:: 1

     Interface: Vlan-interface3

     Uptime: 00:00:10

     Expiry time: 00:00:30

     DR Priority: 1

     Generation ID: 0x2ACEFE15

     Holdtime: 105 s

     LAN delay: 500 ms

     Override interval: 2500 ms

     State refresh interval: 60 s

     Neighbor tracking: Disabled

Table 1-7 display pim ipv6 neighbor command output description

Field

Description

Total Number of Neighbors

Total number of IPv6 PIM neighbors

Neighbor

IPv6 address of the PIM neighbor

Interface

Interface connecting the IPv6 PIM neighbor

Uptime

Length of time since the IPv6 PIM neighbor was discovered

Expires/Expiry time

Remaining time of the IPv6 PIM neighbor; “never” means that the IPv6 PIM neighbor is always up and reachable.

Dr-Priority/DR Priority

Priority of the IPv6 PIM neighbor

Generation ID

Generation ID of the IPv6 PIM neighbor (a random value indicating status change of the IPv6 PIM neighbor)

Holdtime

Holdtime of the IPv6 PIM neighbor; “forever” means that the IPv6 PIM neighbor is always up and reachable

LAN delay

Prune delay

Override interval

Prune override interval

State refresh interval

Interval of sending state refresh messages

Neighbor tracking

Neighbor tracking status (enabled/disabled)

 

display pim ipv6 routing-table

Syntax

display pim ipv6 routing-table [ ipv6-group-address [ prefix-length ] | ipv6-source-address [ prefix-length ] | incoming-interface [ interface-type interface-number | register ] | outgoing-interface { include | exclude | match } { interface-type interface-number | register } | mode mode-type | flags flag-value | fsm ] *

View

Any view

Default Level

1: Monitor level

Parameters

ipv6-group-address: Specifies an IPv6 multicast group by its address, in the range of FFxy::/16, where x and y represent any hexadecimal number between 0 and F, inclusive.

ipv6-source-address: Specifies an IPv6 multicast source by its IPv6 address.

prefix-length: Prefix length of the IPv6 multicast group/source address prefix. For an IPv6 multicast group address, the effective range is 8 to 128 and the default value is 128; for an IPv6 multicast source address, the effective range is 0 to 128 and the default value is 128.

incoming-interface: Displays routing entries that contain the specified interface as the incoming interface.

interface-type interface-number: Specifies an interface by its type and number.

register: Specifies the register interface. This keyword is valid only if mode-type is not specified or is sm.

outgoing-interface: Displays routing entries that contain the specified interface as the outgoing interface.

include: Displays routing entries of which the outgoing interface list includes the specified interface.

exclude: Displays routing entries of which the outgoing interface list excludes the specified interface.

match: Displays routing entries of which the outgoing interface list includes only the specified interface.

mode mode-type: Specifies an IPv6 PIM mode, where mode-type can have the following values:

l          dm: Specifies IPv6 PIM-DM.

l          sm: Specifies IPv6 PIM-SM.

l          ssm: Specifies IPv6 PIM-SSM.

flags flag-value: Displays IPv6 PIM routing entries containing the specified flag(s). The values of flag-value and their meanings are as follows:

l          act: Specifies IPv6 multicast routing entries to which actual data has arrived.

l          del: Specifies IPv6 multicast routing entries scheduled to be deleted.

l          exprune: Specifies multicast routing entries containing outgoing interfaces pruned by other IPv6 multicast routing protocols.

l          ext: Specifies IPv6 routing entries containing outgoing interfaces provided by other IPv6 multicast routing protocols.

l          loc: Specifies IPv6 multicast routing entries on routers directly connecting to the same subnet with the IPv6 multicast source.

l          niif: Specifies IPv6 multicast routing entries containing unknown incoming interfaces.

l          nonbr: Specifies routing entries with IPv6 PIM neighbor searching failure.

l          rpt: Specifies routing entries on RPT branches where (S, G) prunes have been sent to the RP.

l          spt: Specifies routing entries on the SPT.

l          swt: Specifies routing entries in the process of RPT-to-SPT switchover.

l          wc: Specifies wildcard routing entries.

fsm: Displays the detailed information of the finite state machine (FSM).

Description

Use the display pim ipv6 routing-table command to view IPv6 PIM routing table information.

Related commands: display ipv6 multicast routing-table in the IPv6 Multicast Routing and Forwarding Commands in the IP Multicast Volume.

Examples

# View the content of the IPv6 PIM routing table.

<Sysname> display pim ipv6 routing-table

 Total 0 (*, G) entry; 1 (S, G) entry

 

 (2001::2, FFE3::101)

     Protocol: pim-dm, Flag:

     UpTime: 00:04:24

     Upstream interface: Vlan-interface1

         Upstream neighbor: FE80::A01:100:1

         RPF prime neighbor: FE80::A01:100:1

     Downstream interface(s) information:

     Total number of downstreams: 1

         1: Vlan-interface2

             Protocol: pim-dm, UpTime: 00:04:24, Expires: 00:02:47

Table 1-8 display pim ipv6 routing-table command output description

Field

Description

Total 0 (*, G) entry; 1 (S, G) entry

Number of (S, G) and (*, G) entries in the IPv6 PIM routing table

(2001::2, FFE3::101)

An (S, G) entry in the IPv6 PIM routing table

Protocol

IPv6 PIM mode, IPv6 PIM-SM or IPv6 PIM-DM

Flag

Flag of the (S, G) or (*, G) entry in the IPv6 PIM routing table

Uptime

Length of time since the (S, G) or (*, G) entry was installed

Upstream interface

Upstream (incoming) interface of the (S, G) or (*, G) entry

Upstream neighbor

Upstream neighbor of the (S, G) or (*, G) entry

RPF prime neighbor

RPF neighbor of the (S, G) or (*, G) entry

l      For a (*, G) entry, if this router is the RP, the RPF neighbor of this (*, G) entry is NULL.

l      For a (S, G) entry, if this router directly connects to the IPv6 multicast source, the RPF neighbor of this (S, G) entry is NULL.

Downstream interface(s) information

Information of the downstream interface(s), including:

l      Number of downstream interfaces

l      Downstream interface name

l      Protocol type configured on the downstream interface

l      Uptime of the downstream interface(s)

l      Expiry time of the downstream interface(s)

 

display pim ipv6 rp-info

Syntax

display pim ipv6 rp-info [ ipv6-group-address ]

View

Any view

Default Level

1: Monitor level

Parameters

ipv6-group-address: Specifies an IPv6 multicast group by its address, in the range of FFxy::/16 (excluding FFx0::/16, FFx1::/16, FFx2::/16 and FF0y::), where x and y represent any hexadecimal number between 0 and F, inclusive. If you do not provide a group address, this command will display the RP information corresponding to all IPv6 multicast groups.

Description

Use the display pim ipv6 rp-info command to view the RP information.

Note that:

l          The RP information includes the information of RPs dynamically found by the BSR mechanism and static RPs.

l          Because a non-BSR router refreshes its local RP-Set only based on the received BSR bootstrap messages, the system does not delete an RP even if its expiry time is 0. Instead, the system waits for the next bootstrap message from the BSR: if the bootstrap message does not contain information of the RP, the system will delete it.

Examples

# View the RP information corresponding to the IPv6 multicast group FF0E::101.

<Sysname> display pim ipv6 rp-info ff0e::101

 PIM-SM BSR RP information:

 prefix/prefix length: FF0E::101/64

     RP: 2004::2

     Priority: 0

     HoldTime: 130

     Uptime: 00:05:19

     Expires: 00:02:11

Table 1-9 display pim ipv6 rp-info command output description

Field

Description

prefix/prefix length

The IPv6 multicast group served by the RP

RP

IPv6 address of the RP

Priority

RP priority

HoldTime

Timeout time of the RP

Uptime

Length of time since the RP was elected

Expires

Remaining time of the RP

 

embedded-rp

Syntax

embedded-rp [ acl6-number ]

undo embedded-rp [ acl6-number ]

View

IPv6 PIM view

Default Level

2: System level

Parameters

acl6-number: Basic IPv6 ACL number, in the range of 2000 to 2999.

Description

Use the embedded-rp command to enable embedded RP.

Use the undo embedded-rp command to disable embedded RP or restore the system default.

By default, embedded RP is enabled for IPv6 multicast groups in the default embedded RP address scopes.

 

The default embedded RP address scopes are FF7x::/12 and FFFx::/12. Here “x” refers to any legal address scope. For details of the scope field, see Multicast Overview of the IP Multicast Volume.

 

Note that:

l          When you use the embedded-rp command without specifying acl6-number, the embedded RP feature will be enabled for all the IPv6 multicast groups in the default embedded RP address scopes; if you specify acl6-number, the embedded RP feature will be enabled for only those IPv6 multicast groups that are within the default embedded RP address scopes and pass the ACL check.

l          When you use the undo embedded-rp command without specifying acl6-number, the embedded RP feature will be disabled for all the IPv6 multicast groups; if you specify acl6-number, this command will restore the system default.

Examples

# Enable embedded RP for only those IPv6 multicast groups in the address scope FF7E:140:20::101/64.

<Sysname> system-view

[Sysname] acl ipv6 number 2000

[Sysname-acl6-basic-2000] rule permit source ff7e:140:20::101 64

[Sysname-acl6-basic-2000] quit

[Sysname] pim ipv6

[Sysname-pim6] embedded-rp 2000

hello-option dr-priority (IPv6 PIM view)

Syntax

hello-option dr-priority priority

undo hello-option dr-priority

View

IPv6 PIM view

Default Level

2: System level

Parameters

priority: Router priority for DR election, in the range of 0 to 4294967295. A larger value means a higher priority.

Description

Use the hello-option dr-priority command to configure the global value of the router priority for DR election.

Use the undo hello-option dr-priority command to restore the system default.

By default, the router priority for DR election is 1.

Related commands: pim ipv6 hello-option dr-priority.

Examples

# Set the router priority for DR election to 3.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] hello-option dr-priority 3

hello-option holdtime (IPv6 PIM view)

Syntax

hello-option holdtime interval

undo hello-option holdtime

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: IPv6 PIM neighbor timeout time in seconds, with an effective range of 1 to 65,535. 65,535 means that the IPv6 PIM neighbor is always reachable.

Description

Use the hello-option holdtime command to configure the IPv6 PIM neighbor timeout time.

Use the undo hello-option holdtime command to restore the system default.

By default, the IPv6 PIM neighbor timeout time is 105 seconds.

Related commands: pim ipv6 hello-option holdtime.

Examples

# Set the IPv6 PIM neighbor timeout time to 120 seconds globally.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] hello-option holdtime 120

hello-option lan-delay (IPv6 PIM view)

Syntax

hello-option lan-delay interval

undo hello-option lan-delay

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: LAN-delay time in milliseconds, with an effective range of 1 to 32,767.

Description

Use the hello-option lan-delay command to configure the global value of the LAN-delay time.

Use the undo hello-option lan-delay command to restore the system default.

By default, the LAN-delay time is 500 milliseconds.

Related commands: hello-option override-interval, pim ipv6 hello-option override-interval, pim ipv6 hello-option lan-delay.

Examples

# Set the LAN-delay to 200 milliseconds globally.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] hello-option lan-delay 200

hello-option neighbor-tracking (IPv6 PIM view)

Syntax

hello-option neighbor-tracking

undo hello-option neighbor-tracking

View

IPv6 PIM view

Default Level

2: System level

Parameters

None

Description

Use the hello-option neighbor-tracking command to globally disable join suppression, namely enable neighbor tracking.

Use the undo hello-option neighbor-tracking command to enable join suppression.

By default, join suppression is enabled, namely neighbor tracking is disabled.

Related commands: pim ipv6 hello-option neighbor-tracking.

Examples

# Disable join suppression globally.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] hello-option neighbor-tracking

hello-option override-interval (IPv6 PIM view)

Syntax

hello-option override-interval interval

undo hello-option override-interval

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: Prune override interval in milliseconds, with an effective range of 1 to 65,535.

Description

Use the hello-option override-interval command to configure the global value of the prune override interval.

Use the undo hello-option override-interval command to restore the system default.

By default, the prune override interval is 2,500 milliseconds.

Related commands: hello-option lan-delay, pim ipv6 hello-option lan-delay, pim ipv6 hello-option override-interval.

Examples

# Set the prune override interval to 2,000 milliseconds globally.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] hello-option override-interval 2000

holdtime assert (IPv6 PIM view)

Syntax

holdtime assert interval

undo holdtime assert

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: Assert timeout time in seconds, with an effective range of 7 to 2,147,483,647.

Description

Use the holdtime assert command to configure the global value of the assert timeout time.

Use the undo holdtime assert command to restore the system default.

By default, the assert timeout time is 180 seconds.

Related commands: holdtime join-prune, pim ipv6 holdtime join-prune, pim ipv6 holdtime assert.

Examples

# Set the global value of the assert timeout time to 100 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] holdtime assert 100

holdtime join-prune (IPv6 PIM view)

Syntax

holdtime join-prune interval

undo holdtime join-prune

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: Join/prune timeout time in seconds, with an effective range of 1 to 65,535.

Description

Use the holdtime join-prune command to configure the global value of the join/prune timeout time.

Use the undo holdtime join-prune command to restore the system default.

By default, the join/prune timeout time is 210 seconds.

Related commands: holdtime assert, pim ipv6 holdtime assert, pim ipv6 holdtime join-prune.

Examples

# Set the global value of the join/prune timeout time to 280 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] holdtime join-prune 280

jp-pkt-size (IPv6 PIM view)

Syntax

jp-pkt-size packet-size

undo jp-pkt-size

View

IPv6 PIM view

Default Level

2: System level

Parameters

packet-size: Maximum size of join/prune messages in bytes, with an effective range of 100 to 64000.

Description

Use the jp-pkt-size command to configure the maximum size of join/prune messages.

Use the undo jp-pkt-size command to restore the system default.

By default, the maximum size of join/prune messages is 8,100 bytes.

Related commands: jp-queue-size.

Examples

# Set the maximum size of join/prune messages to 1,500 bytes.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] jp-pkt-size 1500

jp-queue-size (IPv6 PIM view)

Syntax

jp-queue-size queue-size

undo jp-queue-size

View

IPv6 PIM view

Default Level

2: System level

Parameters

queue-size: Maximum number of (S, G) entries in a join/prune message, in the range of 1 to 4,096.

Description

Use the jp-queue-size command to configure the maximum number of (S, G) entries in a join/prune message.

Use the undo jp-queue-size command to restore the system default.

By default, a join/prune messages contains a maximum of 1,020 (S, G) entries.

When you use this command, take the following into account:

l          The size of the forwarding table. In a network that does not support packet fragmentation, if you configure a large queue-size, a join/prune message may contain a large number of groups, causing the message length to exceed the MTU of the network. As a result, the products that do not support fragmentation will drop the join/prune message.

l          The (S, G) join/prune state hold time on the upstream device. If you configure a small queue size, the outgoing interface of the corresponding entry may have been pruned due to timeout before the last join/prune message in a queue reaches the upstream device.

Related commands: jp-pkt-size, holdtime join-prune, pim holdtime join-prune.

Examples

# Configure a join/prune messages to contain a maximum of 2,000 (S, G) entries.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] jp-queue-size 2000

pim ipv6

Syntax

pim ipv6

undo pim ipv6

View

System view

Default Level

2: System level

Parameters

None

Description

Use the pim ipv6 command to enter IPv6 PIM view.

Use the undo pim ipv6 command to remove all configurations performed in IPv6 PIM view.

Note that IPv6 multicast routing must be enabled on the device before this command can take effect.

Related commands: multicast ipv6 routing-enable (IPv6 Multicast Routing and Forwarding Commands in the IP Multicast Volume).

Examples

# Enable IPv6 multicast routing and enter IPv6 PIM view.

<Sysname> system-view

[Sysname] multicast ipv6 routing-enable

[Sysname] pim ipv6

[Sysname-pim6]

pim ipv6 bsr-boundary

Syntax

pim ipv6 bsr-boundary

undo pim ipv6 bsr-boundary

View

Interface view

Default Level

2: System level

Parameters

None

Description

Use the pim ipv6 bsr-boundary command to configure an IPv6 PIM domain border, namely a bootstrap message boundary.

Use the undo pim ipv6 bsr-boundary command to remove the configured IPv6 PIM domain border.

By default, no PIM domain border is configured.

Related commands: c-bsr; multicast ipv6 boundary (IPv6 Multicast Routing and Forwarding Commands in the IP Multicast Volume).

Examples

# Configure VLAN-interface 100 as a PIM domain border.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 bsr-boundary

pim ipv6 dm

Syntax

pim ipv6 dm

undo pim ipv6 dm

View

Interface view

Default Level

2: System level

Parameters

None

Description

Use the pim ipv6 dm command to enable IPv6 PIM-DM.

Use the undo pim ipv6 dm command to disable IPv6 PIM-DM.

By default, IPv6 PIM-DM is disabled.

Note that:

l          This command can take effect only after IPv6 multicast routing is enabled on the device.

l          IPv6 PIM-DM cannot be used for IPv6 multicast groups in the IPv6 SSM group range.

Related commands: pim ipv6 sm, ssm-policy; multicast ipv6 routing-table in the IPv6 Multicast Routing and Forwarding Commands in the IP Multicast Volume.

Examples

# Enable IPv6 multicast routing, and enable IPv6 PIM-DM on VLAN-interface 100.

<Sysname> system-view

[Sysname] multicast ipv6 routing-enable

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 dm

pim ipv6 hello-option dr-priority

Syntax

pim ipv6 hello-option dr-priority priority

undo pim ipv6 hello-option dr-priority

View

Interface view

Default Level

2: System level

Parameters

priority: Router priority for DR election, in the range of 0 to 4294967295. A larger value means a higher priority.

Description

Use the pim ipv6 hello-option dr-priority command to configure the router priority for DR election on the current interface.

Use the undo pim ipv6 hello-option dr-priority command to restore the system default.

By default, the router priority for DR election is 1.

Related commands: hello-option dr-priority.

Examples

# Set the router priority for DR election to 3 on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 hello-option dr-priority 3

pim ipv6 hello-option holdtime

Syntax

pim ipv6 hello-option holdtime interval

undo pim ipv6 hello-option holdtime

View

Interface view

Default Level

2: System level

Parameters

interval: IPv6 PIM neighbor timeout time in seconds, with an effective range of 1 to 65,535. 65,535 means that the PIM neighbor is always reachable.

Description

Use the pim ipv6 hello-option holdtime command to configure the PIM neighbor timeout time on the current interface.

Use the undo pim ipv6 hello-option holdtime command to restore the system default.

By default, the IPv6 PIM neighbor timeout time is 105 seconds.

Related commands: hello-option holdtime.

Examples

# Set the IPv6 PIM neighbor timeout time to 120 seconds on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 hello-option holdtime 120

pim ipv6 hello-option lan-delay

Syntax

pim ipv6 hello-option lan-delay interval

undo pim ipv6 hello-option lan-delay

View

Interface view

Default Level

2: System level

Parameters

interval: LAN-delay time in milliseconds, with an effective range of 1 to 32,767.

Description

Use the pim ipv6 hello-option lan-delay command to configure the LAN-delay time, namely the device waits between receiving a prune message and taking a prune action, on the current interface.

Use the undo pim ipv6 hello-option lan-delay command to restore the system default.

By default, the LAN-delay time is 500 milliseconds.

Related commands: pim ipv6 hello-option override-interval, hello-option override-interval, hello-option lan-delay.

Examples

# Set the LAN-delay time to 200 milliseconds on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 hello-option lan-delay 200

pim ipv6 hello-option neighbor-tracking

Syntax

pim ipv6 hello-option neighbor-tracking

undo pim ipv6 hello-option neighbor-tracking

View

Interface view

Default Level

2: System level

Parameters

None

Description

Use the pim ipv6 hello-option neighbor-tracking command to disable join suppression, namely enable neighbor tracking, on the current interface.

Use the undo pim ipv6 hello-option neighbor-tracking command to enable join suppression.

By default, join suppression is enabled, namely neighbor tracking is disabled.

Related commands: hello-option neighbor-tracking.

Examples

# Disable join suppression on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 hello-option neighbor-tracking

pim ipv6 hello-option override-interval

Syntax

pim ipv6 hello-option override-interval interval

undo pim ipv6 hello-option override-interval

View

Interface view

Default Level

2: System level

Parameters

interval: Prune override interval in milliseconds, with an effective range of 1 to 65,535.

Description

Use the pim ipv6 hello-option override-interval command to configure the prune override interval on the current interface.

Use the undo pim ipv6 hello-option override-interval command to restore the system default.

By default, the prune override interval is 2,500 milliseconds.

Related commands: pim ipv6 hello-option lan-delay, hello-option lan-delay, hello-option override-interval.

Examples

# Set the prune override interval to 2,000 milliseconds on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 hello-option override-interval 2000

pim ipv6 holdtime assert

Syntax

pim ipv6 holdtime assert interval

undo pim ipv6 holdtime assert

View

Interface view

Default Level

2: System level

Parameters

interval: Assert timeout time in seconds, with an effective range of 7 to 2,147,483,647.

Description

Use the pim ipv6 holdtime assert command to configure the assert timeout time on the current interface.

Use the undo pim ipv6 holdtime assert command to restore the system default.

By default, the assert timeout time is 180 seconds.

Related commands: holdtime join-prune, pim ipv6 holdtime join-prune, holdtime assert.

Examples

# Set the assert timeout time to 100 seconds on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 holdtime assert 100

pim ipv6 holdtime join-prune

Syntax

pim ipv6 holdtime join-prune interval

undo pim ipv6 holdtime join-prune

View

Interface view

Default Level

2: System level

Parameters

interval: Join/prune timeout time in seconds, with an effective range of 1 to 65,535.

Description

Use the pim ipv6 holdtime join-prune command to configure the join/prune timeout time on the interface.

Use the undo pim ipv6 holdtime join-prune command to restore the system default.

By default, the join/prune timeout time is 210 seconds.

Related commands: holdtime assert, pim ipv6 holdtime assert, holdtime join-prune.

Examples

# Set the join/prune timeout time to 280 seconds on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 holdtime join-prune 280

pim ipv6 require-genid

Syntax

pim ipv6 require-genid

undo pim ipv6 require-genid

View

Interface view

Default Level

2: System level

Parameters

None

Description

Use the pim ipv6 require-genid command enable rejection of hello messages without Generation_ID.

Use the undo pim ipv6 require-genid command to restore the default configuration.

By default, hello messages without Generation_ID are accepted.

Examples

# Enable VLAN-interface 100 to reject hello messages without Generation_ID.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 require-genid

pim ipv6 sm

Syntax

pim ipv6 sm

undo pim ipv6 sm

View

Interface view

Default Level

2: System level

Parameters

None

Description

Use the pim ipv6 sm command to enable IPv6 PIM-SM.

Use the undo pim ipv6 sm command to disable IPv6 PIM-SM.

By default, IPv6 PIM-SM is disabled.

Note that this command can take effect only after IPv6 multicast routing is enabled on the device.

Related commands: pim ipv6 dm; multicast ipv6 routing-table in the IPv6 Multicast Routing and Forwarding Commands in the IP Multicast Volume.

Examples

# Enable IPv6 multicast routing, and enable IPv6 PIM-SM on VLAN-interface 100.

<Sysname> system-view

[Sysname] multicast ipv6 routing-enable

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 sm

pim ipv6 state-refresh-capable

Syntax

pim ipv6 state-refresh-capable

undo pim ipv6 state-refresh-capable

View

Interface view

Default Level

2: System level

Parameters

None

Description

Use the pim ipv6 state-refresh-capable command to enable the state fresh feature on the interface.

Use the undo pim ipv6 state-refresh-capable command to disable the state fresh feature.

By default, the state refresh feature is enabled.

Related commands: state-refresh-interval, state-refresh-rate-limit, state-refresh-hoplimit.

Examples

# Disable state refresh on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] undo pim ipv6 state-refresh-capable

pim ipv6 timer graft-retry

Syntax

pim ipv6 timer graft-retry interval

undo pim ipv6 timer graft-retry

View

Interface view

Default Level

2: System level

Parameters

interval: Graft retry period in seconds, with an effective range of 1 to 65,535.

Description

Use the pim ipv6 timer graft-retry command to configure the graft retry period.

Use the undo pim ipv6 timer graft-retry command to restore the system default.

By default, the graft retry period is 3 seconds.

Examples

# Set the graft retry period to 80 seconds on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 timer graft-retry 80

pim ipv6 timer hello

Syntax

pim ipv6 timer hello interval

undo pim ipv6 timer hello

View

Interface view

Default Level

2: System level

Parameters

interval: Hello interval in seconds, with an effective range of 1 to 2,147,483,647.

Description

Use the pim ipv6 timer hello command to configure on the current interface the interval at which hello messages are sent.

Use the undo pim ipv6 timer hello command to restore the system default.

By default, hello messages are sent at the interval of 30 seconds.

Related commands: timer hello.

Examples

# Set the hello interval to 40 seconds on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 timer hello 40

pim ipv6 timer join-prune

Syntax

pim ipv6 timer join-prune interval

undo pim ipv6 timer join-prune

View

Interface view

Default Level

2: System level

Parameters

interval: Join/prune interval in seconds, with an effective range of 1 to 2,147,483,647.

Description

Use the pim ipv6 timer join-prune command to configure on the current interface the interval at which join/prune messages are sent.

Use the undo pim ipv6 timer join-prune command to restore the system default.

By default, the join/prune interval is 60 seconds.

Related commands: timer join-prune.

Examples

# Set the join/prune interval to 80 seconds on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 timer join-prune 80

pim ipv6 triggered-hello-delay

Syntax

pim ipv6 triggered-hello-delay interval

undo pim ipv6 trigged-hello-delay

View

Interface view

Default Level

2: System level

Parameters

interval: Maximum delay in seconds between hello messages, with an effective range of 1 to 5.

Description

Use the pim ipv6 triggered-hello-delay command to configure the maximum delay between hello messages.

Use the undo pim ipv6 triggered-hello-delay command to restore the system default.

By default, the maximum delay between hello messages is 5 seconds.

Examples

# Set the maximum delay between hello messages to 3 seconds on VLAN-interface 100.

<Sysname> system-view

[Sysname] interface vlan-interface 100

[Sysname-Vlan-interface100] pim ipv6 trigged-hello-delay 3

probe-interval (IPv6 PIM view)

Syntax

probe-interval interval

undo probe-interval

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: Register probe time in seconds, with an effective range of 1 to 1799.

Description

Use the probe-interval command to configure the register probe time.

Use the undo probe-interval command to restore the system default.

By default, the register probe time is 5 seconds.

Related commands: register-suppression-timeout.

Examples

# Set the register probe time to 6 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] probe-interval 6

register-policy (IPv6 PIM view)

Syntax

register-policy acl6-number

undo register-policy

View

IPv6 PIM view

Default Level

2: System level

Parameters

acl6-number: Advanced IPv6 ACL number, in the range of 3000 to 3999. Only register messages that match the permit statement of the IPv6 ACL can be accepted by the RP.

Description

Use the register-policy command to configure an IPv6 ACL rule to filter register messages.

Use the undo register-policy command to remove the configured register filtering rule.

By default, no register filtering rule is configured.

Related commands: register-suppression-timeout.

Examples

# Configure a register filtering policy on the RP so that the RP will accept only those register messages from IPv6 multicast sources on the 3:1::/64 subnet for IPv6 multicast groups on the FF0E:13::/64 subnet.

<Sysname> system-view

[Sysname] acl ipv6 number 3000

[Sysname-acl6-adv-3000] rule permit ipv6 source 3:1:: 64 destination ff0e:13:: 64

[Sysname-acl6-adv-3000] quit

[Sysname] pim ipv6

[Sysname-pim6] register-policy 3000

register-suppression-timeout (IPv6 PIM view)

Syntax

register-suppression-timeout interval

undo register-suppression-timeout

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: Register suppression time in seconds, in the range of 1 to 3,600.

Description

Use the register-suppression-timeout command to configure the register suppression time.

Use the undo register-suppression-timeout command to restore the system default.

By default, the register suppression time is 60 seconds.

Related commands: probe-interval, register-policy.

Examples

# Set the register suppression time to 70 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] register-suppression-timeout 70

register-whole-checksum (IPv6 PIM view)

Syntax

register-whole-checksum

undo register-whole-checksum

View

IPv6 PIM view

Default Level

2: System level

Parameters

None

Description

Use the register-whole-checksum command to configure the router to calculate the checksum based on the entire register message.

Use the undo register-whole-checksum command to restore the default configuration.

By default, the checksum is calculated based only on the header in the register message.

Related commands: register-policy, register-suppression-timeout.

Examples

# Configure the router to calculate the checksum based on the entire register message.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] register-whole-checksum

reset pim ipv6 control-message counters

Syntax

reset pim ipv6 control-message counters [ interface interface-type interface-number ]

View

User view

Default Level

1: Monitor level

Parameters

interface-type interface-number: Specifies to reset the IPv6 PIM control message counter on a particular interface. If no interface is specified, this command will clear the statistics information about IPv6 PIM control messages on all interfaces.

Description

Use the reset pim ipv6 control-message counters command to reset IPv6 PIM control message counters.

Examples

# Reset IPv6 PIM control message counters on all interfaces.

<Sysname> reset pim ipv6 control-message counters

source-lifetime (IPv6 PIM view)

Syntax

source-lifetime interval

undo source-lifetime

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: IPv6 multicast source lifetime in seconds, with an effective range of 1 to 65,535.

Description

Use the source-lifetime command to configure the IPv6 multicast source lifetime.

Use the undo source-lifetime command to restore the system default.

By default, the lifetime of an IPv6 multicast source is 210 seconds.

Examples

# Set the IPv6 multicast source lifetime to 200 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] source-lifetime 200

source-policy (IPv6 PIM view)

Syntax

source-policy acl6-number

undo source-policy

View

IPv6 PIM view

Default Level

2: System level

Parameters

acl6-number: Basic or advanced IPv6 ACL number, in the range of 2000 to 3999.

Description

Use the source-policy command to configure an IPv6 multicast data filter.

Use the undo source-policy command to remove the configured IPv6 multicast data filter.

By default, no IPv6 multicast data filter is configured.

Note that:

l          If you specify a basic ACL, the device filters all the received IPv6 multicast packets based on the source address, and discards packets that fail the source address match.

l          If you specify an advanced ACL, the device filters all the received IPv6 multicast packets based on the source and group addresses, and discards packets that fail the match.

l          If this command is executed repeatedly, the last configuration will take effect.

Examples

# Configure the router to accept IPv6 multicast packets originated from 3121::1 and discard IPv6 multicast packets originated from 3121::2.

<Sysname> system-view

[Sysname] acl ipv6 number 2000

[Sysname-acl6-basic-2000] rule permit source 3121::1 128

[Sysname-acl6-basic-2000] rule deny source 3121::2 128

[Sysname-acl6-basic-2000] quit

[Sysname] pim ipv6

[Sysname-pim6] source-policy 2000

[Sysname-pim6] quit

spt-switch-threshold infinity (IPv6 PIM view)

Syntax

spt-switch-threshold infinity [ group-policy acl6-number [ order order-value ] ]

undo spt-switch-threshold [ group-policy acl6-number ]

View

IPv6 PIM view

Default Level

2: System level

Parameters

group-policy acl6-number: Specifies a basic IPv6 ACL number, in the range of 2000 to 2999. If you do not include this option in your command, the configuration will apply on all IPv6 multicast groups.

order order-value: Specifies the order of the IPv6 ACL in the group-policy list, where order-value has an effective range of 1 to (the largest order value in the existing group-policy list + 1), but the value range should not include the original order value of the IPv6 ACL in the group-policy list. If you have assigned an order-value to a certain IPv6 ACL, do not specify the same order-value for another IPv6 ACL; otherwise the system will give error information. If you do not specify an order-value, the order value of the IPv6 ACL will remain the same in the group-policy list.

Description

Use the spt-switch-threshold infinity command to configure disabling the SPT switchover.

Use the undo spt-switch-threshold command to restore the default configuration.

By default, the device switches to the SPT immediately after it receives the first IPv6 multicast packet.

Note that:

l          To adjust the order of an IPv6 ACL that already exists in the group-policy list, you can use the acl6-number argument to specify this IPv6 ACL and set its order-value. This will insert the IPv6 ACL to the position of order-value in the group-policy list. The order of the other existing IPv6 ACLs in the group-policy list will remain unchanged.

l          To use an IPv6 ACL that does not exist in the group-policy list, you can use the acl6-number argument to specify an IPv6 ACL and set its order-value. This will insert the IPv6 ACL to the position of order-value in the group-policy list. If you do not include the order order-value option in your command, the ACL will be appended to the end of the group-policy list.

l          If you use this command multiple times on the same IPv6 multicast group, the first traffic rate configuration matched in sequence will take effect.

l          For an S7500E series Ethernet switch, once an IPv6 multicast forwarding entry is created, subsequent IPv6 multicast data will not be encapsulated in register messages before being forwarded even if a register outgoing interface is available. Therefore, to avoid forwarding failure, do not use the spt-switch-threshold infinity command on a switch that may become an RP (namely, a static RP or a C-RP).

Examples

# Disable SPT switchover on a switch that will never become an RP.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] spt-switch-threshold infinity

ssm-policy (IPv6 PIM view)

Syntax

ssm-policy acl6-number

undo ssm-policy

View

IPv6 PIM view

Default Level

2: System level

Parameters

acl6-number: Basic IPv6 ACL number, in the range of 2000 to 2999.

Description

Use the ssm-policy command to configure the IPv6 SSM group range.

Use the undo ssm-policy command to restore the system default.

By default, the IPv6 SSM group range is FF3x::/32. Here x refers to any legal scope.

This command allows you to define an address range of permitted or denied IPv6 multicast groups. If the match succeeds, the running multicast mode will be IPv6 PIM-SSM; otherwise the multicast mode will be IPv6 PIM-SM.

Examples

# Configure the IPv6 SSM group range to be FF3E:0:8192::/96.

<Sysname> system-view

[Sysname] acl ipv6 number 2000

[Sysname-acl6-basic-2000] rule permit source ff3e:0:8192:: 96

[Sysname-acl6-basic-2000] quit

[Sysname] pim ipv6

[Sysname-pim6] ssm-policy 2000

state-refresh-hoplimit

Syntax

state-refresh-hoplimit hoplimit-value

undo state-refresh-hoplimit

View

IPv6 PIM view

Default Level

2: System level

Parameters

hoplimit-value: Hop limit value of state refresh messages, in the range of 1 to 255.

Description

Use the state-refresh-hoplimit command to configure the hop limit value of state refresh messages.

Use the undo state-refresh-hoplimit command to restore the system default.

By default, the hop limit value of state refresh messages is 255.

Related commands: pim ipv6 state-refresh-capable, state-refresh-interval, state-refresh-rate-limit.

Examples

# Set the hop limit value of state refresh messages to 45.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] state-refresh-hoplimit 45

state-refresh-interval (IPv6 PIM view)

Syntax

state-refresh-interval interval

undo state-refresh-interval

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: State refresh interval in seconds, with an effective range of 1 to 255.

Description

Use the state-refresh-interval command to configure the interval between state refresh messages.

Use the undo state-refresh-interval command to restore the system default.

By default, the state refresh interval is 60 seconds.

Related commands: pim ipv6 state-refresh-capable, state-refresh-rate-limit, state-refresh-hoplimit.

Examples

# Set the state refresh interval to 70 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] state-refresh-interval 70

state-refresh-rate-limit (IPv6 PIM view)

Syntax

state-refresh-rate-limit interval

undo state-refresh-rate-limit

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: Time to wait before receiving a new refresh message, in seconds and with an effective range of 1 to 65535.

Description

Use the state-refresh-rate-limit command to configure the time the router must wait before receiving a new state refresh message.

Use the undo state-refresh-rate-limit command to restore the system default.

By default, the device waits 30 seconds before receiving a new state refresh message.

Related commands: pim ipv6 state-refresh-capable, state-refresh-interval, state-refresh-hoplimit.

Examples

# Configure the device to wait 45 seconds before receiving a new state refresh message.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] state-refresh-rate-limit 45

static-rp (IPv6 PIM view)

Syntax

static-rp ipv6-rp-address [ acl6-number ] [ preferred ]

undo static-rp ipv6-rp-address

View

IPv6 PIM view

Default Level

2: System level

Parameters

ipv6-rp-address: IPv6 address of the static RP to be configured. This address must be a valid, globally scoped IPv6 unicast address.

acl6-number: Basic IPv6 ACL number, in the range of 2000 to 2999. If you provide this argument, the configured static RP will serve only those IPv6 multicast groups that pass the filtering; otherwise, the configured static RP will serve the all IPv6 multicast groups.

preferred: Specifies to give priority to the static RP if the static RP conflicts with the dynamic RP. If you do not include the preferred keyword in your command, the dynamic RP will be given priority, and the static RP takes effect only if no dynamic RP exists in the network or when the dynamic RP fails.

Description

Use the static-rp command to configure a static RP.

Use the undo static-rp command to configure a static RP.

By default, no static RP is configured.

Note that:

l          IPv6 PIM-SM or IPv6 PIM-DM cannot be enabled on an interface that serves as a static RP.

l          When the IPv6 ACL rule applied on a static RP changes, a new RP must be elected for all IPv6 multicast groups.

l          You can configure multiple static RPs by carrying out this command repeatedly. However, if you carry out this command multiple times and specify the same static RP address or reference the same IPv6 ACL rule, the last configuration will override the previous one. If multiple static RPs have been configured for the same IPv6 multicast group, the one with the highest IPv6 address will be chosen to serve the group.

l          You can configure up to 50 static RPs on the same device.

Related commands: display pim ipv6 rp-info.

Examples

# Configure the interface with an IPv6 address of 2001::2 as a static RP.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] static-rp 2001::2

timer hello (IPv6 PIM view)

Syntax

timer hello interval

undo timer hello

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: Hello interval in seconds, with an effective range of 1 to 2,147,483,647.

Description

Use the timer hello command to configure the hello interval globally.

Use the undo timer hello command to restore the system default.

By default, hello messages are sent at the interval of 30 seconds.

Related commands: pim ipv6 timer hello.

Examples

# Set the global hello interval to 40 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] timer hello 40

timer join-prune (IPv6 PIM view)

Syntax

timer join-prune interval

undo timer join-prune

View

IPv6 PIM view

Default Level

2: System level

Parameters

interval: Join/prune interval in seconds, with an effective range of 1 to 2,147,483,647.

Description

Use the timer join-prune command to configure the join/prune interval globally.

Use the undo timer join-prune command to restore the system default.

By default, the join/prune interval is 60 seconds.

Related commands: pim ipv6 timer join-prune.

Examples

# Set the global join/prune interval to 80 seconds.

<Sysname> system-view

[Sysname] pim ipv6

[Sysname-pim6] timer join-prune 80

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网