You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing the command will last about 14 minutes on a switch with about 230 ospf neigbors.
I had a look parser's code and a 'show run | section router ospf {instance}' is run for each neighbor to gather vrf data. I would be more efficient to run a 'show run | section router ospf' once and refer to the returned dictionary for all neighbors.