nickrusso42518 / nots

[Ansible] Nick's OSPF TroubleShooter
BSD 3-Clause "New" or "Revised" License
176 stars 46 forks source link

IOS fast-reroute is XE-only #12

Closed nickrusso42518 closed 5 years ago

nickrusso42518 commented 5 years ago

Command does not exist for IOS. Consider creating another inventory group iosxe and device type. They share many of the same attributes otherwise. Perhaps an ios parent group with iosclassic and iosxe as subgroups which only specify different commands, since there is so much in common.

Should reorder these commands because BFD is universally supported. The parsing of the FRR command can be specific to XR platforms and invoked bsaed on group membership when conditions.

 - "show ip ospf {{ process.id }} fast-reroute"
 - "show bfd neighbor client ospf"
nickrusso42518 commented 5 years ago

Works but needs retest on classic IOS.

nickrusso42518 commented 5 years ago

Tested in GNS3 on 15.6M, no issues. README.md clarifies differences in iosclassic and iosxe inventory groups.