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

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

华为路由器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/1VLANIF 1010.1.1.2/24

S-switch-B GE 0/0/1VLANIF 2010.1.2.2/24

S-switch-C GE 0/0/1VLANIF 1010.1.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

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

相关文档
最新文档