Hi everyone,<br><br>I&#39;m trying to configure all my IS-IS interfaces as  p2p links in order to avoid an ugly bug with non-p2p ISIS links on our target upgrade release (6.1.3.7)<br><br>There seems to be no command like &quot;network point-to-point&quot; and the documentation shows this example for p2p;<br>
<br>[local]Redback(config)#context local<br>[local]Redback(config-ctx)#interface lo0 loopback<br>[local]Redback(config-if)#ip address <a href="http://10.1.1.1/32">10.1.1.1/32</a><br><br>[local]Redback(config-ctx)#interface to-core2 p2p<br>
[local]Redback(config-if)#ip unnumbered lo0<br><br>[local]Redback(config-ctx)#router isis my-backbone<br>[local]Redback(config-isis)#net 47.0001.1111.2222.3333.00<br>[local]Redback(config-isis)#interface to-core2<br><br>The config implies that the ip interface itself needs to be declared as p2p, which means that if the interface already exits it has to be removed first.<br>
<br>I&#39;m hoping there is another to declare IS-IS interfaces as p2p without having to erase them.<br><br>How do others here manage this situation?<br><br>Regards,<br><br>Mariano<br>