The examples provided above demonstrate how to enable the Enhanced ISIS Fast Flooding feature and customise further options
to manage the feature effectively.
To enable the IS-IS Fast Flooding feature on your device, enter the following commands:
Device# configure terminal
Device(config)# router isis 1
Device(config-router)# lsp-fast-flooding
Device(config-isis-fspeed)#?
ISIS flood speed configuration commands:
default Set a command to its defaults
exit-lsp-fast-flooding Exit from LSP Fast Flooding mode
max-lsp-tx Maximum LSP Transmit Rate in LSP/Sec
no Negate a command or set its defaults
remote-psnp-delay Remote PSNP delay
Device(config-isis-fspeed)#
Configure the router to send LSPs at a maximum rate of 2000 LSPs per second by using the following commands:
Device# configure terminal
Device(config)# router isis 1
Device(config-router)# lsp-fast-flooding
Device(config-router)# lsp-fast-flooding max-lsp-tx 2000
Device(config-router)# exit
Specify the PSNP acknowledgment delay to 500 milliseconds with these commands:
Device# configure terminal
Device(config)# router isis 1
Device(config-router)# lsp-fast-flooding
Device(config-router)# lsp-fast-flooding remote-psnp-delay 500
Device(config-router)# exit
Set the PSNP interval timer to 2000 milliseconds as shown below:
Device# configure terminal
Device(config)#router isis 1
Device(config-router)#lsp-fast-flooding
Device(config-isis-fspeed)#max-lsp-tx 2000
Device(config-isis-fspeed)#exit
Device#
Override the global PSNP delay with an interface-specific value on GigabitEthernet0/0/0:
Device# configure terminal
Device(config)# interface GigabitEthernet0/0/0
Device(config-if)# isis remote-psnp-delay 400
Device(config-if)# exit