Вы находитесь на странице: 1из 17

MBB ATN+CX IDEAL

(Seamless MPLS) Solution


IGP Implementation and
Configuration

www.huawei.com

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved.


Foreword

 The IDEAL (Seamless MPLS) solution allows for large-scale


dynamic networking, lowering performance requirements on case-
shaped devices and reducing pressure on aggregation devices.

 Interior Gateway Protocol (IGP) can be deployed in two modes:


IS-IS multi-processes and OSPF multi-areas. This document uses
the IS-IS multi-processes as an example.

 This chapter describes how to configure different IS-IS processes.

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page2
Objectives
 After completing this course, you will be able to:

 Design and deploy ISIS protocol for ATN+CX network.

 Configure different IS-IS processes.

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page3
Contents
1. IS-IS Deployment Solution

2. Configuration Principle

3. Data Planning

4. Checking the Configurations

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page4
Contents
1. IS-IS Deployment Solution

2. Configuration Principle

3. Data Planning

4. Checking the Configurations

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page5
Network diagram of the IS-IS multi-
process solution
AS 100 AS 200
CSG1 ASG3 ASBR1 ASBR3 MASG1
Cost 10 Cost 10
Cost 100
Cost 100

IS-IS 1 IS-IS 100


Cost 2000

Cost 25

Cost 10
IS-IS 1000
Cost 10

Cost 25
L2 L2 L2
SGW/MME

Cost 100 Cost 10 Cost 10

CSG2 ASG4 ASBR2 ASBR4 MASG2

ISIS interface of Access


ISIS interface of Aggregation
ISIS interface of Core

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page6
Contents
1. IS-IS Deployment Solution

2. Configuration Principle

3. Data Planning

4. Checking the Configurations

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page7
Flowchart for configuring multi-process
IS-IS
The access layer and the aggregation layer
1. Enable IS-IS for routers in the access ring
and configure IS-IS process 1 to advertise
Level-2 routes.
2. Enable IS-IS for routers in the aggregation
ring and configure IS-IS process 100 to
advertise Level-2 routes.
3. Enable NSR on routers in the aggregation
area.
4. Configure interface IP addresses and
loopback interface addresses for devices in
the access and aggregation areas.
5. Enable IS-IS and set the cost value for all
interfaces in the access and aggregation
areas.
6. Deploy BFD for IS-IS network-wide to
accelerate IS-IS convergence.
7. Configure loopback interface addresses on
ASGs and configure the ASGs to advertise
the loopback interface addresses to the
access area.

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page8
Flowchart for configuring multi-process
IS-IS
The core layer
1. Enable IS-IS for routers in the core area and
configure IS-IS process 1000 to advertise
Level-2 routes.
2. Enable NSR on routers in the aggregation
area.
3. Configure interface IP addresses and
loopback interface addresses for devices
4. Enable IS-IS and set the cost value for all
interfaces
5. Deploy BFD for IS-IS network-wide to
accelerate IS-IS convergence.

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page9
Contents
1. IS-IS Deployment Solution

2. Configuration Principle

3. Data Planning

4. Checking the Configurations

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page10
IS-IS parameters Introduction
Parameter Value Remarks

Access layer: 1
IS-IS process ID Aggregation layer: 100 IS-IS processes are enabled.
Core layer: 1000
Access layer
CSG1: 49.0001.0010.0100.1001.00
CSG2: 49.0001.0020.0200.2002.00
ASG3: 49.0001.0030.0300.3003.00
ASG4: 49.0001.0040.0400.4004.00 A Network Entity Title (NET) is set.
Aggregation layer CAUTION
ASG3: 49.0002.0030.0300.3003.00 The system ID must be unique on
network-entity ASG4: 49.0002.0040.0400.4004.00 the entire network. Obtain the
ASBR1: 49.0002.0050.0500.5005.00 system ID using the IP address of
ASBR2: 49.0002.0060.0600.6006.00 the loopback0 interface. The NETs
must be unique. If a NET is not
Core layer unique, route flapping may occur.
ASBR3: 49.0003.0070.0700.7007.00
ASBR4: 49.0003.0080.0800.8008.00
MASG1: 49.0003.0090.0900.9009.00
MASG2: 49.0003.0100.1001.0010.00

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page11
IS-IS parameters Introduction
Parameter Value Remarks

is-level Level-2 The level of the router is configured.

Routes with the cost style as wide


cost-style Wide
are received or advertised.
Same as the device name, for example, is- A dynamic host name is configured
is-name
name is set to ASG3 for ASG3. for the IS-IS process.
The cost of links on the access ring except
links between ASGs is set to 100.
The cost of links between ASGs on the access
ring is set to 2000.
The cost of links between ASBRs on the Link costs are specified for SPF
isis cost aggregation ring is set to 25 and the cost of calculation.
other links on the aggregation ring is set to
10.
The cost of links between MASGs on the core
ring is set to 25 and the cost of other links on
the core ring is set to 10.

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page12
IS-IS parameters Introduction
Parameter Value Remarks
The maximum delay is set to 1s, the initial delay to 50
timer spf 1 50 50 ms, and the incremental delay to 50 ms for SPF
calculation.
The maximum delay is set to 1s, the initial delay to 50
timer lsp-generation 1 50 50 ms, and the incremental delay to 50 ms for generating
an LSP.
The LSP fast flooding function is enabled to accelerate
flash-flood level-2
the convergence of an IS-IS network.。

set-overload on- Set IS-IS processes to be in the overload state when


-
startup IS-IS processes start up.

set-overload on- Configured on Allows IP prefixes learned from other protocols to be


startup allow external ASGs. advertised when allow is configured.

bfd all-interfaces
- Enable BFD for IS-IS.
enable

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page13
Contents
1. IS-IS Deployment Solution

2. Configuration Principle

3. Data Planning

4. Checking the Configurations

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page14
Checking procedure
1. Run the display isis peer [ verbose ] [ process-id | vpn-instance vpn-instance-
name ] command to check information about IS-IS neighbors.

2. Run the display isis interface [ verbose ] [ process-id | vpn-instance vpn-instance-


name ] command to check information about IS-IS interfaces.

3. Run the display isis lsdb [ { level-1 | level-2 } | verbose | { local | lsp-id | is-name
symbolic-name } ] * [ process-id | vpn-instance vpn-instance-name ] command to
check information in the IS-IS LSDB.

4. Run the display isis route [ process-id | vpn-instance vpn-instance-name ] [ ipv4 ]


[ verbose | [ level-1 | level-2 ] | ip-address [ mask | mask-length ] ] * command to
check information about IS-IS routes.

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page15
Summary
1. IS-IS multi-process Design and Deployment on ATN +
CX Network

2. Configuring IS-IS Protocol Steps

3. Checking the Configurations

Copyright © 2014 Huawei Technologies Co., Ltd. All rights reserved. Page16
Thank you
www.huawei.com

Вам также может понравиться