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


9.5 ISIS interface

Interface Command: ip router isis WORD
Interface Command: no ip router isis WORD

Activate ISIS adjacency on this interface. Note that the name of ISIS instance must be the same as the one used to configure the ISIS process (see command router isis WORD).

Interface Command: isis circuit-type [level-1 | level-1-2 | level-2]
Interface Command: no isis circuit-type

Configure circuit type for interface: - level-1 Level-1 only adjacencies are formed - level-1-2 Level-1-2 adjacencies are formed - level-2-only Level-2 only adjacencies are formed

Interface Command: isis csnp-interval <1-600>
Interface Command: isis csnp-interval <1-600> [level-1 | level-2]
Interface Command: no isis csnp-interval
Interface Command: no isis csnp-interval [level-1 | level-2]

Set CSNP interval in seconds globally, for an area (level-1) or a domain (level-2).

Interface Command: isis hello padding

Add padding to IS-IS hello packets.

Interface Command: isis hello-interval <1-600>
Interface Command: isis hello-interval <1-600> [level-1 | level-2]
Interface Command: no isis hello-interval
Interface Command: no isis hello-interval [level-1 | level-2]

Set Hello interval in seconds globally, for an area (level-1) or a domain (level-2).

Interface Command: isis hello-multiplier <2-100>
Interface Command: isis hello-multiplier <2-100> [level-1 | level-2]
Interface Command: no isis hello-multiplier
Interface Command: no isis hello-multiplier [level-1 | level-2]

Set multiplier for Hello holding time globally, for an area (level-1) or a domain (level-2).

Interface Command: isis metric [<0-255> | <0-16777215>]
Interface Command: isis metric [<0-255> | <0-16777215>] [level-1 | level-2]
Interface Command: no isis metric
Interface Command: no isis metric [level-1 | level-2]

Set default metric value globally, for an area (level-1) or a domain (level-2). Max value depend if metric support narrow or wide value (see command metric-style).

Interface Command: isis network point-to-point
Interface Command: no isis network point-to-point

Set network type to ’Point-to-Point’ (broadcast by default).

Interface Command: isis passive
Interface Command: no isis passive

Configure the passive mode for this interface.

Interface Command: isis password [clear | md5] <password>
Interface Command: no isis password

Configure the authentication password (clear or encoded text) for the interface.

Interface Command: isis priority <0-127>
Interface Command: isis priority <0-127> [level-1 | level-2]
Interface Command: no isis priority
Interface Command: no isis priority [level-1 | level-2]

Set priority for Designated Router election, globally, for the area (level-1) or the domain (level-2).

Interface Command: isis psnp-interval <1-120>
Interface Command: isis psnp-interval <1-120> [level-1 | level-2]
Interface Command: no isis psnp-interval
Interface Command: no isis psnp-interval [level-1 | level-2]

Set PSNP interval in seconds globally, for an area (level-1) or a domain (level-2).


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