ansible-collections / arista.eos

Ansible Network Collection for Arista EOS
GNU General Public License v3.0
82 stars 69 forks source link

Unable to config no passive-interface * via OSPFv2 RM #216

Open justjais opened 3 years ago

justjais commented 3 years ago
SUMMARY

For the use-case where the user has applied passive-interface default configuration beforehand to the OSPF process and needs to apply no passive-interface interface1/1 config to the respective OSPF process so that it tells the OSPF to not be passive on the specified interface. Currently with the existing implementation user cannot apply a respective configuration which is the valid and used scenario.

ISSUE TYPE
COMPONENT NAME

eos_ospfv2

ADDITIONAL INFORMATION

Configuration for the use-case scenario:

eos-4#sh running-config | section ^router ospf
router ospf 1
   router-id 192.168.2.2
   passive-interface default
   no passive-interface Ethernet1
   redistribute bgp
   max-lsa 12000
jrmann1999 commented 1 year ago

Any update? I cannot seem to fix this without using the config module.