0% found this document useful (0 votes)
24 views

Assignment 09 Lab Manual - IS-IS

Uploaded by

Mohammad Mushtaq
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

Assignment 09 Lab Manual - IS-IS

Uploaded by

Mohammad Mushtaq
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

MINT 708 – INTERNET LABORATORY – FALL 2024

MASTER OF SCIENCE - INTERNETWORKING

Module 9: IS-IS
1. Introduction and Learning Outcomes

2. Lab Exercises

3. Deliverables

Assignment 9 Lab Manual


Page 1 of 6
MINT 708 – INTERNET LABORATORY – FALL 2024
MASTER OF SCIENCE - INTERNETWORKING

1. Introduction and Learning Outcomes


1.1 Introduction
The IS-IS protocol is another IGP (Interior Gateway Protocol) used to make routing decisions within an
AS (Autonomous System).

IS-IS works similarly to OSPF where all the routes have visibility to the entire network and can relay any
changes to the network to each other.

IS-IS is a single AS implementation and it contains of End systems and Intermediate Systems. Routing
between areas is achieved hierarchically by configuring Level 1 and Level 2 affiliations. Level 1 systems
route within an area and Level 2 is used to route traffic between areas. Hence in IS-IS, there is essentially
no backbone area.

In the OSI model, the routers are called as “Intermediate Systems” and the PC/machines are called “End
systems”. IS-IS protocol uses ISO network addresses which point to a router interface called NSAP
(Network Service Access Points).While assigning these addresses, care needs to be taken as they are
totally different from the IP addressing schemes.

The NET addresses (can be a combination of your area id, System-ID/loopback address, and N-Selector)

For example, Area 49.0001 and loopback address: 192.168.0.1 It will be: 49.0001.0192.0168.0001.00

This has been a popular protocol for the ISP (Internet Service Providers) for a long time as it is
predominantly a layer 2 protocol and is not susceptible to layer 3 attacks.

Another reason why it is widely used in the ISP networks is that it is easier to scale as it doesn’t need
each area to be connected to the backbone area. We only need to change the levels on the Routers and
then we can expand it in any direction we like a string.

1.2 Learning Outcomes


a. Learn and implement NSAP addressing to design an IS-IS network.
b. Learn and differentiate L1 and L2 links.
c. Deploy, analyze, and troubleshoot IS-IS networks

Assignment 9 Lab Manual


Page 2 of 6
MINT 708 – INTERNET LABORATORY – FALL 2024
MASTER OF SCIENCE - INTERNETWORKING

2. Lab Exercises
2.1 Addressing Table
● For the following tasks, X = Last 2 digits of your student ID.

Network IPv4 Address Blocks IPv6 Address Blocks


1 10.1.X.0/30 FD23:1:X::/126
2 10.2.X.0/30 FD23:2:X::/126
3 10.3.X.0/30 FD23:3:X::/126
4 10.4.X.0/30 FD23:4:X::/126
5 10.5.X.0/30 FD23:5:X::/126
A 192.168.X.0/25 2023:DB9:A:X::/64
B 192.168.X.128/25 2023:DB9:B:X::/64
Loopback 1 1.1.1.1/32 2023:DB9::1/128
Loopback 2 2.2.2.2/32 2023:DB9::2/128
Loopback 3 3.3.3.3/32 2023:DB9::3/128
Loopback 4 4.4.4.4/32 2023:DB9::4/128
Loopback 5 5.5.5.5/32 2023:DB9::5/128
Loopback 6 6.6.6.6/32 2023:DB9::6/128

2.2 Topology

Assignment 9 Lab Manual


Page 3 of 6
MINT 708 – INTERNET LABORATORY – FALL 2024
MASTER OF SCIENCE - INTERNETWORKING

Router IS-IS Level


R1 1
R2 1&2
R3 2
R4 1&2
R5 1
R6 2

2.3 Tasks
2.3.1 Basic Configuration

a. Configure routers’ hostname to yourccid_<RouterName>.


b. Configure hosts’ hostname to yourccid_<HostName>.
c. Assign the IP Address to routers’ physical interfaces and loopback interfaces (if applicable) as
per 2.1 Addressing Table.
d. Assign IP addresses and configure the default gateway on all hosts as per 2.1 Addressing Table.
e. Verify point-to-point connectivity between directly connected devices.

2.3.2 IS-IS Configuration

Note: The following tasks are applicable for both IPv4 and IPv6. Hosts must not participate in IS-IS
process. Using Aggregated Routes instead of routes to each subnet is subjected to point deduction.

a. Enable ipv6 unicast routing and ipv6 cef on Cisco routers.


b. Enable IS-IS with appropriate router ID on all routers.
● Use area ID and IPv4 loopback address to calculate the router ID.
● Set correct IS-IS type for IS-IS processes, or is-circuit type for interfaces.
c. Configure all loopback interfaces as the passive interface.

2.3.3 IS-IS Advance Configuration

a. Configure global MD5 authentication between routers


● For Cisco, create a key chain named MINT2023, with the last 2 digits of your student ID
as Key ID and your CCID as MD5 password.
● For Juniper and Alcatel, use your CCID as MD5 password.
● Authentication does not apply to hello packet.

Assignment 9 Lab Manual


Page 4 of 6
MINT 708 – INTERNET LABORATORY – FALL 2024
MASTER OF SCIENCE - INTERNETWORKING

3. Deliverables
3.1 Draw a network diagram illustrating interfaces with IP addresses, VLANs and other necessary
information. Mention the EVE-NG Server IP which was used to perform this exercise. (Do not
copy/capture the network/lab topology simply from EVE-NG Server)

3.2 Issue the following commands and copy the configurations from the following devices in plain text
after completing all tasks, and put the configured text in bold. DELETE all default and not configured
configuration lines, wherever applicable.

a. Cisco Routers: show running configuration


b. Juniper Router: show configuration
c. Alcatel Router: admin display-config

3.3 Issue the following commands on all hosts and capture outputs

a. show ip int br
b. show ipv6 int br
c. show ip route
d. show ipv6 route

3.4 Issue the following commands on Cisco Routers (R1, R2, R4, R6) and capture outputs

a. show ip int br
b. show ipv6 int br
c. show ip route isis
d. show ipv6 route isis
e. show clns neighbor
f. show isis database
g. show isis protocol

3.5 Issue the following commands on R3-Juniper Router and capture outputs

a. show interfaces terse


b. show route protocol isis
c. show isis adjacency
d. show isis database
e. show isis authentication
f. show isis overview

3.6 Issue the following commands on R5-Alcatel Router and capture outputs

a. show router interface


b. show router route-table
c. show router route-table ipv6
d. show router isis adjacency
e. show router isis database

Assignment 9 Lab Manual


Page 5 of 6
MINT 708 – INTERNET LABORATORY – FALL 2024
MASTER OF SCIENCE - INTERNETWORKING

3.7 Issue both IPv4 and IPv6 ping with option source from the following devices and capture outputs

a. Loopback 6 to Host A
b. Loopback 6 to Host B
c. Loopback 6 to Loopback 1
d. Loopback 6 to Loopback 2
e. Loopback 6 to Loopback 3
f. Loopback 6 to Loopback 4
g. Loopback 6 to Loopback 5
h. Host A to Host B

3.8 Issue both IPv4 and IPv6 traceroute from the following devices and capture outputs

a. Host A to Host B
b. Host A to Loopback 1
c. Host A to Loopback 2
d. Host A to Loopback 3
e. Host B to Loopback 4
f. Host B to Loopback 5
g. Host B to Loopback 6

Assignment 9 Lab Manual


Page 6 of 6

You might also like