isis min-broadcast-interval
Sets the minimum number of milliseconds to wait before sending the next set of broadcast packets.
Syntax: isis min-broadcast-interval milliseconds
no isis min-broadcast-interval
milliseconds
The number of milliseconds to wait before sending the next set of broadcast packets over this interface. Valid values are 0 - 65535.
Description: Use the isis min-broadcast-interval command to configure the minimum number of milliseconds to wait before sending the next set of broadcast packets, made up of a number of packets less than or equal to the max-broadcast-pkts.
Use this timer to control LSP transmissions in large networks with many LSPs and interfaces.
Use the no isis min-broadcast-interval command to reset to the default value for this command.
Factory Default: 250 milliseconds.
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 min-broadcast-interval milliseconds command sets the minimum broadcast interval to 500 milliseconds.
- The show running-config interface command displays the setting:
router(config)#router isis 0
router(config-router)#net 49.0001.0000.0000.1111.00
router(config-router)#interface pos 1/5/1
router(config-if)#ip router isis 0
router(config-if)#isis min-broadcast-interval 500
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 0
isis min-broadcast-interval 500
.
.
.
Related Commands: ip router isis
isis max-broadcast-pkts
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: ISIS16.html
Last Updated: 05/10/04 at 16:35:45