Skip to Content.

rare-dev - [rare-dev] Enable ospf4 and ospf6

Subject: Rare project developers

List archive


[rare-dev] Enable ospf4 and ospf6


Chronological Thread 
  • From: Everson Borges <>
  • To:
  • Subject: [rare-dev] Enable ospf4 and ospf6
  • Date: Mon, 25 Apr 2022 07:52:17 -0300

Hi all,

I'm an error when trying to enable "router ospf4" and "router osp6" at the same template.

Example:
!
interface template1
 lldp enable
 vrf forwarding v1
 ipv4 address dynamic dynamic
 polka enable 1 65536 10
 router ospf4 1 enable
 router ospf4 1 area 0
 router ospf4 1 segrout index 1
 router ospf4 1 segrout node
 router ospf6 1 enable
 router ospf6 1 area 0
 router ospf6 1 segrout index 1
 router ospf6 1 segrout node
 shutdown
 no log-link-change
 exit
!

These errors appear.
----
info cfgInit.executeSWcommands:cfgInit.java:750 line 37: "router ospf6 1 area 0" : % process not enabled on interface
info cfgInit.executeSWcommands:cfgInit.java:750 line 38: "router ospf6 1 segrout index 1" : % process not enabled on interface
info cfgInit.executeSWcommands:cfgInit.java:750 line 39: "router ospf6 1 segrout node" : % process not enabled on interface
error cfgInit.doInit:cfgInit.java:956 3 errors found
---

If I put the parameters "router ospf6" in direct interface ethernet1, instead of template, it works, but I think I'm doing something wrong.
Any tips to avoid this problem?

--
Att.
Everson Scherrer Borges



Archive powered by MHonArc 2.6.19.

Top of Page