isis hello-multiplier
Configures the hello multiplier to use on this interface.
Syntax: [no] isis hello-multiplier number
number
The multiplier used to determine how long to hold an IS-IS hello packet before declaring an adjacency down. Valid values are 3 - 1000.
Description: Each hello packet sent from an intermediate system contains a hold timer field. This field tells the receiving intermediate system how long to wait for another hello packet before declaring the adjacency down.
If the hello interval is 10 seconds and the hello multiplier is 5, the adjacent intermediate system will wait 50 seconds for a hello packet from this adjacent intermediate system before declaring the adjacency down.
Use the isis hello-multiplier number command to configure the multiplier for this interface.
Use the no isis hello-multiplier to configure the multiplier as the default value of 10.
Factory Default: 10 times hello interval.
Command Mode: Interface configuration.
Example: In the following example:
- The router isis command enables IS-IS on the router, specifies an IS-IS instance, and changes the command mode to Router configuration.
- The net command configures a NET for the routing process.
- The interface pos n/n/n identifies a specific POS interface and changes the command mode to Interface configuration.
- The ip router isis command enables the IS-IS process specified by the global router isis command on the interface.
- The isis hello-interval command configures the hello timer for the interface at 15.
- The isis hello-multiplier command configures the hello multiplier to 5 times the hello interval.
- The show running-config interface command displays the setting:
router(config)#router isis net1
router(config-router)#net 49.0001.0000.0000.0020.00
router(config-router)#interface pos 1/5/1
router(config-if)#ip router isis net1
router(config-if)#isis hello-interval 15
router(config-if)#hello-multiplier 5
router(config-if)#end
router#show run int
.
.
.
!
interface pos 1/5/1
sonet path-trace NPI1 1/5/1
ip address 10.100.53.2 255.255.255.0
crc 16
ip router isis net1
isis hello-interval 15 level-1
isis hello-multiplier 5 level-1
.
.
.
Related Commands: ip router isis
isis hello-interval
isis hello-padding
isis lsp-interval
net
router isis
Copyright © 2004
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: ISIS.fm
HTML File Name: ISIS12.html
Last Updated: 05/10/04 at 16:35:45