Open mzbroch opened 3 years ago
Thinking on this one, maybe add an option HTTPAPI Port
field, that when auto-discovery is done, that we do an or http_port or ssh_port
on the NetDev Keeper to connect to the device? This way the SSH auto discovery works and then can move over to another port for the rest?
Thinking on this one, maybe add an option
HTTPAPI Port
field, that when auto-discovery is done, that we do an orhttp_port or ssh_port
on the NetDev Keeper to connect to the device? This way the SSH auto discovery works and then can move over to another port for the rest?
I do not think we have to introduce port per protocol type.
Ports are well known and standardized:
22
(ssh)80
(http)443
(https)830
(netconf)That being said, a plugin setting would be needed to override standard list with user extra ports like 8443
, 8080
etc.
For those non-ssh ports , plugin should be able to determine the remote OS platform based on the auto-discovery.
Current Functionality
Onboarding auto-detection works only with SSH connections.
Proposed Functionality
Onboarding auto-detection works with SSH and HTTP/HTTPS (APIs) connections.
Use Case
Enhance support for Cisco Nexus and Arista eAPI based devices.