cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
762
Views
0
Helpful
2
Replies

Why does ISIS need to be enabled on an interface?

ronjonjonjon1
Level 1
Level 1

I am currently doing a lab with ISIS, EIGRP and OSPF all included in the same topology.  One of the problems mentions that ISIS has to be enabled on an interface to work properly.  As far as I know, no other routing protocol needs to be enabled on an interface to propagate.  Why is this?  Thanks for answering!

1 Accepted Solution

Accepted Solutions

Hello,

 

in addition to Nagendra's post, if you are referring to the below:

 

Interface Serial0
ip address 192.168.1.1 255.255.255.0
ip router isis

!
router isis
net 47.0002.1910.2800.1001.00

 

and 

 

Interface Serial0
ip address 192.168.1.1 255.255.255.0

!
router ospf 1
network 192,168.1.0 0.0.0.255 area 0

 

The difference is that in IS-IS, there is no relation between the net number and the IP address, whereas in OSFP/EIGRP/RIP, you are basically enabling the routing process for the IP addresses specified with the 'network' command.

 

Does that make sense ?

View solution in original post

2 Replies 2

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Hi,

 

it is probably an implementation decision. I am not aware of any technical limitation that needs ISIS to be enabled on a per interface basis. The procedure of enabling ISIS on a per interface basis is for IOS and OSPFv3 introduces similar configuration approach in IOS.

 

IOS-XR configuration is different and any IGP protocol follows the below:

 

router <igp-type> <instance>

interface <interface-num>

address-family <>

...

NXOS follows the IOS format. So I think it is just implementation matter.

 

HTH,

Nagendra

Hello,

 

in addition to Nagendra's post, if you are referring to the below:

 

Interface Serial0
ip address 192.168.1.1 255.255.255.0
ip router isis

!
router isis
net 47.0002.1910.2800.1001.00

 

and 

 

Interface Serial0
ip address 192.168.1.1 255.255.255.0

!
router ospf 1
network 192,168.1.0 0.0.0.255 area 0

 

The difference is that in IS-IS, there is no relation between the net number and the IP address, whereas in OSFP/EIGRP/RIP, you are basically enabling the routing process for the IP addresses specified with the 'network' command.

 

Does that make sense ?

Review Cisco Networking products for a $25 gift card