当前位置:文档之家› 华为路由器IS-IS基本配置实例

华为路由器IS-IS基本配置实例

华为路由器IS-IS基本配置实例

组网需求

如图1所示:

• S-switch-A、S-switch-B、S-switch-C和S-switch-D属于同一自治系统,要求他们之间通过IS-IS协议达到IP网络互连的目的。

• S-switch-A、S-switch-B和S-switch-C的区域号是10,S-switch-D的区域号是20。

• S-switch-A和S-switch-B是Level-1设备,S-switch-C是Level-1-2设备,S-switch-D是Level-2设备。

图1 IS-IS基本配置组网图

S-switch 接口 对应的VLANIF IP地址

S-switch-A GE 0/0/1 VLANIF 10 10.1.1.2/24

S-switch-B GE 0/0/1 VLANIF 20 10.1.2.2/24

S-switch-C GE 0/0/1 VLANIF 10 10.1.1.1/24 S-switch-C GE 0/0/2 VLANIF 20 10.1.2.1/24

S-switch-C GE 0/0/3 VLANIF 30 192.168.0.1/24

S-switch-D GE 0/0/1 VLANIF 30 192.168.0.2/24

S-switch-D GE 0/0/2 VLANIF 40 172.16.1.1/24

配置思路

采用如下的思路配置IS-IS的基本功能:

1. 配置各物理接口所属的VLAN。

2. 配置各VLANIF接口的IP地址。

3. 在各S-switch上运行IS-IS进程,指定网络实体,配置level级别。

4. 查看各S-switch的IS-IS数据库信息及路由表信息。

数据准备

为完成此配置例,需准备如下的数据:

• 各接口所属的VLAN ID,具体数据如图1所示。

• 各VLANIF接口的IP地址,具体数据如图1所示。

• 四台S-switch的system id、级别和所属区域号。

▪ S-switch-A的system id 0000.0000.0001,区域号Area10,为Level-1设备。

▪ S-switch-B的system id 0000.0000.0002,区域号Area10,为Level-1设备。

▪ S-switch-C的system id 0000.0000.0003,区域号Area10,为Level-1-2设备。

▪ S-switch-D的system id 0000.0000.0004,区域号Area20,为Level-2设备。

配置步骤

1. 配置各接口所属的VLAN ID(略)

2. 配置各VLANIF接口的IP地址(略) 3. 在各S-switch上运行IS-IS进程,指定网络实体,配置level级别

# 配置S-switch-A。

[S-switch-A] isis 1

[S-switch-A-isis-1] is-level level-1

[S-switch-A-isis-1] network-entity 10.0000.0000.0001.00

[S-switch-A-isis-1] quit

# 配置S-switch-B。

[S-switch-B] isis 1

[S-switch-B-isis-1] is-level level-1

[S-switch-B-isis-1] network-entity 10.0000.0000.0002.00

[S-switch-B-isis-1] quit

# 配置S-switch-C。

[S-switch-C] isis 1

[S-switch-C-isis-1] network-entity 10.0000.0000.0003.00

[S-switch-C-isis-1] quit

# 配置S-switch-D。

[S-switch-D] isis 1

[S-switch-D-isis-1] is-level level-2

[S-switch-D-isis-1] network-entity 20.0000.0000.0004.00

[S-switch-D-isis-1] quit

4. 在各接口上使能IS-IS进程,使能IS-IS small-hello。

# 配置S-switch-A。

[S-switch-A] interface vlanif 10

[S-switch-A-Vlanif10] isis enable 1

[S-switch-A-Vlanif10] quit

# 配置S-switch-B。

[S-switch-B] interface vlanif 20

[S-switch-B-Vlanif20] isis enable 1

[S-switch-B-Vlanif20] quit # 配置S-switch-C。

[S-switch-C] interface vlanif 10

[S-switch-C-Vlanif10] isis enable 1

[S-switch-C-Vlanif10] quit

[S-switch-C] interface vlanif 20

[S-switch-C-Vlanif20] isis enable 1

[S-switch-C-Vlanif20] quit

[S-switch-C] interface vlanif 30

[S-switch-C-Vlanif30] isis enable 1

[S-switch-C-Vlanif30] quit

# 配置S-switch-D。

[S-switch-D] interface vlanif 30

[S-switch-D-Vlanif30] isis enable 1

[S-switch-D-Vlanif30] quit

[S-switch-D] interface vlanif 40

[S-switch-D-Vlanif40] isis enable 1

[S-switch-D-Vlanif40] quit

5. 验证配置结果

# 查看各S-switch的IS-IS LSDB信息。

[S-switch-A] display isis lsdb

Database information for ISIS(1)

--------------------------------

Level-1 Link State Database

LSPID Seq Num Checksum Holdtime Length

ATT/P/OL

------------------------------------------------------------------------- 0000.0000.0001.00-00* 0x00000006 0xbf7d 649 68

0/0/0

0000.0000.0002.00-00 0x00000003 0xef4d 545 68 0/0/0

0000.0000.0003.00-00 0x00000008 0x3340 582 111 1/0/0

0000.0000.0003.01-00 0x00000004 0xa7dd 582 55 0/0/0

0000.0000.0003.02-00 0x00000002 0xc0c4 524 55 0/0/0

*(In TLV)-Leaking Route, *(By LSPID)-Self LSP, +-Self LSP(Extended),

ATT-Attached, P-Partition, OL-Overload

[S-switch-B] display isis lsdb

Database information for ISIS(1)

--------------------------------

Level-1 Link State Database

LSPID Seq Num Checksum Holdtime Length

ATT/P/OL

-------------------------------------------------------------------------

0000.0000.0001.00-00 0x00000006 0xbf7d 642 68

0/0/0

0000.0000.0002.00-00* 0x00000003 0xef4d 538 68

0/0/0

0000.0000.0003.00-00 0x00000008 0x3340 574 111

1/0/0

0000.0000.0003.01-00 0x00000004 0xa7dd 582 55

0/0/0

0000.0000.0003.02-00 0x00000002 0xc0c4 524 55

0/0/0

*(In TLV)-Leaking Route, *(By LSPID)-Self LSP, +-Self LSP(Extended),

ATT-Attached, P-Partition, OL-Overload

[S-switch-C] display isis lsdb

Database information for ISIS(1)

--------------------------------

Level-1 Link State Database

LSPID Seq Num Checksum Holdtime Length

ATT/P/OL

-------------------------------------------------------------------------

0000.0000.0001.00-00 0x00000006 0xbf7d 638 68

0/0/0

0000.0000.0002.00-00 0x00000003 0xef4d 533 68

0/0/0

0000.0000.0003.00-00* 0x00000008 0x3340 569 111 1/0/0

0000.0000.0003.01-00* 0x00000005 0xa7dd 569 55 0/0/0

0000.0000.0003.02-00* 0x00000003 0xc0c4 569 55 0/0/0

*(In TLV)-Leaking Route, *(By LSPID)-Self LSP, +-Self LSP(Extended),

ATT-Attached, P-Partition, OL-Overload

Level-2 Link State Database

LSPID Seq Num Checksum Holdtime Length

ATT/P/OL

-------------------------------------------------------------------------

0000.0000.0003.00-00* 0x00000008 0x55bb 650 100 0/0/0

0000.0000.0003.03-00* 0x00000003 0xef91 650 55 0/0/0

相关主题