Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Can we add a support for context manager so we can use 'with' statement to ensure every manager is closed properly?Need dunder __enter__ and __exit__ added to the manager class.Thanks,David
Sorry I meant for the service provider.Without a support for 'with' statement, we have to wrap the service provider in a try/finally block. Likethis..sp_instance = NetconfServiceProvider(address='1.1.1.1', port=830, username='cisco', password='cisco...
This not true. If you add passive interface default, it will wipe out other 'no passive-interface ' commands.. at least in 12.2(33)SXI5 and 12.4(15)T8.r2#show run | be router ospfrouter ospf 1 log-adjacency-changes passive-interface default no passi...