16 ipv6 pim exclude-genid, 17 ipv6 pim hello-holdtime, 18 ipv6 pim hello-interval – PLANET XGS3-24040 User Manual

Page 687

Advertising
background image

XGS3 Command Guide

39-19

39.3.16 ipv6 pim exclude-genid

Command: ipv6 pim exclude-genid

no ipv6 pim exclude-genid

Function: This command makes the Hello packets sent by PIM SM do not include GenId option, the “no

ipv6 pim exclude-genid” command restores the default value.

Parameter: None

Default: The Hello packets include GenId option.

Command Mode: Interface Configuration Mode

Usage Guide: This command is used to interact with older Cisco IOS version. The command can

configure on IPv6 tunnel interface, but it is successful configuration to only configure tunnel carefully.

Example: Configure the Hello packets sent by the switch do not include GenId option.

Switch(Config-if-Vlan1)#ipv6 pim exclude-genid

39.3.17 ipv6 pim hello-holdtime

Command: ipv6 pim hello-holdtime <value>

no ipv6 pim hello-holdtime

Function: Configure or disable the Holdtime option in the Hello packets, this value is to describe

neighbor holdtime, if the switch hasn’t received the neighbor hello packets when the holdtime is over, this

neighbor is deleted.

Parameter: <value> is the value of holdtime.

Default: The default value of Holdtime is 3.5*Hello_interval, Hello_interval’s default value is 30s,so

Holdtime’s default value is 105s.

Command Mode: Interface Configuration Mode

Usage Guide: If this value is not configured, hellotime’s default value is 3.5*Hello_interval. If the

configured holdtime is less than the current hello_interval , this configuration is denied. Every time

hello_interval is updated, the Hello_holdtime will update according to the following rules: If hello_holdtime

is not configured or hello_holdtime is configured but less than current hello_interval,hello_holdtime is

modified to 3.5*hello_interval, otherwise the configured value is maintained. The command can configure

on IPv6 tunnel interface, but it is successful configuration to only configure tunnel carefully.

Example: Configure vlan1’s Hello Holdtime to 10s

Switch (config)# interface vlan1

Switch (Config -if-Vlan1)#ipv6 pim hello-holdtime 10

39.3.18 ipv6 pim hello-interval

Command: ipv6 pim hello-interval <interval>

no ipv6 pim hello-interval

Function: Configure the interface’s hello_interval of pim hello packets. The “no ipv6 pim hello-interval

command restores the default value.

Parameter: <interval> is the hello_interval of periodically transmitted pim hello packets’, ranges from 1

to 18724s

Advertising