Skip to content

'show ip ospf neighbors detail' really slow on switch with many ospf neigbors #747

Closed
@frdaigle

Description

@frdaigle

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions