Introduction to ISIS. ISP/IXP Workshops. 1999, Cisco Systems, Inc.

Size: px
Start display at page:

Download "Introduction to ISIS. ISP/IXP Workshops. 1999, Cisco Systems, Inc."

Transcription

1 Introduction to ISIS ISP/IXP Workshops 1999, Cisco Systems, Inc. 1

2 Acknowledgements Thanks to Stefano Previdi Any questions 2

3 Basic ISIS 3

4 ISIS - Intermediate System to Intermediate System Link state protocol for IP and CLNS, RFC1195, ISO Each router sends Hello PDU IIHs and build adjacencies with neighbours Each router creates an LSP and flood it to neighbours Each router receives all LSPs from neighbours 4

5 Introduction to ISIS Each router maintains database (L1, L2, or both) Each router runs the Dijkstra (SPF) algorithm on the database to calculate topology Each router runs Partial Route Calculation (PRC) to calculate IP routing information Each router has the full visibility of the network (or the area) 5

6 ISIS Levels ISIS has a 2 layer hierarchy Level-2 (the backbone) Level-1 (the areas) A router can be Level-1 (L1) router Level-2 (L2) router Level-1-2 (L1L2) router 6

7 Level-1 router ISIS Levels Has neighbours only on the same area Has a level-1 LSDB with all routing information for the area Level-2 router May have neighbours in the same or other areas Has a Level-2 LSDB with all routing information about inter-area Level-1-2 router May have neighbours on any area. Has two separate LSDBs: level-1 LSDB & level-2 LSDB 7

8 Backbone ISIS does not have a backbone area The backbone is the contiguous collection of Level-2 capable routers 8

9 L1, L2, and L1L2 Routers L1-only L1L2 Area-3 Area-2 L1L2 L1-only L1L2 L2-only Area-4 Area-1 L1L2 L1L2 L1-only L1-only 9

10 ISIS Areas ISIS area borders are on links, not routers Each router is identified with Network Entity Title (NET) NET: An NSAP where n-selector is 0 10

11 NSAP and Addressing NSAP: Network Service Access Point Total length between 8 and 20 bytes Area Address: variable length field (up to 13 bytes) System ID: defines an ES or IS in an area. NSEL: N-selector. identifies a network service user (transport entity or the IS network entity itself) NET: the address of the network entity itself 11

12 An Addressing Example 39.0f Area f f Area f Area f Area f f

13 Adjacencies Hello PDU IIHs are exchanged between routers to form adjacencies ISIS adjacency through IIH Area addresses are exchanged in IIH PDUs 13

14 Link State PDU (LSP) Each router creates an LSP and flood it to neighbors A level-1 router will create level-1 LSP(s) A level-2 router will create level-2 LSP(s) A level-1-2 router will create level-1 LSP(s) and level-2 LSP(s) 14

15 LSP header LSPs have Fixed header TLV coded contents The LSP header contains LSP-id Sequence number Remaining Lifetime Checksum Type of LSP (level-1, level-2) Attached bit Overload bit 15

16 LSP Contents The LSP contents are coded as TLV (Type, Length, Value) Area addresses IS neighbors Authentication Info 16

17 LSDB content Each router maintains a separate LSDB for level-1 and level-2 LSPs LSP headers and contents SRM bits: set per interface when router has to flood this LSP SSN bits: set per interface when router has to send a PSNP for this LSP 17

18 Flooding of LSPs New LSPs are flooded to all neighbors It is necessary that all routers get all LSPs Each LSP has a sequence number 2 kinds of flooding Flooding on a p2p link Flooding on LAN 18

19 Flooding on a p2p link Once the adjacency is established both routers send CSNP packet Missing LSPs are sent by both routers if not present in the received CSNP Missing LSPs may be requested through PSNP 19

20 Flooding on a P2P Link Receives LSP id=x seqnr=22 It s new. Put it in the LSDB Now let s flood it Set SRM bit Send over p2p Received ack Clear SRM bit LSP -> id=x seqnr=22 <- PSNP id=x seqnr=22 Received it. My own copy has seqnr=21. So it is new, Install it in LSDB. Acknowledge it. Maybe flood further. 20

21 Flooding on a LAN There s a Designated Router (DIS) DIS election is based on priority Breaking-tie is the highest MAC address DIS has two tasks Conducting the flooding over the LAN Creating and updating a special LSP describing the LAN topology (Pseudonode LSP) Pseudonode represents LAN (created by the DIS) 21

22 Flooding on a LAN Physical view the DIS Logical view the DIS a Pseudonode LAN ES ES 22

23 Flooding on a LAN DIS conducts the flooding over the LAN DIS multicasts CSNP every 10 seconds All routers in the LAN check the CSNP against their own LSDB (and may ask specific re-transmissions with PSNPs) 23

24 Flooding on a LAN An ordinary router Dropped LSP! (bad bad) :- Gosh, I ve got up-to-date y and z But my x is old! Request latest x a LAN the DIS <- LSP <- CSNP id=y seqnr=... id=x seqnr=22 id=z... PSNP -> Got it. Install and run SPF, but don t id=x send PSNP seqnr=21 <- LSP id=x seqnr=22 Received new LSP id=x seqnr=22 Install in LSDB Set SRM bit Flood the LSP Clear SRM bit! Periodic CSNP every 10 sec's Oh, he has an old LSP, better resend him latest 24

25 Complete Sequence Number PDU Describes all LSPs in your LSDB (in range) If LSDB is large, multiple CSNPs are sent Used at 2 occasions Periodic multicast by DIS (every 10 seconds) to synchronise LSDB over LAN subnets On p2p links when link comes up 25

26 Partial Sequence Number PDUs PSNPs Exchanged on p2p links (ACKs) Two functions Acknowledge receipt of an LSP Request transmission of latest LSP PSNPs describe LSPs by its header LSP identifier Sequence number Remaining lifetime LSP checksum 26

27 Configuration Area-2 Area-1 Area-3 Rtr-C Rtr-A Rtr-B L1, L2, L1-L2 By default cisco routers will be L1L2 routers Routers can be manually configured to behave as Level-1 only, Level-2 only, Level-1-2 Configuration can be done per interface or at the router level 27

28 Configuration L1L2 routers Rtr-B Rtr-C Router-B Area Area Interface Loopback0 ip address ! Interface Pos2/0/0 ip address ip router isis isis circuit-type level-2! FastEthernet4/0/0 ip address ip router isis isis circuit-type level-1! router isis passive-interface Loopback0 net Rtr-A Rtr-D L1routers Router-A Interface Loopback0 ip address ! interface FastEthernet0/0 ip address ip router isis! router isis is-type level-1 passive-interface Loopback0 net

29 Configuration L1L2 routers Rtr-B Rtr-C Router-C Area Area Interface Loopback0 ip address ! Interface Pos1/0/0 ip address ip router isis isis circuit-type level-2! interface Fddi3/0 ip address ip router isis isis circuit-type level-1! router isis passive-interface Loopback0 net Rtr-A Rtr-D L1routers Router-D Interface Loopback0 ip address ! interface Fddi6/0 ip address ip router isis! router isis is-type level-1 passive-interface Loopback0 net

30 Show CLNS L1L2 routers Rtr-B Rtr-C Area Area Rtr-B> sh clns Global CLNS Information: 2 Interfaces Enabled for CLNS NET: Configuration Timer: 60, Default Holding Timer: 300, Packet Lifetime 64 ERPDU's requested on locally generated packets Intermediate system operation enabled (forwarding allowed) IS-IS level-1-2 Router: Routing for Area: Rtr-A Rtr-D L1routers 30

31 Show clns neighbors L1L2 routers Rtr-B Rtr-C Area Area Rtr-A Rtr-D L1routers Rtr-B> show clns neighbors System Id SNPA Interface State Holdtime Type Protocol *PPP* PO2/0/0 Up 29 L2 IS-IS e c00 Fa4/0/0 Up 9 L1 IS-IS 31

32 Show clns interface Rtr-B> sh clns int POS2/0/0 POS2/0/0 is up, line protocol is up Checksums enabled, MTU 4470, Encapsulation PPP ERPDUs enabled, min. interval 10 msec. L1L2 routers RDPDUs enabled, min. interval 100 msec., Addr Mask enabled Congestion Experienced bit set at 4 packets CLNS fast switching disabled CLNS SSE switching disabled Rtr-B Rtr-C DEC compatibility mode OFF for this interface Next ESH/ISH in 47 seconds Routing Protocol: IS-IS Area Area Circuit Type: level-1-2 Rtr-A Interface number 0x0, local circuit ID 0x100 L1routers Rtr-D Level-1 Metric: 10, Priority: 64, Circuit ID: Number of active level-1 adjacencies: 0 Level-2 Metric: 10, Priority: 64, Circuit ID: Number of active level-2 adjacencies: 1 Next IS-IS Hello in 2 seconds 32

33 Show clns interface Rtr-B> sh clns int FastEthernet4/0/0 FastEthernet4/0/0 is up, line protocol is up Checksums enabled, MTU 1497, Encapsulation SAP ERPDUs enabled, min. interval 10 msec. L1L2 routers RDPDUs enabled, min. interval 100 msec., Addr Mask enabled Congestion Experienced bit set at 4 packets CLNS fast switching enabled CLNS SSE switching disabled Rtr-B Rtr-C DEC compatibility mode OFF for this interface Next ESH/ISH in 1 seconds Routing Protocol: IS-IS Area Area Circuit Type: level-1 Rtr-A Rtr-D Interface number 0x1, local circuit ID 0x1 L1routers Level-1 Metric: 10, Priority: 64, Circuit ID: Number of active level-1 adjacencies: 1 Next IS-IS LAN Level-1 Hello in 3 seconds 33

34 Show clns protocol Rtr-B> show clns protocol IS-IS Router: <Null Tag> System Id: IS-Type: level-1-2 Manual area address(es): Routing for area address(es): L1L2 routers Interfaces supported by IS-IS: FastEthernet4/0/0 - IP POS2/0/0 - IP Redistributing: Rtr-B Rtr-C static Distance: 110 Area Area Rtr-B> Rtr-A Rtr-D L1routers 34

35 Show clns traffic Rtr-B> show clns traffic CLNS & ESIS Output: 14, Input: 436 CLNS Local: 0, Forward: 0 CLNS Discards: Hdr Syntax: 0, Checksum: 0, Lifetime: 0, Output cngstn: 0 No Route: 0, Dst Unreachable 0, Encaps. Failed: 0 NLP Unknown: 0, Not an IS: 0 CLNS Options: Packets 0, total 0, bad 0, GQOS 0, cngstn exprncd 0 CLNS Segments: Segmented: 0, Failed: 0 CLNS Broadcasts: sent: 0, rcvd: 0 Echos: Rcvd 0 requests, 0 replies Sent 0 requests, 0 replies ESIS(sent/rcvd): ESHs: 0/0, ISHs: 14/15, RDs: 0/0, QCF: 0/0 L1L2 routers ISO-IGRP: Querys (sent/rcvd): 0/0 Updates (sent/rcvd): 0/0 ISO-IGRP: Router Hellos: (sent/rcvd): 0/0 ISO-IGRP Syntax Errors: 0 IS-IS: Level-1 Hellos (sent/rcvd): 84/244 Rtr-B Rtr-C IS-IS: Level-2 Hellos (sent/rcvd): 0/0 IS-IS: PTP Hellos (sent/rcvd): 84/82 Area Area Rtr-A Rtr-D L1routers 35

36 Show clns traffic IS-IS: Level-1 LSPs sourced (new/refresh): 7/1 IS-IS: Level-2 LSPs sourced (new/refresh): 5/0 IS-IS: Level-1 LSPs flooded (sent/rcvd): 5/5 IS-IS: Level-2 LSPs flooded (sent/rcvd): 1/6 IS-IS: LSP Retransmissions: 0 IS-IS: Level-1 CSNPs (sent/rcvd): 0/82 IS-IS: Level-2 CSNPs (sent/rcvd): 1/1 IS-IS: Level-1 PSNPs (sent/rcvd): 1/0 IS-IS: Level-2 PSNPs (sent/rcvd): 3/1 IS-IS: Level-1 DR Elections: 2 IS-IS: Level-2 DR Elections: 1 IS-IS: Level-1 SPF Calculations: 3 IS-IS: Level-2 SPF Calculations: 3 IS-IS: Level-1 Partial Route Calculations: 0 IS-IS: Level-2 Partial Route Calculations: 0 IS-IS: LSP checksum errors received: 0 IS-IS: Update process queue depth: 0/200 IS-IS: Update process packets dropped: 0 Rtr-B L1L2 routers Rtr-C Area Area Rtr-A Rtr-D L1routers 36

37 Show isis database L1L2 routers Rtr-B Rtr-C Area Area Rtr-A Rtr-D Rtr-B> show isis database L1routers IS-IS Level-1 Link State Database LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL * 0x x /0/0 (11) x C 0x /0/0 (5) x x40EC 831 0/0/0 (4) IS-IS Level-2 Link State Database LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL * 0x xFC /0/0 (9) * 0x x4CB /0/0 (10) x x86A /0/0 (3) x x /0/0 (2) 37

38 Show isis database Rtr-B> sh isis database detail IS-IS Level-1 LSP LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL * 0x x4D /0/0 (1) Area Address: NLPID: 0xCC IP Address: Metric: 10 IP Metric: 10 IP Metric: 0 IP Metric: 10 IS Metric: 0 ES Rtr-B L1L2 routers Rtr-C Area Area Rtr-A Rtr-D L1routers 38

39 Show isis database IS-IS Level-2 LSP LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL * 0x x /0/0 (2) Area Address: NLPID: 0xCC IP Address: Metric: 10 IS Metric: 10 IS Metric: 10 IP Metric: 0 IP Metric: 10 IP Metric: 10 IP Rtr-B L1L2 routers Rtr-C Area Area Rtr-A Rtr-D L1routers 39

40 Show isis spf-log L1L2 routers Rtr-B Rtr-C Area Area Rtr-B> show isis spf-log Level 1 SPF log When Duration Nodes Count Rtr-A Rtr-D L1routers Last trigger LSP Triggers 00:06: NEWAREA RTCLEARED NEWADJ NEWLSP TLVCONTENT 00:06: NEWADJ TLVCONTENT 00:06: ATTACHFLAG LSPHEADER Level 2 SPF log When Duration Nodes Count Last trigger LSP Triggers 00:06: RTCLEARED NEWLSP 00:06: NEWADJ TLVCODE TLVCONTENT 00:06: LSPHEADER 40

41 Network Design Issues As in all IP network designs, the key issue is the addressing lay-out ISIS support large number of routers in a single area When using areas, use summaryaddresses 400 routers in the backbone has been done 41

42 Network Design Issues Possible link cost Default on all interface is 10 Manually configured according to routing strategy Summary address cost Equal to the best more specific cost Plus cost to reach neighbor of best specific Backbone has to be contiguous Ensure continuity by redundancy Area partitioning Design so that backbone can not be partitioned 42

43 Scaling Issues Areas vs. single area Use areas where sub-optimal routing is not an issue areas with one single exit point Start with L2-only everywhere is a good choice Future implementation of level-1 areas will be easier Backbone continuity is ensured from start 43

44 Advanced ISIS 44

45 ISIS Levels Level-1 router Use the closest Level-2 router to exit the area Level-1-2 router If the router has adjacencies to other areas, it will inform the level-1 routers (intra-area) it is a potential exit point for the area 45

46 Non-Pseudonode LSP Non-Pseudonode LSP represents router Each router will create and flood a new Non-Pseudonode LSP When a new neighbor comes up or goes away When new IP prefixes are inserted or removed When the metric of a link is changed When refresh interval timer expires 46

47 Pseudonode LSP Pseudonode LSP represents LAN The DIS will create and flood a new Pseudonode LSP When a new neighbour comes up or goes away When refresh interval timer expires Reduces adjacencies and flooding over LAN subnets 47

48 LSP Identifier LSP identifier consists of 3 parts Source ID System-ID of router (non-pn) or DIS (Pseudonode) Pseudonode ID Zero for router LSP, non-zero for Pseudonode LSP LSP number Fragmentation number Example: 00c SystemID PN-ID Frag-Nr 48

49 LSP Header LSP sequence number Used to determine the newest LSP version LSP remaining lifetime Used to purge old LSPs LSP checksum LSP type level-1 or level2 49

50 LSP Header LSP Attached bit Set in the level-1 LSP by a L1-L2 router if it has connectivity to another area Indicate to the area routers (level-1) that it is a potential exit point of the area Level-1 routers select the closest (best metric) level-2 router with the ATT-bit set 50

51 LSP Header LSP Overload bit Set by the router when it has an overload problem on its LSDB The O-bit Indicates that the router has an incomplete LSP database, and hence cannot be trusted to compute any correct routes LSP with O-bit is used in the LSDB but topology behind it is not calculated Therefore other routers do not compute routes which would require the PDU to pass through the overloaded router 51

52 Flooding in depth LSPs hold a Remaining Lifetime Set to 20 minutes by the originating router After 20 min. each router must remove the LSP Prevents old LSPs to stay in the LSDB forever Periodic refresh of LSPs router resends LSP at least every 15 mins Can be set up to 18.7 Hours Cut back on background LSP noise 52

53 Flooding in depth Network wide LSP purges When a router detects a corrupted or an expired LSP, it sets RL to 0, and floods the LSP header All routers will now remove the LSP simultaneous New DIS purges old Pseudonode LSP LSPs hold a checksum To detect LSDB corruption in router s memory 53

54 Flooding in depth Sequence number overflow is unlikely to happen 4 Bytes seqnr is enough for 120 years Restarting of a router Use sequence number = 1 Neighbour will flood old LSP with old sequence number Router can now set sequence number higher then before reboot, so everyone will use the latest LSP 54

55 LSP refresh LSP are refreshed when refresh timer expires Refresh-timer trigger new LSP generation and flooding LSP lifetime (LSP header) gives remaining time LSP lifetime is used by routers and decremented When lifetime is 0, LSP purged from LSDB Decrement allows different lifetimes per router 55

56 Configurable Timers Timers are configurable csnp-interval hello-interval hello-multiplier lsp-interval retransmit-interval Set CSNP interval in seconds Set Hello interval in seconds Set multiplier for Hello holding time Set LSP transmission interval Set per-lsp retransmission interval retransmit-throttle-interval Set interface LSP retransmission interval lsp-gen-interval lsp-refresh-interval max-lsp-lifetime prc-interval spf-interval Minimum interval between regenerating same LSP Set LSP refresh interval Set maximum LSP lifetime Minimum interval between partial route calculations Minimum interval between SPF calculations 56

57 New Features Metrics are 3 bytes (2^24) wide with 12.0S Specific routes leaking from L2 to L1 with 12.0S Mesh-groups Mesh-groups allow LSP flooding on selected subinterface (thus neighbours) Avoid flooding over all interfaces Use is recommended on NBMA clouds 57

58 Mesh-group Router-B Router-A Router-B will receive 4 instances of Router-A LSP Mesh-groups will allow to flood only on selected links Mesh-groups are configured on interfaces 58

59 Timer Issues Timers can be adapted to large topologies LSP, Hello, CSNP, retransmission intervals Refresh interval Trade-off between reduced flooding and purge of corrupted LSPs SPF and PRC interval LSP maximum lifetime Maximum value is recommended Will significantly reduce LSP re-flooding Old copies of LSPs may be present in LSDB (but will not be used). 59

60 Timer Issues In some topological cases really fast convergence is needed HSRP and ISIS With HSRP the routers have to converge rapidly in order to switch from/to active and passive states Hello-interval and lsp-gen-interval can be reduced routing traffic will increase (possible route flapping) 60

61 IP Summarisation A L1L2 router will insert L1 IP prefixes into its L2 LSP Summarisation reduces L2 LSDB size Configurable on Level-1 and Level-2 routers More specific should be present 61

62 IP Summarisation Summary addresses for level-1 summary address is created for redistributed prefixes Summary addresses for level-2 summary address is created for redistributed prefixes L1 routes 62

63 IP specific Default routing Both level-1 and level-2 ISs can generate a default route A level-1 IS will always prefer a level-1 default route BEFORE using the ATT (closest level-2 capable IS) Creates an IP External prefix in L1 or L2 non-pn LSP 63

64 Default route L1L2 routers Rtr-B Rtr-C Area Area Rtr-A> show ip route Gateway of last resort is to network C /24 is directly connected, FastEthernet0/ /32 is subnetted, 2 subnets i L [115/10] via , FastEthernet0/0 C is directly connected, Loopback0 i L /24 [115/20] via , FastEthernet0/0 i*l /0 [115/10] via , FastEthernet0/0 Rtr-A Rtr-D L1routers 64

65 Summary route L1L2 routers Rtr-B Rtr-C Area Area router isis summary-address level-1-2 summary-address level-1-2 redistribute static ip metric 44 level-1-2 passive-interface Loopback0 net ! ip route Null0 ip route Null0 Rtr-A Rtr-D L1routers 65

66 Summary route Rtr-B> sh isis da det IS-IS Level-1 LSP LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL * 0x x770C /0/0 (1) Area Address: NLPID: 0xCC IP Address: Metric: 10 IP Metric: 10 IP Metric: 0 IP Metric: 10 IS Metric: 0 ES Metric: 44 IP-External Metric: 44 IP-External Metric: 44 IP-External Metric: 44 IP-External Rtr-B L1L2 routers Rtr-C Area Area Rtr-A Rtr-D L1routers 66

67 Summary route IS-IS Level-2 LSP LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL * 0x F 0xB /0/0 (2) Area Address: NLPID: 0xCC IP Address: Metric: 10 IS L1L2 routers Metric: 10 IS Metric: 44 IP-External Metric: 10 IP Rtr-B Rtr-C Metric: 44 IP-External Metric: 44 IP-External Metric: 10 IP Area Area Metric: 44 IP-External Rtr-A Rtr-D L1routers Metric: 0 IP

68 Attached bit L1L2 routers Rtr-B Rtr-C Area Area Rtr-A Rtr-D L1routers Rtr-A> show isis database IS-IS Level-1 Link State Database LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL x x4D /0/0 (4) x x (648) 0/0/0 (3) * 0x x356F 647 0/0/0 (1) * 0x x50E /0/0 (2) 68

69 Debug isis adj-packets L1L2 routers Rtr-B Rtr-C Area Area Rtr-A Rtr-D L1routers Rtr-B# debug isis adj-packets ISIS-Adj: Rec L1 IIH from 00e c00 (FastEthernet4/0/0), cir type 1, cir id ISIS-Adj: Sending L1 IIH on FastEthernet4/0/0 ISIS-Adj: Rec L1 IIH from 00e c00 (FastEthernet4/0/0), cir type 1, cir id ISIS-Adj: Sending serial IIH on POS2/0/0 ISIS-Adj: Rec serial IIH from *PPP* on POS2/0/0, cir type 3, cir id 00 69

70 Debug isis spf-events L1L2 routers Rtr-B Rtr-C Area Area Rtr-B# debug isis spf-events ISIS-SPF: Compute L1 SPT Rtr-A Rtr-D ISIS-SPF: Move to PATHS, metric 0 L1routers ISIS-SPF: thru / / , delay 0/0/0, mtu / / , hops 0/0/0, ticks 0/0/0 ISIS-SPF: Add to TENT, metric 10 ISIS-SPF: Next hop local ISIS-SPF: Move to PATHS, metric 10 ISIS-SPF: thru / / , delay 0/0/0, mtu / / , hops 0/0/0, ticks 0/0/0 ISIS-SPF: considering adj to (FastEthernet4/0/0) metric 10 ISIS-SPF: (accepted) ISIS-SPF: Add to TENT, metric 10 ISIS-SPF: Next hop (FastEthernet4/0/0) ISIS-SPF: Move to PATHS, metric 10 ISIS-SPF: Add / to IP route table, metric 20 ISIS-SPF: Next hop / (FastEthernet4/0/0) (rejected) ISIS-SPF: Add / to IP route table, metric 10 ISIS-SPF: Next hop / (FastEthernet4/0/0) (accepted) ISIS-SPF: Add / to IP route table, metric 60 ISIS-SPF: Next hop / (FastEthernet4/0/0) (rejected) 70

71 Debug isis snp-packets L1L2 routers Rtr-B Rtr-C Area Area Rtr-A Rtr-D L1routers Rtr-B# debug isis snp-packets ISIS-SNP: Rec L1 CSNP from (FastEthernet4/0/0) ISIS-SNP: CSNP range to FFFF.FFFF.FFFF.FF-FF ISIS-SNP: Same entry , seq 93 ISIS-SNP: Same entry , seq 78 ISIS-SNP: Same entry , seq 76 71

72 Debug isis spf-update L1L2 routers Rtr-B Rtr-B(config)#int fa4/0/0 Rtr-B(config-if)#isis metric 13 Rtr-B(config-if)#^Z Rtr-B# ISIS-SPF-TRIG: L1, new metric ISIS-Update: Building L1 LSP ISIS-Update: TLV contents different, code 80 ISIS-Update: TLV contents different, code 2 ISIS-SPF-TRIG: L1, TLV contents changed, code 2 ISIS-Update: Full SPF required ISIS-Update: Sending L1 LSP , seq 96, ht 1199 on FastEthernet4/0/0 ISIS-SNP: Rec L1 CSNP from (FastEthernet4/0/0) ISIS-Stats: Compute L1 SPT ISIS-Stats: Complete L1 SPT, Compute time 0.000, 3 nodes, 2 links on SPT, 0 suspends ISIS-Update: Building L2 LSP ISIS-Update: TLV contents different, code 80 ISIS-Update: TLV contents different, code 80 ISIS-Update: Leaf routes changed ISIS-Update: Sending L2 LSP , seq 96, ht 1199 on POS2/0/0 ISIS-Update: Building L2 LSP ISIS-Update: Rate limiting L2 LSP , seq 97 ISIS-Update: TLV contents different, code 80 ISIS-Update: TLV contents different, code 80 ISIS-Update: Leaf routes changed ISIS-Update: Sending L2 LSP , seq 97, ht 1196 on POS2/0/0 Rtr-C Area Area Rtr-A Rtr-D L1routers 72

73 2 routers with the same System-ID This is an illegal configuration Possible duplicate System-IDs warning 2 Routers with same System-ID will see each others LSP as their own, but not correct. So they will generate a new LSP with higher sequence number. This is an infinite ping-pong game When an IS has to regenerate its LSP frequently, it will generate the above warning 73

74 Two ISs Have Same SystemID x this IS has generated an LSP with LSPid=x and seqnr=22 we ignore the LSP with seqnr=1, as we think it is old we try to override seqnr=23 etc, etc, etc... LSP -> id=x seqnr=22 LSP -> id=x seqnr=24 <- LSP id=x seqnr=1 <- LSP id=x seqnr=23 <- LSP id=x seqnr=25 now this IS boots with SystemID=x during the flooding they will notice the mismatch. when we receive seqnr=22, we try to override it by creating a new LSP with seqnr=23 74

75 LSP Corruption Storms Suppose a link that corrupt packets, but regenerates the data-link layer CRC Example is frame-relay to ATM switches ISIS gets LSP with incorrect checksum Receiving router will do networkwide purge 75

76 LSP Corruption Storms Originating router will regenerate LSP This can create purge/re-flood storms Configure ignore-lsp-errors New spec will allow the LSP discard without network-wide purge 76

77 LSP Checksum Thrashing LSP -> id=x seqnr=22 RL=1200 someone purged our LSP. let s regenerate it LSP -> id=x seqnr=23 RL=1200 <- LSP id=x seqnr=22 RL=0 LSP -> id=x seqnr=22 RL=1193 LSP -> id=x seqnr=23 RL=1194 this IS got the LSP with a checksum error. So it purges it. <- LSP id=x seqnr=22 RL=0 And on and on and... 77

78 78

Routing Protocol - IS-IS

Routing Protocol - IS-IS Routing Protocol - IS-IS What is IS-IS? Intermediate System to Intermediate System intra-domain routing protocol :: IS, ES Is a Link State Protocol Is a dynamic routing protocol based on SPF routing algorithm

More information

IS-IS for ISPs. ISP Workshops. Last updated 25 th August 2015

IS-IS for ISPs. ISP Workshops. Last updated 25 th August 2015 IS-IS for ISPs ISP Workshops Last updated 25 th August 2015 1 Configuring IS-IS in Cisco IOS p Starting IS-IS in Cisco IOS router isis [name] n Where the optional name can specify the name of the ISIS

More information

Integrated IS-IS Commands

Integrated IS-IS Commands Integrated IS-IS Commands Use the commands in this chapter to configure and monitor the Intermediate System-to-Intermediate System (IS-IS) protocol. For IS-IS configuration information and examples, refer

More information

IS-IS Overview and Basic Configuration

IS-IS Overview and Basic Configuration This module provides a technical overview of the Integrated Intermediate System-to-Intermediate System (IS-IS) routing protocol. IS-IS is a link-state Interior Gateway Protocol (IGP). Link-state protocols

More information

IS-IS Operation. SANOG July, 2017 Gurgaon, INDIA

IS-IS Operation. SANOG July, 2017 Gurgaon, INDIA IS-IS Operation SANOG 30 14-18 July, 2017 Gurgaon, INDIA IS-IS Intermediate System to Intermediate System Designed for OSI networks to carry CLNS traffic (RFC1142 - ISO 10859) CLNP was to OSI, what IPv4/IPv6

More information

Lab Configuring Basic Integrated IS-IS

Lab Configuring Basic Integrated IS-IS Lab 7.7.1 Configuring Basic Integrated IS-IS Objective In this lab, basic Integrated IS-IS will be configured. IS-IS authentication will also be implemented for security purposes. Scenario The IS-IS routing

More information

Configuring IS IS for IP on Cisco Routers

Configuring IS IS for IP on Cisco Routers Configuring IS IS for IP on Cisco Routers Document ID: 13795 Contents Introduction Prerequisites Requirements Components Used Conventions IS IS Sample Configuration Network Diagram Configurations Monitoring

More information

IS-IS basic configuration 37 DIS election configuration 41 Configuring IS-IS route redistribution 45 IS-IS GR configuration example 49 IS-IS FRR

IS-IS basic configuration 37 DIS election configuration 41 Configuring IS-IS route redistribution 45 IS-IS GR configuration example 49 IS-IS FRR Contents Configuring IS-IS 1 IS-IS overview 1 Basic concepts 1 IS-IS area 3 IS-IS network type 5 IS-IS PDUs 6 Supported IS-IS features 13 Protocols and standards 15 IS-IS configuration task list 16 Configuring

More information

Configuring Integrated IS-IS Protocol Shutdown Support Maintaining Configuration Parameters

Configuring Integrated IS-IS Protocol Shutdown Support Maintaining Configuration Parameters Configuring Integrated IS-IS Protocol Shutdown Support Maintaining Configuration Parameters The Integrated IS-IS Protocol Shutdown Support Maintaining Configuration Parameters feature allows you to disable

More information

BSCI. Section 5. Intermediate System-to- Intermediate System (IS-IS)

BSCI. Section 5. Intermediate System-to- Intermediate System (IS-IS) BSCI Section 5 Intermediate System-to- Intermediate System () Intermediate System-to-Intermediate System () is a routing protocol developed by the ISO. It is a link-state protocol and behaves much like

More information

Configuring IS IS over IPv6

Configuring IS IS over IPv6 Configuring IS IS over IPv6 Document ID: 40262 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Troubleshooting

More information

Chapter 15 Routing ISO CLNS

Chapter 15 Routing ISO CLNS Chapter 15 Routing ISO CLNS 15 This chapter describes Cisco Systems implementation of the International Organization for Standardization (ISO) Connectionless Network Services (CLNS) protocol, which is

More information

IS-IS. About IS-IS. About NET. This chapter describes the Intermediate System to Intermediate System (IS-IS) routing protocol.

IS-IS. About IS-IS. About NET. This chapter describes the Intermediate System to Intermediate System (IS-IS) routing protocol. This chapter describes the Intermediate System to Intermediate System () routing protocol. About, page 1 Prerequisites for, page 8 Guidelines for, page 8 Configure, page 8 Monitoring, page 23 History for,

More information

log-adjacency-changes (IS-IS), on page 3 lsp-full suppress, on page 4 lsp-refresh-interval (IS-IS), on page 9

log-adjacency-changes (IS-IS), on page 3 lsp-full suppress, on page 4 lsp-refresh-interval (IS-IS), on page 9 log-adjacency-changes (IS-IS), on page 3 lsp-full suppress, on page 4 lsp-gen-interval (IPX), on page 6 lsp-gen-interval (IS-IS), on page 7 lsp-refresh-interval (IS-IS), on page 9 max-area-addresses, on

More information

IS-IS Hello Padding Behavior

IS-IS Hello Padding Behavior IS-IS Hello Padding Behavior Document ID: 119399 Contributed by Luc De Ghein, Cisco TAC Engineer. Dec 15, 2015 Contents Introduction Background Information Padding TLVs Padding TLV Example No Hello Padding

More information

MPLS Core Networks Николай Милованов/Nikolay Milovanov

MPLS Core Networks Николай Милованов/Nikolay Milovanov Tuning Core Routing Protocols Николай Милованов/Nikolay Milovanov Contents ISIS overview ISIS tuning http://niau.org 2 ISIS overview 3 IP routing design requirements Requirements towards the IGP protocols:

More information

IPv6 Routing: IS-IS Support for IPv6

IPv6 Routing: IS-IS Support for IPv6 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway Protocol (IGP) that advertises link-state information throughout

More information

IPv6 Routing: IS-IS Support for IPv6

IPv6 Routing: IS-IS Support for IPv6 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway Protocol (IGP) that advertises link-state information throughout

More information

Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch

Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch Learning Objectives Configure and verify Frame Relay point-to-point subinterfaces Configure and verify the operation of Integrated

More information

IP Routing: ISIS Configuration Guide

IP Routing: ISIS Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

Introduction to IS-IS

Introduction to IS-IS Introduction to IS-IS ISP Workshops Last updated 28 November 2013 1 IS-IS p Intermediate System to Intermediate System p ISO 10589 specifies OSI IS-IS routing protocol for CLNS traffic n A Link State protocol

More information

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting Ch. 5 Maintaining and Troubleshooting Routing Solutions Net412- Network troubleshooting Troubleshooting Routing Network Layer Connectivity EIGRP OSPF 2 Network Connectivity Just like we did when we looked

More information

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability.

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability. Vendor: Alcatel-Lucent Exam Code: 4A0-101 Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability Version: Demo QUESTION 1 When a router receives an IP packet, but does not find a match

More information

Configuring ISO CLNS. Understanding Addresses

Configuring ISO CLNS. Understanding Addresses Configuring ISO CLNS The International Organization for Standardization (ISO) Connectionless Network Service (CLNS) protocol is a standard for the network layer of the Open System Interconnection (OSI)

More information

Configuring ISO CLNS

Configuring ISO CLNS Configuring ISO CLNS First Published: March 01, 2004 Last Updated: February 26, 2010 The International Organization for Standardization (ISO) Connectionless Network Service (CLNS) protocol is a standard

More information

Customizing IS-IS for Your Network Design

Customizing IS-IS for Your Network Design This module describes optional tasks that you can perform to customize Intermediate System-to-Intermediate System (IS-IS) for your network design. You can optimize network traffic flow by setting metrics,

More information

Symbols INDEX. <cr> xvii? command xvi

Symbols INDEX. <cr> xvii? command xvi INDEX Symbols xvii? command xvi P3R-154 A access control DECnet P3R-141, P3R-153 VINES P3R-59 to P3R-61 XNS extended P3R-366 standard P3R-369 access groups DECnet P3R-121 access-list (connect initiate)

More information

IPv6 Routing: IS-IS Support for IPv6

IPv6 Routing: IS-IS Support for IPv6 IPv6 Routing: IS-IS Support for IPv6 Last Updated: May 2, 2012 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway

More information

Fast IP Convergence. Section 4. Period from when a topology change occurs, to the moment when all the routers have a consistent view of the network.

Fast IP Convergence. Section 4. Period from when a topology change occurs, to the moment when all the routers have a consistent view of the network. Fast IP Convergence Section 4 2899_05_2001_c1 2001, Cisco Systems, Inc. All rights reserved. 1 IP Convergence Convergence Time Period from when a topology change occurs, to the moment when all the routers

More information

Passit4Sure.4A Questions 4A Alcatel-Lucent Interior Routing Protocols and High Availability

Passit4Sure.4A Questions 4A Alcatel-Lucent Interior Routing Protocols and High Availability Passit4Sure.4A0-101.300Questions Number: 4A0-101 Passing Score: 800 Time Limit: 120 min File Version: 7.5 http://www.gratisexam.com/ 4A0-101 Alcatel-Lucent Interior Routing Protocols and High Availability

More information

Signaling IS-IS When dcef Is Disabled

Signaling IS-IS When dcef Is Disabled Signaling IS-IS When dcef Is Disabled Feature History Release 12.0(10)S 12.0(10)ST Modification This feature was introduced. This command was integrated into T. This feature module describes the Signaling

More information

Implementing IS-IS for IPv6

Implementing IS-IS for IPv6 Implementing IS-IS for IPv6 Last Updated: July 31, 2012 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway Protocol

More information

Deployment and Analysis of Link State Protocols

Deployment and Analysis of Link State Protocols Deployment and Analysis of Link State Protocols Session 2 Copyright Printed in USA. Agenda Pre-Requisite Link State Protocol Refresher Fundamental Deployment and Analysis OSPF Configuration Examples ISIS

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF ISP/IXP Workshops ISP/IXP Workshops 1999, Cisco Systems, Inc. 1 Agenda OSPF Primer OSPF in Service Provider Networks OSPF BCP - Adding Networks OSPF Command Summary 2 OSPF Primer 3

More information

Cisco IOS ISO Connectionless Network Service Commands

Cisco IOS ISO Connectionless Network Service Commands Cisco IOS ISO Connectionless Network Service Commands The International Organization for Standardization (ISO) Connectionless Network Service (CLNS) protocol is a standard for the network layer of the

More information

Lab Configuring Multi-Area Integrated IS-IS

Lab Configuring Multi-Area Integrated IS-IS Lab 7.7.2 Configuring Multi-Area Integrated IS-IS Objective In this lab, multiarea Integrated IS-IS and level-specific routers will be configured. Scenario Previous tests demonstrated that Integrated IS-IS

More information

ISO CLNS Configuration Guide

ISO CLNS Configuration Guide ISO CLNS Configuration Guide Cisco IOS XE Release 3S Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF ISP/IXP Workshops ISP/IXP Workshops 1999, Cisco Systems, Inc. 1 OSPF Dynamic Routing Protocol Link State technology Runs over IP, protocol 89 Designed by IETF for TCP/IP Supports VLSM

More information

ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6

ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6 1358_fmi.book Page 460 Thursday, May 27, 2004 2:21 PM A ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6 access lists, scalable networks,

More information

IS-IS Commands. distribute-list in (IS-IS), on page 25 fast-reroute per-prefix (IS-IS), on page 29

IS-IS Commands. distribute-list in (IS-IS), on page 25 fast-reroute per-prefix (IS-IS), on page 29 This module describes the commands used to configure and monitor the Intermediate System-to-Intermediate System (IS-IS). For detailed information about IS-IS concepts, configuration tasks, and examples,

More information

IS-IS Support for an IS-IS Instance per VRF for IP

IS-IS Support for an IS-IS Instance per VRF for IP IS-IS Support for an IS-IS Instance per VRF for IP First Published: August 09, 2004 Last Updated: February 19, 2007 This feature provides multiple VPN routing and forwarding (VRF)-aware Intermediate System-to-Intermediate

More information

Deploying IS-IS Networks

Deploying IS-IS Networks 5288_ch04 Page 173 Tuesday, September 10, 2002 4:01 PM 4 Deploying IS-IS Networks Now that you understand the IS-IS routing protocol and are familiar with the concepts of multi-area routing and routing

More information

IPv6 Routing Protocols Update

IPv6 Routing Protocols Update IPv6 Routing Protocols Update Wim Verrydt Solutions Architect BRKRST-2022 Abstract and Pre-requisite The proposed session provides a comprehensive overview of the main IPv6 routing protocols: IS-IS, OSPFv3,

More information

5288_index Page 293 Tuesday, September 10, :05 PM. Index

5288_index Page 293 Tuesday, September 10, :05 PM. Index 5288_index Page 293 Tuesday, September 10, 2002 4:05 PM Index A Access layer, 174 Adjacency(ies), 23-25 Level 1 and Level 2, 76-77 three-way handshake to establish, 72-74 Administrative Group (Color) sub-

More information

Configuring OSPF. Cisco s OSPF Implementation

Configuring OSPF. Cisco s OSPF Implementation Configuring OSPF This chapter describes how to configure OSPF. For a complete description of the OSPF commands in this chapter, refer to the OSPF s chapter of the Network Protocols Reference, Part 1. To

More information

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

LARGE SCALE IP ROUTING

LARGE SCALE IP ROUTING LARGE SCALE IP ROUTING PRAKTIKUM 02 IS-IS CONFIGURATION 1 by Xantaro Minimal IS-IS Configuration 1. Enable IS-IS protocol on the router 2. Configure a NET address on one of the router s interfaces (preferably

More information

Explanation: In order to verify proper route redistribution, use the "show ip route" command on all routers

Explanation: In order to verify proper route redistribution, use the show ip route command on all routers QUESTION 401 The 192.168.0.0/16 network is not being propagated throughout the network via BGP as expected. Observe the BGP configuration commands from the advertising router shown below. Router bgp 65111

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF 1 OSPF Open Shortest Path First Link state or SPF technology Developed by OSPF working group of IETF (RFC 1247) OSPFv2 standard described in RFC2328 Designed for: TCP/IP environment

More information

Operation Manual Routing Protocol. Table of Contents

Operation Manual Routing Protocol. Table of Contents Table of Contents Table of Contents Chapter 1 IP Routing Protocol Overview... 1-1 1.1 Introduction to IP Route and Routing Table... 1-1 1.1.1 IP Route... 1-1 1.1.2 Routing Table... 1-1 1.2 Routing Management

More information

IPv6 Routing: Route Redistribution

IPv6 Routing: Route Redistribution IPv6 route redistribution supports redistributing routes into an IPv6 IS-IS routing process and redistributing IPv6 IS-IS routes between IS-IS levels. Finding Feature Information, on page 1 Information

More information

Link State Routing. Link State Packets. Link State Protocol. Link State Protocols Basic ideas Problems and pitfalls

Link State Routing. Link State Packets. Link State Protocol. Link State Protocols Basic ideas Problems and pitfalls Link State Routing In particular OSPF Karst Koymans Informatics Institute University of Amsterdam (version 16.3, 2017/03/09 11:25:31) Tuesday, March 7, 2017 Link State Protocols Basic ideas Problems and

More information

Configure Segment Routing for IS-IS Protocol

Configure Segment Routing for IS-IS Protocol Integrated Intermediate System-to-Intermediate System (IS-IS), Internet Protocol Version 4 (IPv4), is a standards-based Interior Gateway Protocol (IGP). The Cisco IOS XR software implements the IP routing

More information

Alcatel-lucent EXAM - 4A Alcatel-Lucent Interior Routing Protocols and High Availability. Buy Full Product.

Alcatel-lucent EXAM - 4A Alcatel-Lucent Interior Routing Protocols and High Availability. Buy Full Product. Alcatel-lucent EXAM - 4A0-101 Alcatel-Lucent Interior Routing Protocols and High Availability Buy Full Product http://www.examskey.com/4a0-101.html Examskey Alcatel-lucent 4A0-101 exam demo product is

More information

Lab 4: Routing using OSPF

Lab 4: Routing using OSPF Network Topology:- Lab 4: Routing using OSPF Device Interface IP Address Subnet Mask Gateway/Clock Description Rate Fa 0/0 172.16.1.17 255.255.255.240 ----- R1 LAN R1 Se 0/0/0 192.168.10.1 255.255.255.252

More information

ROUTING CONSORTIUM. Intermediate System to Intermediate System (IS-IS) Operations Test Suite. Technical Document. Revision 4.6

ROUTING CONSORTIUM. Intermediate System to Intermediate System (IS-IS) Operations Test Suite. Technical Document. Revision 4.6 ROUTING CONSORTIUM Intermediate System to Intermediate System (IS-IS) Operations Test Suite Technical Document Revision 4.6 University of New Hampshire 121 Technology Drive, Suite 2 Durham, NH 03824-3525

More information

Table of Contents 1 OSPF Configuration 1-1

Table of Contents 1 OSPF Configuration 1-1 Table of Contents 1 OSPF Configuration 1-1 Introduction to OSPF 1-1 Basic Concepts 1-2 OSPF Area Partition 1-4 Router Types 1-7 Classification of OSPF Networks 1-9 DR and BDR 1-9 OSPF Packet Formats 1-11

More information

Lab 5-3 Redistribution Between EIGRP and IS-IS

Lab 5-3 Redistribution Between EIGRP and IS-IS Lab 5-3 Redistribution Between EIGRP and IS-IS Learning Objectives Review basic configuration of EIGRP and IS-IS Redistribute into EIGRP Redistribute into IS-IS Use a standard access list to select routes

More information

OSPF. Unless otherwise noted, OSPF refers to OSPFv2 throughout this document.

OSPF. Unless otherwise noted, OSPF refers to OSPFv2 throughout this document. Open Shortest Path First () is a link state based interior gateway protocol developed by the working group of the Internet Engineering Task Force (IETF). At present, version 2 (RFC2328) is used. Introduction

More information

Configuring Networking Protocols

Configuring Networking Protocols 11 CHAPTER This chapter describes how to configure the ML-Series card for supported IP routing protocols. It is intended to provide enough information for a network administrator to get the protocols up

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols? (question mark), CLI help system, 126 Numerics A 2-router BGP topology, configuring, 279 284 4-router BGP topology, configuring, 266, 276 279 ABRs (area border routers), 9, 87, 95, 141

More information

HP Firewalls and UTM Devices

HP Firewalls and UTM Devices HP Firewalls and UTM Devices Appendix Protocol Reference Part number: 5998-4171 Software version: F1000-A-EI: Feature 3722 F1000-S-EI: Feature 3722 F5000: Feature 3211 F1000-E: Feature 3174 Firewall module:

More information

Cabrillo College. Rick Graziani, Instructor

Cabrillo College. Rick Graziani, Instructor Cabrillo College CCNP Advanced Routing Ch. 5 - Multi-areas (Part I) Rick Graziani, Instructor Mar. 4, 2002 1 Multi-Area Part I Areas LSAs show ip ospf database (summary of link state database) show ip

More information

Configuring OSPF. Finding Feature Information

Configuring OSPF. Finding Feature Information This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP) developed by the OSPF working group of the Internet Engineering Task Force (IETF). OSPF

More information

Link State Routing. Link State Packets. Link State Protocol. Link State Protocols Basic ideas Problems and pitfalls

Link State Routing. Link State Packets. Link State Protocol. Link State Protocols Basic ideas Problems and pitfalls Link State Routing In particular OSPF Karst Koymans Informatics Institute University of Amsterdam (version 17.4, 2017/11/30 12:33:57) Tuesday, November 28, 2017 Link State Protocols Basic ideas Problems

More information

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area Chapter 3 Topology Objectives Configure multi-area OSPFv2 for IPv4. Configure multi-area OSPFv3 for IPv6 Verify multi-area behavior. Configure stub and totally stubby areas for OSPFv2. Configure stub and

More information

Configuring OSPF. Finding Feature Information. Contents

Configuring OSPF. Finding Feature Information. Contents Configuring OSPF First Published: May 5, 2008 Last Updated: March 18 2011 This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP) developed by

More information

IS-IS in Detail. ISP Workshops

IS-IS in Detail. ISP Workshops IS-IS i Detail ISP Workshops These materials are licesed uder the Creative Commos Attributio-NoCommercial 4.0 Iteratioal licese (http://creativecommos.org/liceses/by-c/4.0/) Last updated 27 th November

More information

Integrated IS-IS CHAPTER 4. ISO Network Entity Title (NET)

Integrated IS-IS CHAPTER 4. ISO Network Entity Title (NET) CHAPTER 4 Integrated IS-IS This chapter provides information and commands concerning the following Intermediate System-to-Intermediate System (IS-IS) topics: ISO Network Entity Title (NET) Rules for creating

More information

EECS 122, Lecture 16. Link Costs and Metrics. Traffic-Sensitive Metrics. Traffic-Sensitive Metrics. Static Cost Metrics.

EECS 122, Lecture 16. Link Costs and Metrics. Traffic-Sensitive Metrics. Traffic-Sensitive Metrics. Static Cost Metrics. EECS 122, Lecture 16 Kevin Fall kfall@cs.berkeley.edu edu Link Costs and Metrics Routing protocols compute shortest/cheapest paths using some optimization criteria Choice of criteria has strong effect

More information

Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of opaque LSAs 40 Configuring OSPF to

Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of opaque LSAs 40 Configuring OSPF to Contents Configuring OSPF 1 Introduction to OSPF 1 Basic concepts 1 OSPF areas 3 Router types 6 OSPF network classification 7 DR and BDR 8 OSPF packet formats 9 Supported OSPF features 17 Protocols and

More information

Logging neighbor state changes 38 Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of

Logging neighbor state changes 38 Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of Contents Configuring OSPF 1 Introduction to OSPF 1 Basic concepts 1 Area based OSPF network partition 3 Router types 6 OSPF network classification 7 DR and BDR 8 OSPF packet formats 9 Supported features

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

REDDIG II Computer Networking Training

REDDIG II Computer Networking Training REDDIG II Computer Networking Training JM SANCHEZ / PH RASSAT -20/06/2012 Invierno 2011 Capacitacion en fabrica - CORPAC Dynamic Routing Dynamic Routing Function(s) of Dynamic Routing Protocols: Dynamically

More information

IS-IS Configuration Commands. Generic Commands. shutdown IS-IS XRS Routing Protocols Guide Page 533. Syntax [no] shutdown

IS-IS Configuration Commands. Generic Commands. shutdown IS-IS XRS Routing Protocols Guide Page 533. Syntax [no] shutdown IS-IS IS-IS Configuration Commands Generic Commands shutdown Syntax [no] shutdown config>router>isis>interface ip-int-name config>router>isis>if>level level-number config>router>isis>if>segment-routing

More information

Configuring IP Routing Protocols

Configuring IP Routing Protocols C H A P T E R 1 6 Configuring IP Routing Protocols This chapter describes how to configure the various IP routing protocols. For a complete description of the commands listed in this chapter, refer to

More information

904 ASBRs (Autonomous System Boundary Routers)

904 ASBRs (Autonomous System Boundary Routers) I N D E X A ABRs (Area Border Routers), 292 LSA propagation, 294 Access layer, hierarchical designs, 42 access lists. See also IP access lists BGP-4, 557 controlling terminal access, 51 52 guidelines for

More information

OSPF Protocol Overview on page 187. OSPF Standards on page 188. OSPF Area Terminology on page 188. OSPF Routing Algorithm on page 190

OSPF Protocol Overview on page 187. OSPF Standards on page 188. OSPF Area Terminology on page 188. OSPF Routing Algorithm on page 190 Chapter 17 OSPF Protocol Overview The Open Shortest Path First (OSPF) protocol is an interior gateway protocol (IGP) that routes packets within a single autonomous system (AS). OSPF uses link-state information

More information

IPv6 Commands: sn to v

IPv6 Commands: sn to v IPv6 Commands: sn to v sntp address, page 3 spd extended-headroom, page 5 spd headroom, page 7 spf-interval (IPv6), page 9 split-horizon (IPv6 RIP), page 11 standby ipv6, page 13 summary-prefix (IPv6 IS-IS),

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols %OSPF-4-BADLSATYPE error messages, 529 Numerics A 128-bit addressing scheme, IPv6, 5 2-way state, OSPF neighbors, 336 getting stuck, 398 400 32-bit addressing scheme, IPv4, 5 classes,

More information

Configuring OSPF. Finding Feature Information

Configuring OSPF. Finding Feature Information This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP) developed by the OSPF working group of the Internet Engineering Task Force (IETF). OSPF

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

OSPF Virtual Link. Contents. Prerequisites. Document ID: Requirements. Components Used

OSPF Virtual Link. Contents. Prerequisites. Document ID: Requirements. Components Used OSPF Virtual Link Document ID: 47866 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations How the Virtual Link Operates Calculate the Shortest

More information

Case Study 2: Frame Relay and OSPF Solution

Case Study 2: Frame Relay and OSPF Solution Case Study 2: Frame Relay and OSPF Solution Objective In this case study, you troubleshoot a complex scenario involving Frame Relay and Open Shortest Path First (OSPF). Figure 2-1 shows the topology for

More information

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

More information

IS-IS Command Reference

IS-IS Command Reference IS-IS IS-IS Command Reference Configuration Commands Global Commands on page 527 Interface Commands on page 530 Show Commands on page 531 Clear Commands on page 531 Debug Commands on page 532 Global Commands

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series EVI Configuration Guide Part number: 5998-3419 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

Cisco IOS Interface and Hardware Component Command Reference

Cisco IOS Interface and Hardware Component Command Reference Cisco IOS Interface and Hardware Component Command Reference April 2011 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

Cisco Building Scaleable Cisco Internetworks (BSCI) Practice Test. Version https://certkill.com

Cisco Building Scaleable Cisco Internetworks (BSCI) Practice Test. Version https://certkill.com Cisco 642-901 642-901 Building Scaleable Cisco Internetworks (BSCI) Practice Test Version 2.12 QUESTION NO: 1 Cisco 642-901: Practice Exam A company has a BGP network and a BGP route of 196.27.125.0/24

More information

Reducing Failure Detection Times in IS-IS Networks

Reducing Failure Detection Times in IS-IS Networks Reducing Failure Detection Times in IS-IS Networks This module describes how to customize IS-IS configuration to help you achieve fast convergence in your network. This module describes how to configure

More information

Introduction to OSPF OSPF. Link State Routing. Link State. Fast Convergence. Low Bandwidth Utilisation

Introduction to OSPF OSPF. Link State Routing. Link State. Fast Convergence. Low Bandwidth Utilisation Introduction to OSPF ISP/IP Workshops OSPF Open Shortest Path First Link state or SPF technology Developed by OSPF working group of IETF (RFC 47) Designed for TCP/IP Internet environment Fast convergence

More information

IS-IS IPv6 Administrative Tag

IS-IS IPv6 Administrative Tag The feature allows you to assign a tag to IPv6 prefixes that you can use to apply administrative policies with a route map. For example, you can control routes redistributed between area and domain boundaries

More information

Chapter 8 Configuring OSPF

Chapter 8 Configuring OSPF Chapter 8 Configuring OSPF This chapter describes how to configure OSPF on HP routing switches using the CLI and Web management interface. To display OSPF configuration information and statistics, see

More information

Enabling DECnet Routing, page 2 (required) Enabling Concurrent Routing and Bridging, page 5 (optional)

Enabling DECnet Routing, page 2 (required) Enabling Concurrent Routing and Bridging, page 5 (optional) Configuring First Published: December 15, 1997 Last Updated: December 14, 2011 The Configuring module describes how to configure the Cisco implementation of the routing protocol. Finding Feature Information

More information

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-1 Configuring a Static Route 1-2 Configuration Prerequisites

More information

Chapter 1 Lab 1-1, Single-Area OSPF Link Costs and Interface Priorities

Chapter 1 Lab 1-1, Single-Area OSPF Link Costs and Interface Priorities Chapter 1 Lab 1-1, Single-Area OSPF Link Costs and Interface Priorities Topology Objectives Configure single-area OSPF on a router. Advertise loopback interfaces into OSPF. Verify OSPF adjacencies. Verify

More information

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration Commands... 1-1 1.1 Static Routing Configuration Commands... 1-1 1.1.1 delete static-routes all... 1-1 1.1.2 ip route-static...

More information

TDC 363 Introduction to LANs

TDC 363 Introduction to LANs TDC 363 Introduction to LANs OSPF Greg Brewster DePaul University TDC 363 Greg Brewster, DePaul University 1 OSPF Link State Routing Algorithms Open Shortest Path First (OSPF) Message Types Operations

More information

IPv6 Routing: OSPFv3

IPv6 Routing: OSPFv3 Open Shortest Path First version 3 (OSPFv3) is an IPv4 and IPv6 link-state routing protocol that supports IPv6 and IPv4 unicast address families (AFs). Finding Feature Information, page 1 Prerequisites

More information