OcNOS-RON : Layer 3 Guide : Intermediate System to Intermediate System Command Reference : IS-IS Commands : isis csnp-interval
isis csnp-interval
Use this command to set CSNP (Complete sequence number PDU) interval in seconds.
Configuring this command changes the interval between two consecutive CSNP transmission. By default, CSNP is sent every 10 seconds only by LAN DIS. This parameter is only valid on broadcast interface, since periodic CSNP is only sent on broadcast interface, while CSNP on Point-to-Point interface is sent only when adjacency is initiated.
Use the no parameter with this command to reset CSNP interval to the default value.
Command Syntax
isis csnp-interval <1-65535> (level-1|level-2|)
no isis csnp-interval (level-1|level-2|)
Parameters
<1-65535>
Specify the CSNP interval in seconds.
level-1
Specify Level-1 CSNP.
level-2
Specify Level-2 CSNP.
Default
By default, ISIS uses 10 seconds for the interval and the interval is applied to both level-1 and level-2.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#interface eth0
(config-if)#isis csnp-interval 20
Last modified date: 08/28/2023