You are on page 1of 3

Step

Step
Step
Step

1.
2.
3.
4.

Configure a loopback interface on each OSPF router.


Configure IP addresses on the physical interfaces.
Configure the IS-IS process on each router.
Enable IS-IS on the router interfaces.

Router
Loopback
System ID
NSAP
A
172.16.15.251/32
17.20.16.01.52.51
15.17.20.16.01.52.51.00
B
172.16.15.252/32
17.20.16.01.52.52
15.17.20.16.01.52.52.00
C
172.16.15.253/32
17.20.16.01.52.53
15.17.20.16.01.52.53.00
D
172.16.15.254/32
17.20.16.01.52.54
15.17.20.16.01.52.54.00
Loopback Interface Configurations
---------------------------------------------------------------------------------------------Router A
interface Loopback0
ip address 172.16.15.251 255.255.255.255
Router B
interface Loopback0
ip address 172.16.15.252 255.255.255.255
Router C
interface Loopback0
ip address 172.16.15.253 255.255.255.255

Router D
interface Loopback0
ip address 172.16.15.254 255.255.255.255

Using Loopback Interfaces to Simulate Physical Networks


---------------------------------------------------------------------------------------------------Router B
interface Loopback1
ip address 156.26.0.1 255.255.255.0

interface Loopback2
ip address 156.26.1.1 255.255.255.0

interface Loopback3
ip address 156.26.2.1 255.255.255.0

interface Loopback4
ip address 156.26.3.1 255.255.255.0

IS-IS Process Configuration


----------------------------------------------------------------------------------------------------Router A
router isis
net 15.1720.1601.5251.00
is-type level-1
Router B
router isis
net 15.1720.1601.5252.00
is-type level-1
Router C
router isis
net 15.1720.1601.5253.00
is-type level-1
Router D
router isis
net 15.1720.1601.5254.00

is-type level-1

Enabling Router A Interfaces for IS-IS


----------------------------------------------------------------------------------------------------Router A
interface Loopback0
ip address 172.16.15.251 255.255.255.255
ip router isis

interface FastEthernet0/0
ip address 172.16.15.1 255.255.255.224
ip router isis

interface Ethernet1/0
ip address 172.16.15.65 255.255.255.224
ip router isis

interface Ethernet0/0
ip address 172.16.15.33 255.255.255.224
ip router isis

You might also like