Next: , Previous: , Up: ISIS   [Contents][Index]


9.2 ISIS router

To start ISIS process you have to specify the ISIS router. As of this writing, isisd does not support multiple ISIS processes.

Command: router isis WORD
Command: no router isis WORD

Enable or disable the ISIS process by specifying the ISIS domain with ’WORD’. isisd does not yet support multiple ISIS processes but you must specify the name of ISIS process. The ISIS process name ’WORD’ is then used for interface (see command ip router isis WORD).

ISIS Command: net XX.XXXX. ... .XXX.XX
ISIS Command: no net XX.XXXX. ... .XXX.XX

Set/Unset network entity title (NET) provided in ISO format.

ISIS Command: hostname dynamic
ISIS Command: no hostname dynamic

Enable support for dynamic hostname.

ISIS Command: area-password [clear | md5] <password>
ISIS Command: domain-password [clear | md5] <password>
ISIS Command: no area-password
ISIS Command: no domain-password

Configure the authentication password for an area, respectively a domain, as clear text or md5 one.

ISIS Command: log-adjacency-changes
ISIS Command: no log-adjacency-changes

Log changes in adjacency state.

ISIS Command: metric-style [narrow | transition | wide]
ISIS Command: no metric-style

Set old-style (ISO 10589) or new-style packet formats: - narrow Use old style of TLVs with narrow metric - transition Send and accept both styles of TLVs during transition - wide Use new style of TLVs to carry wider metric

ISIS Command: set-overload-bit
ISIS Command: no set-overload-bit

Set overload bit to avoid any transit traffic.


Next: , Previous: , Up: ISIS   [Contents][Index]