Figured out a way to filter based on router eigrp or ospf with lookbehind and then loop through using ansible.
^interface (\S+)(?:\n\s{2}.)(?<=eigrp)
solved Regex cisco interface parent and child
Figured out a way to filter based on router eigrp or ospf with lookbehind and then loop through using ansible.
^interface (\S+)(?:\n\s{2}.)(?<=eigrp)
solved Regex cisco interface parent and child