ISIS Case study
I like to know if LSP cannot be set globally.
under ISIS case study change "Configure the network to keep LSPs that are up to 3600 seconds old"
when i configured LSP Interval globally, the change is not applied.
but when i configured on interface specific then it works.
any idea?
root@R5# run show isis interface detail
IS-IS interface database:
fxp0.0
Index: 64, State: 0x6, Circuit id: 0x2, Circuit type: 2
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
2 1 64 5 3.000 9 R5.02 (us)
fxp1.0
Index: 65, State: 0x6, Circuit id: 0x3, Circuit type: 2
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
2 1 64 5 3.000 9 R5.03 (us)
fxp2.0
Index: 66, State: 0x6, Circuit id: 0x4, Circuit type: 1
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
1 1 0 5 3.000 9 R5.04 (us)
fxp3.0
Index: 67, State: 0x6, Circuit id: 0x1, Circuit type: 1
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
1 1 0 5 9.000 27 R6.02 (not us)
lo0.0
Index: 68, State: 0x6, Circuit id: 0x1, Circuit type: 0
LSP interval: 100 ms, CSNP interval: disabled
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
2 0 64 0 Passive
[edit protocols isis]
root@R5# set lsp-lifetime 3600
[edit protocols isis]
root@R5# commit
commit complete
[edit protocols isis]
root@R5# run show isis interface detail
IS-IS interface database:
fxp0.0
Index: 64, State: 0x6, Circuit id: 0x2, Circuit type: 2
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
2 1 64 5 3.000 9 R5.02 (us)
fxp1.0
Index: 65, State: 0x6, Circuit id: 0x3, Circuit type: 2
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
2 1 64 5 3.000 9 R5.03 (us)
fxp2.0
Index: 66, State: 0x6, Circuit id: 0x4, Circuit type: 1
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
1 1 0 5 3.000 9 R5.04 (us)
fxp3.0
Index: 67, State: 0x6, Circuit id: 0x1, Circuit type: 1
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
1 1 0 5 9.000 27 R6.02 (not us)
lo0.0
Index: 68, State: 0x6, Circuit id: 0x1, Circuit type: 0
LSP interval: 100 ms, CSNP interval: disabled
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
2 0 64 0 Passive
[edit protocols isis]
root@R5# set interface fxp0.0 lsp-interval 3600
[edit protocols isis]
root@R5# commit
commit complete
[edit protocols isis]
root@R5# run show isis interface detail
IS-IS interface database:
fxp0.0
Index: 64, State: 0x26, Circuit id: 0x2, Circuit type: 2
LSP interval: 3600 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
2 1 64 5 3.000 9 R5.02 (us)
fxp1.0
Index: 65, State: 0x6, Circuit id: 0x3, Circuit type: 2
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
2 1 64 5 3.000 9 R5.03 (us)
fxp2.0
Index: 66, State: 0x6, Circuit id: 0x4, Circuit type: 1
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
1 1 0 5 3.000 9 R5.04 (us)
fxp3.0
Index: 67, State: 0x6, Circuit id: 0x1, Circuit type: 1
LSP interval: 100 ms, CSNP interval: 10 s
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
1 1 0 5 9.000 27 R6.02 (not us)
lo0.0
Index: 68, State: 0x6, Circuit id: 0x1, Circuit type: 0
LSP interval: 100 ms, CSNP interval: disabled
Level Adjacencies Priority Metric Hello (s) Hold (s) Designated Router
2 0 64 0 Passive
[edit protocols isis]
root@R5#