cisco-ie / anx

Advanced NETCONF Explorer: Graphical Explorer for NETCONF / YANG and GNMI/GRPC Telemetry & Java NETCONF 1.1 client library
Apache License 2.0
183 stars 43 forks source link

Add option for custom NETCONF port at login #17

Closed nickrusso42518 closed 4 years ago

nickrusso42518 commented 4 years ago

It would be excellent if a TCP port text box was present on the login page, pre-populated to 830. The DevNet sandboxes, for example, use port 10000, and being able to use this tool with those always-on resources would be very helpful.

sbyx commented 4 years ago

You can already do that by appending a : followed by the portnumber to the hostname / IP in the NETCONF device field.

But granted it is not documented ;)


From: Nicholas Russo notifications@github.com Sent: Friday, January 31, 2020 3:48:36 PM To: cisco-ie/anx anx@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [cisco-ie/anx] Add option for custom NETCONF port at login (#17)

It would be excellent if a TCP port text box was present on the login page, pre-populated to 830. The DevNet sandboxes, for example, use port 10000, and being able to use this tool with those always-on resources would be very helpful.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/cisco-ie/anx/issues/17?email_source=notifications&email_token=AAUABQXNB7RWL74AHMHJKQ3RAQ24JA5CNFSM4KOIGSDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IKFC6JQ, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAUABQTBKRGOSBJHXQYAN5TRAQ24JANCNFSM4KOIGSDA.

nickrusso42518 commented 4 years ago

OK, I see two easily alternatives.

  1. Put a small note above the textbox on the logic page saying so.
  2. Make a note in the README saying so, and providing a simple example.
sbyx commented 4 years ago

Added a hint on the login form.