Jaime Botello
Jaime Botello
> > > router = manager.connect(host="10.1.1.1", port=830, username="netconf", password="password!", hostkey_verify=False, device_params={'name':'alu'}) > > > > > > dir(router) > > > ['_Manager__set_async_mode', '_Manager__set_raise_mode', '_Manager__set_timeout', '__class__', '**delattr**', '**dict**', '**doc**', '**enter**', '**exit**',...
### Description of Issue/Question New Napalm 4.0 support SSH transport on EOS driver, however when using ssh keys/passphrase, authentication fail. After further debugging, it seems `optional args` are not mapped...
I'm not sure what i may be doing wrong. I'm looking to test some juniper srx security/policies/zones models with pydantify, but not sure what's supported and what's not. I didn't...