|
Step 1
|
enable
|
Enables privileged EXEC mode.
Enter your password, if prompted.
|
|
Step 2
|
configure
terminal
Device# configure terminal
|
Enters global configuration mode.
|
|
Step 3
|
router isis
Device(config)# router isis
|
Specifies the IS-IS routing protocol and enters router configuration mode.
|
|
Step 4
|
metric
default-value [level-1 | level-2 ]
Device(config-router)# metric 25 level-2
|
(Optional) Globally sets a new default metric value for all IS-IS interfaces.
|
|
Step 5
|
default-information originate [route-map
map-name]
Device(config-router)# default-information originate route-map map1
|
(Optional) Forces a default route into the IS-IS routing domain. When you enter the route-map
map-name command, the routing process generates the default route for a valid route map.
|
|
Step 6
|
ignore-lsp-errors
Device(config-router)# ignore-lsp-errors
|
(Optional) Configures the device to ignore LSPs with internal checksum errors, instead of purging the LSPs. This command is
enabled by default (corrupted LSPs are dropped). To purge the corrupted LSPs, enter the no ignore-lsp-errors command in router configuration mode.
|
|
Step 7
|
area-password
password
Device(config-router)# area-password 1password
|
(Optional Configures the area authentication password that is inserted in Level 1 (station router level) LSPs.
|
|
Step 8
|
domain-password
password
Device(config-router)# domain-password 2password
|
(Optional) Configures the routing domain authentication password that is inserted in Level 2 (area router level) LSPs.
|
|
Step 9
|
summary-address
address mask [level-1 | level-1-2 | level-2]
Device(config-router)# summary-address 10.1.0.0 255.255.0.0 level-2
|
(Optional) Creates a summary of addresses for a given level.
|
|
Step 10
|
set-overload-bit [on-startup {seconds | wait-for-bgp}]
Device(config-router)# set-overload-bit on-startup wait-for-bgp
|
(Optional) Sets an overload bit to allow other devices to ignore the device in their shortest path first (SPF) calculations
if the device is having problems.
-
(Optional) on-startup : Sets the overload bit only on startup. If on-startup is not specified, the overload bit is set immediately and remains set until you enter the no set-overload-bit command. If on-startup is specified, you must either enter number of seconds or enter wait-for-bgp .
-
seconds : When the on-startup keyword is configured, it causes the overload bit to be set when the system is started and remains set for the specified
number of seconds. The range is from 5 to 86400 seconds.
-
wait-for-bgp : When the on-startup keyword is configured, causes the overload bit to be set when the system is started and remains set until BGP has converged.
If BGP does not signal the IS-IS that it is converged, the IS-IS will turn off the overload bit after 10 minutes.
|
|
Step 11
|
lsp-refresh-interval
seconds
Device(config-router)# lsp-refresh-interval 1080
|
(Optional) Sets an LSP refresh interval, in seconds. The range is from 1 to 65535 seconds. The default is to send LSP refreshes
every 900 seconds (15 minutes).
|
|
Step 12
|
max-lsp-lifetime
seconds
Device(config-router)# max-lsp-lifetime 1000
|
(Optional) Sets the maximum time that LSP packets remain in the router database without being refreshed. The range is from
1 to 65535 seconds. The default is 1200 seconds (20 minutes). After the specified time interval, the LSP packet is deleted.
|
|
Step 13
|
lsp-gen-interval [level-1 | level-2] lsp-max-wait [lsp-initial-wait lsp-second-wait]
Device(config-router)# lsp-gen-interval level-2 2 50 100
|
(Optional) Sets the IS-IS LSP generation throttling timers:
-
lsp-max-wait : Maximum interval (in milliseconds) between two consecutive occurrences of an LSP being generated. The range is from 1 to
120; the default is 5000.
-
lsp-initial-wait : Initial LSP generation delay (in milliseconds). The range is from 1 to 10000; the default is 50.
-
lsp-second-wait : Hold time between the first and second LSP generation (in milliseconds). The range is from 1 to 10000; the default is 200.
|
|
Step 14
|
spf-interval [level-1 | level-2] spf-max-wait [spf-initial-wait spf-second-wait]
Device(config-router)# spf-interval level-2 5 10 20
|
(Optional) Sets IS-IS SPF throttling timers.
-
spf-max-wait : Maximum interval between consecutive SFPs (in milliseconds). The range is from 1 to 120; the default is 5000.
-
spf-initial-wait : Initial SFP calculation after a topology change (in milliseconds). The range is from 1 to 10000; the default is 50.
-
spf-second-wait : Hold time between the first and second SFP calculation (in milliseconds). The range is from 1 to 10000; the default is 200.
|
|
Step 15
|
prc-interval
prc-max-wait [prc-initial-wait prc-second-wait]
Device(config-router)# prc-interval 5 10 20
|
(Optional) Sets IS-IS PRC throttling timers.
-
prc-max-wait : Maximum interval (in milliseconds) between two consecutive PRC calculations. The range is from 1 to 120; the default is
5000.
-
prc-initial-wait : Initial PRC calculation delay (in milliseconds) after a topology change. The range is from 1 to 10,000; the default is 50.
-
prc-second-wait : Hold time between the first and second PRC calculation (in milliseconds). The range is from 1 to 10,000; the default is
200.
|
|
Step 16
|
log-adjacency-changes [all]
Device(config-router)# log-adjacency-changes all
|
(Optional) Sets the router to log IS-IS adjacency state changes. Enter all to include all the changes generated by events that are not related to the IS-IS hellos, including End System-to-Intermediate
System PDUs and LSPs.
|
|
Step 17
|
lsp-mtu
size
Device(config-router)# lsp mtu 1560
|
(Optional) Specifies the maximum LSP packet size, in bytes. The range is from 128 to 4352; the default is 1497 bytes.
|
Note
|
If a link in the network has a reduced MTU size, you must change the LSP MTU size on all the devices in the network.
|
|
|
Step 18
|
partition avoidance
Device(config-router)# partition avoidance
|
(Optional) Causes an IS-IS Level 1-2 border router to stop advertising the Level 1 area prefix into the Level 2 backbone when
full connectivity is lost among the border router, all adjacent level 1 routers, and end hosts.
|
|
Step 19
|
end
|
Returns to privileged EXEC mode.
|