SlideShare a Scribd company logo
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved
www.huawei.com
Adjacency Relationship of
IS-IS Protocol
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 2
To calculate the route, IS-IS routers are first
required to discover the neighbors and form the
adjacencies relationship.
The adjacency formation process might vary
according to the different network types; the type of
adjacency relationship formed might vary according to
the different area configuration and router type.
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 3
Upon completion of the course, you will be
able to:
Master the concept of area, router type and adjacency
relationship
Understand The adjacency formation process on
point to point link
Understand The adjacency formation process on
broadcast network
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 4
Chapter 1 Area, Router Type, and Adjacencies
Chapter 2 Adjacency Relationship Establishment
Chapter 3 Adjacency Relationship Configuration
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 5
Neighbor Relationship and Adjacency Relationship
 Neighbor Relationship and Adjacency Relationship
Neighbor relationship:Two ends of the routers of a link are aware
of the existence of each other and they are able to exchange the
protocol packets, such as hello packets, and do not exchange
LSDB.
Adjacency relationship:A relationship formed between neighboring
routers for exchanging routing information.
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 6
Identifier
 Before establish any type of adjacency relationship with any neighbor,
the identifiers required are as follow:
Identify every IS (SYSTEM ID)
Identify the area every IS belonged to (AREA ID)
Identify the IS type
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 7
NSAP and NET
 NSAP:Network Service Access Point,correspond to CLNP address of
the OSI network layer(similar to the concept of IP address)
 NET:Network Entity Titles,is a special NSAP address
N-selector value 0 indicates that provides service to the network layer
NET is the identifier of the network equipment itself in OSI protocol
stack
High Order DSP
DSP
System ID NSEL
IDI
AFI
IDP
Area ID (1~13B) 6B 1B
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 8
49.0021 . 1921.6800.1001 . 00
AreaID SystemID N-SEL
88.0001.0755 . 000f.e225.da08. 00
AreaID SystemID N-SEL
Example of NET
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 9
Configuration of SYSTEM ID and AREA ID
 ISs that have the same Area ID belong to the same area.
RTB
RTA
RTC
[RTA]display current-configuration
isis 1
network-entity 49.0001.0000.0000.0001.00
[RTB]display current-configuration
isis 1
network-entity 49.0002.0000.0000.0002.00
[RTC]display current-configuration
isis 1
network-entity 49.0002.0000.0000.0003.00
AREA 49.0002
AREA 49.0001
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 10
IS type, Circuit-level type and adjacency type
 3 types of IS
Level-1, Level-2, Level-1-2
 3 types of circuit level
Level-1, Level-2, Level-1-2
 3 types of adjacency relationship
Level-1, Level-2, Level-1-2
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 11
IS type and Adjacency type
 The combinations below can form adjacencies( in same area)
L1 L1
L1
L2 L2
L2
L12 L12
L12
L1 L12
L1
L2 L12
L2
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 12
IS type and Adjacency type
 The combinations below can form adjacencies( in different area)
L2 L2
L2
L12 L12
L2
L2 L12
L2
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 13
Chapter 1 Area, Router Type, and Adjacencies
Chapter 2 Adjacency Relationship Establishment
Chapter 3 Adjacency Relationship Configuration
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 14
Conditions for adjacency establishment
 To establish IS-IS adjacency relationship, the following criteria must be
satisfied:
Only the same level neighboring routers can form adjacency
The Area ID must be the same for Level-1 router
Satisfy the network segment checking. By default network segment
must be the same to form neighbor relationship and adjacency
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 15
Adjacency Relationship and Network Type
 Adjacency relationship establishment varies according to the network
types
 IS-IS supports two network types
 Point to Point network
− PPP, HDLC and so on
− NBMA network is recommended to be configured as PPP
network.
Broadcast Network
− Ethernet, Token Ring and so on
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 16
HELLO Packet
 IS-IS establishes the adjacency relationship via Hello packet.
 IS-IS Hello Packets (IIH)
Level 1 LAN IS-IS Hello
Level 2 LAN IS-IS Hello
Point-to-point Hello
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 17
The Packet Format of Point-to-Point IIH
Intradomain Routing Protocol Discriminator
1B
Length Indicator 1B
Version/Protocol ID extension
1B
ID Length 1B
R R R PDU Type 1B
Version 1B
Reserved 1B
Maximum Area Addresses 1B
Common Fixed Header 8B
Reserved (6 bits) Circuit Type (2 bits) 1B
Source ID 6B
Holding Time
2B
PDU Length
2B
Local Circuit ID 1B
TLV Fields (Variable length)
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 18
Adjacency Relationship in Point to Point Link
SYSTEM ID : 0000.0000.0002
SYSTEM ID: 0000.0000.0001
SYSTEM TYPE: Unknown
Adjacencystate: Initialising
SYSTEM TYPE:IS
Adjacencystate: up
ISH
SYSTEM TYPE: Unknown
Adjacencystate: Initialising
ISH
IIH
IIH
SYSTEM TYPE:IS
Adjacencystate: up
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 19
The Packet Format of LAN IIH
Intradomain Routing Protocol Discriminator
1B
Length Indicator 1B
Version/Protocol ID Extension 1B
ID Length 1B
R R R PDU Type 1B
Version 1B
Reserved 1B
Maximun Area Addresses 1B
Common Fixed Header 8B
Reserved (6bits) Circuit Type(2bits) 1B
Source ID 6B
Holding Time
2B
PDU Length
2B
R Priority 1B
LAN ID 7B
TLV
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 20
Adjacency Relationship in Broadcast Network
SYSTEM ID : 0000.0000.0002
SYSTEM ID: 0000.0000.0001
Adjacencystate: Initialising
Adjacencystate: up
IIH: neighbour=0000.0000.0002
IIH: neighbour=0000.0000.0001
Adjacencystate: Initialising
Adjacencystate: up
IIH: neighbour=NULL
IIH: neighbour=NULL
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 21
Chapter 1 Area, Router Type, and Adjacencies
Chapter 2 Adjacency Relationship Establishment
Chapter 3 Adjacency Relationship Configuration
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 22
Adjacency Relationship Configuration
RTB
RTA
L12 L12
49.0001.0000.0000.0004.00
RTC
RTD L12 L12
49.0002.0000.0000.0003.00
49.0002.0000.0000.0002.00
49.0001.0000.0000.0001.00
E0
E0
S0 S0
S1
S1
23.23.23.0/30
10.10.10.0/24
12.12.12.0/30
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 23
Enable IS-IS and Configure NET
RTB
RTA
RTC
RTD
[RTA]isis
[RTA-isis-1]network-entity 49.0001.0000.0000.0001.00
[RTA]interface LoopBack 0
[RTA-LoopBack0]isis enable
[RTA]interface Serial 0
[RTA-Serial0]isis enable
[RTA]interface Ethernet 0
[RTA-Ethernet0]isis enable
S0 S0
S1
S1
E0
E0
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 24
Display the Adjacencies Relationship
[RTA]display isis peer
System Id Interface Circuit Id State HoldTime Type PRI
0000.0000.0002 S0 002 Up 27s L2 --
0000.0000.0004 Eth0 0000.0000.0004.02 Up 6s L1(L1L2) 64
0000.0000.0004 Eth0 0000.0000.0004.02 Up 6s L2(L1L2) 64
[RTB]display isis peer
System Id Interface Circuit Id State HoldTime Type PRI
0000.0000.0001 S0 002 Up 22s L2 --
0000.0000.0003 S1 003 Up 28s L1L2 --
[RTC]display isis peer
System Id Interface Circuit Id State HoldTime Type PRI
0000.0000.0002 S1 002 Up 26s L1L2 --
[RTD]display isis peer
System Id Interface Circuit Id State HoldTime Type PRI
0000.0000.0001 Eth0 0000.0000.0004.02 Up 23s L1(L1L2) 64
0000.0000.0001 Eth0 0000.0000.0004.02 Up 23s L2(L1L2) 64
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 25
Change the IS Type
RTB
RTA
RTC
RTD
[RTD]isis
[RTD-isis-1]is-level level-2
S0 S0
S1
S1
E0
E0
[RTC]isis
[RTC-isis-1]is-level level-1
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 26
Display the Adjacencies Relationship
[RTA]display isis peer
System Id Interface Circuit Id State HoldTime Type PRI
0000.0000.0002 S0 002 Up 21s L2 --
0000.0000.0004 Eth0 0000.0000.0004.02 Up 8s L2 64
[RTB]display isis peer
System Id Interface Circuit Id State HoldTime Type PRI
0000.0000.0001 S0 002 Up 26s L2 --
0000.0000.0003 S1 003 Up 24s L1 --
[RTC]display isis peer
System Id Interface Circuit Id State HoldTime Type PRI
0000.0000.0002 S1 002 Up 22s L1 --
[RTD]display isis peer
System Id Interface Circuit Id State HoldTime Type PRI
0000.0000.0001 Eth0 0000.0000.0004.02 Up 20s L2 64
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 27
Observe the IIH Packets
<RTA>debugging isis adjacency
*0.16417515 RTA ISIS/7/ISIS:
ISIS-1-ADJ: Sending Lan L2 Hello on Eth0.
*0.16418484 RTA ISIS/7/ISIS:
ISIS-1-ADJ: Sending Lan L1 Hello on Eth0.
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 28
Change the Interface Circuit-level
RTB
RTA
RTC
RTD
[RTA]interface Ethernet 0
[RTA-Ethernet0]isis circuit-level level-2
S0 S0
S1
S1
E0
E0
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 29
Observe the IIH packets
<RTA>debugging isis adjacency
*0.17445797 RTA ISIS/7/ISIS:
ISIS-1-ADJ: Sending Lan L2 Hello on Eth0.
[RTA]display isis interface
Interface information for ISIS(1)
---------------------------------
Interface Id IPV4.State MTU Type DR
Loop0 001 Up 1500 L1/L2 --
S0 002 Up 1500 L1/L2 --
Eth0 003 Up 1497 L2 No
HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 30
Conclusion
 How many types of IS-IS routers are
there?
 How many types of IS-IS
adjacencies relationship are there?
 Describe the corresponding between
the type of IS-IS router and the type
of adjacency relationship.
 Describe the difference in the
process of adjacency relationship
establishment between Point to
Point link and broadcast network.
Thank You
www.huawei.com

More Related Content

PPT
99) ODC112015 OSPFv3 Principle ISSUE1.00.ppt
PPTX
99) ODC112015 OSPFv3 Principle ISSUE1.00.pptx
PPTX
cisco-nti-Day19
PPT
2) ODC112006 OSPF Neighbor and Adjacency ISSUE1.00.ppt
PPTX
Cn instructor ppt_chapter4_final
PDF
CCNAv5 - S4: Chapter 4 Frame Relay
PPT
3) ODC112007 OSPF Protocol Packet and LSA ISSUE1.00.ppt
PDF
IS-IS Principles and Configurations.rpdf
99) ODC112015 OSPFv3 Principle ISSUE1.00.ppt
99) ODC112015 OSPFv3 Principle ISSUE1.00.pptx
cisco-nti-Day19
2) ODC112006 OSPF Neighbor and Adjacency ISSUE1.00.ppt
Cn instructor ppt_chapter4_final
CCNAv5 - S4: Chapter 4 Frame Relay
3) ODC112007 OSPF Protocol Packet and LSA ISSUE1.00.ppt
IS-IS Principles and Configurations.rpdf

Similar to ODC112017 Adjacency Relationship of IS-IS Protocol ISSUE1.00 (2).ppt (20)

PPTX
HC110110015 Basic Knowledge of IP Routing.pptx
PPTX
ccna project on topic company infrastructure
PDF
versa router teletronics
PPTX
102- HCSCA103 Basic Network Concepts based on issue 1.00.pptx
PPT
ACIT Mumbai - CCNA Training - Router Introduction
PDF
Lte system signaling procedures
PPTX
Chapter 15 : routing concepts
PPT
Icnd210 s08l03
PDF
CCNAv5 - S2: Chapter4 Routing Concepts
PPTX
KPUCC-Rs instructor ppt_chapter4_final
DOC
Ccna 4 chapter 3 v4.0 answers 2011
PPTX
Introduction 140318015826-phpapp01
PPTX
103 Basic network concepts
PPTX
JUNOS: OSPF and BGP
PDF
CCNAv5 - S4: Chapter3 Point to-point Connections
PPTX
Presentation on mcts & ccna
PDF
IRJET - Implementation of Network Security and Traffic Filtering using Access...
PDF
Wan Technologies
PPTX
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
PPT
Ccna1 presentation
HC110110015 Basic Knowledge of IP Routing.pptx
ccna project on topic company infrastructure
versa router teletronics
102- HCSCA103 Basic Network Concepts based on issue 1.00.pptx
ACIT Mumbai - CCNA Training - Router Introduction
Lte system signaling procedures
Chapter 15 : routing concepts
Icnd210 s08l03
CCNAv5 - S2: Chapter4 Routing Concepts
KPUCC-Rs instructor ppt_chapter4_final
Ccna 4 chapter 3 v4.0 answers 2011
Introduction 140318015826-phpapp01
103 Basic network concepts
JUNOS: OSPF and BGP
CCNAv5 - S4: Chapter3 Point to-point Connections
Presentation on mcts & ccna
IRJET - Implementation of Network Security and Traffic Filtering using Access...
Wan Technologies
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
Ccna1 presentation
Ad

More from RandyDookheran1 (11)

PDF
Technology Tutorial and the basics of What Is SR MPLS
PDF
Technology Tutorial The Basics Of IPv6 SRv6
PPT
4) ODC112012 OSPF Special Areas ISSUE1.00.ppt
PPTX
IPv6 Basis Training Presentation - Huawei
PPT
ODC010001 MPLS Basic Knowledge ISSUE1.5.ppt
PDF
HCIA-HNTD Intermediate Training Materials V2.2.pdf
PDF
Exploring IP Routing and Ethernet Bridging.pdf
PDF
2) Routing Protocol Basis.pdf
PDF
Configuration Guide - IP Multicast(V600R001C00_04) - NE80E40E.pdf
PDF
acl configuration
PDF
ospf initial configuration
Technology Tutorial and the basics of What Is SR MPLS
Technology Tutorial The Basics Of IPv6 SRv6
4) ODC112012 OSPF Special Areas ISSUE1.00.ppt
IPv6 Basis Training Presentation - Huawei
ODC010001 MPLS Basic Knowledge ISSUE1.5.ppt
HCIA-HNTD Intermediate Training Materials V2.2.pdf
Exploring IP Routing and Ethernet Bridging.pdf
2) Routing Protocol Basis.pdf
Configuration Guide - IP Multicast(V600R001C00_04) - NE80E40E.pdf
acl configuration
ospf initial configuration
Ad

Recently uploaded (20)

PDF
composite construction of structures.pdf
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Construction Project Organization Group 2.pptx
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
DOCX
573137875-Attendance-Management-System-original
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Digital Logic Computer Design lecture notes
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
CH1 Production IntroductoryConcepts.pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
composite construction of structures.pdf
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Mechanical Engineering MATERIALS Selection
Internet of Things (IOT) - A guide to understanding
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Construction Project Organization Group 2.pptx
Operating System & Kernel Study Guide-1 - converted.pdf
573137875-Attendance-Management-System-original
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Digital Logic Computer Design lecture notes
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Model Code of Practice - Construction Work - 21102022 .pdf
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
CH1 Production IntroductoryConcepts.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Automation-in-Manufacturing-Chapter-Introduction.pdf
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...

ODC112017 Adjacency Relationship of IS-IS Protocol ISSUE1.00 (2).ppt

  • 1. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved www.huawei.com Adjacency Relationship of IS-IS Protocol
  • 2. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 2 To calculate the route, IS-IS routers are first required to discover the neighbors and form the adjacencies relationship. The adjacency formation process might vary according to the different network types; the type of adjacency relationship formed might vary according to the different area configuration and router type.
  • 3. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 3 Upon completion of the course, you will be able to: Master the concept of area, router type and adjacency relationship Understand The adjacency formation process on point to point link Understand The adjacency formation process on broadcast network
  • 4. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 4 Chapter 1 Area, Router Type, and Adjacencies Chapter 2 Adjacency Relationship Establishment Chapter 3 Adjacency Relationship Configuration
  • 5. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 5 Neighbor Relationship and Adjacency Relationship  Neighbor Relationship and Adjacency Relationship Neighbor relationship:Two ends of the routers of a link are aware of the existence of each other and they are able to exchange the protocol packets, such as hello packets, and do not exchange LSDB. Adjacency relationship:A relationship formed between neighboring routers for exchanging routing information.
  • 6. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 6 Identifier  Before establish any type of adjacency relationship with any neighbor, the identifiers required are as follow: Identify every IS (SYSTEM ID) Identify the area every IS belonged to (AREA ID) Identify the IS type
  • 7. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 7 NSAP and NET  NSAP:Network Service Access Point,correspond to CLNP address of the OSI network layer(similar to the concept of IP address)  NET:Network Entity Titles,is a special NSAP address N-selector value 0 indicates that provides service to the network layer NET is the identifier of the network equipment itself in OSI protocol stack High Order DSP DSP System ID NSEL IDI AFI IDP Area ID (1~13B) 6B 1B
  • 8. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 8 49.0021 . 1921.6800.1001 . 00 AreaID SystemID N-SEL 88.0001.0755 . 000f.e225.da08. 00 AreaID SystemID N-SEL Example of NET
  • 9. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 9 Configuration of SYSTEM ID and AREA ID  ISs that have the same Area ID belong to the same area. RTB RTA RTC [RTA]display current-configuration isis 1 network-entity 49.0001.0000.0000.0001.00 [RTB]display current-configuration isis 1 network-entity 49.0002.0000.0000.0002.00 [RTC]display current-configuration isis 1 network-entity 49.0002.0000.0000.0003.00 AREA 49.0002 AREA 49.0001
  • 10. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 10 IS type, Circuit-level type and adjacency type  3 types of IS Level-1, Level-2, Level-1-2  3 types of circuit level Level-1, Level-2, Level-1-2  3 types of adjacency relationship Level-1, Level-2, Level-1-2
  • 11. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 11 IS type and Adjacency type  The combinations below can form adjacencies( in same area) L1 L1 L1 L2 L2 L2 L12 L12 L12 L1 L12 L1 L2 L12 L2
  • 12. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 12 IS type and Adjacency type  The combinations below can form adjacencies( in different area) L2 L2 L2 L12 L12 L2 L2 L12 L2
  • 13. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 13 Chapter 1 Area, Router Type, and Adjacencies Chapter 2 Adjacency Relationship Establishment Chapter 3 Adjacency Relationship Configuration
  • 14. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 14 Conditions for adjacency establishment  To establish IS-IS adjacency relationship, the following criteria must be satisfied: Only the same level neighboring routers can form adjacency The Area ID must be the same for Level-1 router Satisfy the network segment checking. By default network segment must be the same to form neighbor relationship and adjacency
  • 15. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 15 Adjacency Relationship and Network Type  Adjacency relationship establishment varies according to the network types  IS-IS supports two network types  Point to Point network − PPP, HDLC and so on − NBMA network is recommended to be configured as PPP network. Broadcast Network − Ethernet, Token Ring and so on
  • 16. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 16 HELLO Packet  IS-IS establishes the adjacency relationship via Hello packet.  IS-IS Hello Packets (IIH) Level 1 LAN IS-IS Hello Level 2 LAN IS-IS Hello Point-to-point Hello
  • 17. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 17 The Packet Format of Point-to-Point IIH Intradomain Routing Protocol Discriminator 1B Length Indicator 1B Version/Protocol ID extension 1B ID Length 1B R R R PDU Type 1B Version 1B Reserved 1B Maximum Area Addresses 1B Common Fixed Header 8B Reserved (6 bits) Circuit Type (2 bits) 1B Source ID 6B Holding Time 2B PDU Length 2B Local Circuit ID 1B TLV Fields (Variable length)
  • 18. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 18 Adjacency Relationship in Point to Point Link SYSTEM ID : 0000.0000.0002 SYSTEM ID: 0000.0000.0001 SYSTEM TYPE: Unknown Adjacencystate: Initialising SYSTEM TYPE:IS Adjacencystate: up ISH SYSTEM TYPE: Unknown Adjacencystate: Initialising ISH IIH IIH SYSTEM TYPE:IS Adjacencystate: up
  • 19. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 19 The Packet Format of LAN IIH Intradomain Routing Protocol Discriminator 1B Length Indicator 1B Version/Protocol ID Extension 1B ID Length 1B R R R PDU Type 1B Version 1B Reserved 1B Maximun Area Addresses 1B Common Fixed Header 8B Reserved (6bits) Circuit Type(2bits) 1B Source ID 6B Holding Time 2B PDU Length 2B R Priority 1B LAN ID 7B TLV
  • 20. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 20 Adjacency Relationship in Broadcast Network SYSTEM ID : 0000.0000.0002 SYSTEM ID: 0000.0000.0001 Adjacencystate: Initialising Adjacencystate: up IIH: neighbour=0000.0000.0002 IIH: neighbour=0000.0000.0001 Adjacencystate: Initialising Adjacencystate: up IIH: neighbour=NULL IIH: neighbour=NULL
  • 21. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 21 Chapter 1 Area, Router Type, and Adjacencies Chapter 2 Adjacency Relationship Establishment Chapter 3 Adjacency Relationship Configuration
  • 22. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 22 Adjacency Relationship Configuration RTB RTA L12 L12 49.0001.0000.0000.0004.00 RTC RTD L12 L12 49.0002.0000.0000.0003.00 49.0002.0000.0000.0002.00 49.0001.0000.0000.0001.00 E0 E0 S0 S0 S1 S1 23.23.23.0/30 10.10.10.0/24 12.12.12.0/30
  • 23. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 23 Enable IS-IS and Configure NET RTB RTA RTC RTD [RTA]isis [RTA-isis-1]network-entity 49.0001.0000.0000.0001.00 [RTA]interface LoopBack 0 [RTA-LoopBack0]isis enable [RTA]interface Serial 0 [RTA-Serial0]isis enable [RTA]interface Ethernet 0 [RTA-Ethernet0]isis enable S0 S0 S1 S1 E0 E0
  • 24. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 24 Display the Adjacencies Relationship [RTA]display isis peer System Id Interface Circuit Id State HoldTime Type PRI 0000.0000.0002 S0 002 Up 27s L2 -- 0000.0000.0004 Eth0 0000.0000.0004.02 Up 6s L1(L1L2) 64 0000.0000.0004 Eth0 0000.0000.0004.02 Up 6s L2(L1L2) 64 [RTB]display isis peer System Id Interface Circuit Id State HoldTime Type PRI 0000.0000.0001 S0 002 Up 22s L2 -- 0000.0000.0003 S1 003 Up 28s L1L2 -- [RTC]display isis peer System Id Interface Circuit Id State HoldTime Type PRI 0000.0000.0002 S1 002 Up 26s L1L2 -- [RTD]display isis peer System Id Interface Circuit Id State HoldTime Type PRI 0000.0000.0001 Eth0 0000.0000.0004.02 Up 23s L1(L1L2) 64 0000.0000.0001 Eth0 0000.0000.0004.02 Up 23s L2(L1L2) 64
  • 25. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 25 Change the IS Type RTB RTA RTC RTD [RTD]isis [RTD-isis-1]is-level level-2 S0 S0 S1 S1 E0 E0 [RTC]isis [RTC-isis-1]is-level level-1
  • 26. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 26 Display the Adjacencies Relationship [RTA]display isis peer System Id Interface Circuit Id State HoldTime Type PRI 0000.0000.0002 S0 002 Up 21s L2 -- 0000.0000.0004 Eth0 0000.0000.0004.02 Up 8s L2 64 [RTB]display isis peer System Id Interface Circuit Id State HoldTime Type PRI 0000.0000.0001 S0 002 Up 26s L2 -- 0000.0000.0003 S1 003 Up 24s L1 -- [RTC]display isis peer System Id Interface Circuit Id State HoldTime Type PRI 0000.0000.0002 S1 002 Up 22s L1 -- [RTD]display isis peer System Id Interface Circuit Id State HoldTime Type PRI 0000.0000.0001 Eth0 0000.0000.0004.02 Up 20s L2 64
  • 27. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 27 Observe the IIH Packets <RTA>debugging isis adjacency *0.16417515 RTA ISIS/7/ISIS: ISIS-1-ADJ: Sending Lan L2 Hello on Eth0. *0.16418484 RTA ISIS/7/ISIS: ISIS-1-ADJ: Sending Lan L1 Hello on Eth0.
  • 28. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 28 Change the Interface Circuit-level RTB RTA RTC RTD [RTA]interface Ethernet 0 [RTA-Ethernet0]isis circuit-level level-2 S0 S0 S1 S1 E0 E0
  • 29. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 29 Observe the IIH packets <RTA>debugging isis adjacency *0.17445797 RTA ISIS/7/ISIS: ISIS-1-ADJ: Sending Lan L2 Hello on Eth0. [RTA]display isis interface Interface information for ISIS(1) --------------------------------- Interface Id IPV4.State MTU Type DR Loop0 001 Up 1500 L1/L2 -- S0 002 Up 1500 L1/L2 -- Eth0 003 Up 1497 L2 No
  • 30. HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Page 30 Conclusion  How many types of IS-IS routers are there?  How many types of IS-IS adjacencies relationship are there?  Describe the corresponding between the type of IS-IS router and the type of adjacency relationship.  Describe the difference in the process of adjacency relationship establishment between Point to Point link and broadcast network.