Examples
# Configure IS-IS process 1 to redistribute up to 1000 Level 1/Level 2 IPv4 routes.
<Sysname> system-view
[Sysname] isis 1
[Sysname-isis-1] import-route limit 1000
isis
Syntax
isis
[
process-id
] [
vpn-instance vpn-instance-name
]
undo isis
[
process-id
]
View
System view
Default level
2: System level
Parameters
process-id
: Process ID, ranging from 1 to 65535. The default is 1.
vpn-instance vpn-instance-name
: Specifies an MPLS L3VPN.
vpn-instance-name
is a
case-sensitive string of 1 to 31 characters. If no VPN is specified, the IS-IS process belongs to the
public network.
Description
Use
isis
to enable an IS-IS process and specify an associated VPN instance, enter IS-IS view, or
both.
Use
undo isis
to disable an IS-IS process.
Related commands:
isis enable
,
network-entity
.
Examples
# Enable IS-IS routing process 1, with the system ID being 0000.0000.0002, and area ID being
01.0001.
<Sysname> system-view
[Sysname] isis 1
[Sysname-isis-1] network-entity 01.0001.0000.0000.0002.00
isis authentication-mode
Syntax
isis authentication-mode
{
md5
|
simple
} [
cipher
]
password
[
level-1
|
level-2
] [
ip
|
osi
]
undo isis authentication-mode
[ {
md5
|
simple
} [
cipher
]
password
] [
level-1
|
level-2
]
View
Interface view
Default level
2: System level
Parameters
md5
: Specifies the MD5 authentication mode.
159