isis max-broadcast-pkts
Configures the maximum number of link-state PDU (LSP) packets transmitted over this interface at one time.
Syntax: isis max-broadcast-pkts number
no isis max-broadcast-pkts
number
The number of LSPs that can be transmitted over this interface. Valid values are between 0 and 65535.
Description: Routing information is propagated by flooding link-state PDUs. Each time the timer configured using the lsp-interval command expires, IS-IS transmits link-state PDUs from each IS-IS enabled interface.
Use the isis max-broadcast-pkts number command to configure the maximum number of LSPs transmitted out the interface each time the transmit timer expires.
Use the no isis max-broadcast-pkts number command to configure the maximum number of LSPs transmitted out the interface to the default value of 10 packets.
Factory Default: 10 packets.
Command Mode: Interface configuration.
Example 1: 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 max-broadcast-pkts number command configures the maximum number of LSPs transmitted over this interface to 25.
- 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 max-broadcast-pkts 256
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 max-broadcast-pkts 25
.
.
.
Related Commands: lsp-gen-interval
lsp-mtu
max-lsp-lifetime
isis min-broadcast-interval
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: ISIS14.html
Last Updated: 05/10/04 at 16:35:45