jsonrpc support on x440
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-05-2017 01:23 PM
Hi ,
I would like to know if it is possible to enable the jsonrpc in Extreme x440.
The firmware I am currently using is 16.1.3.6 patch1-8.
I get a 404 response from:
http:///jsonrpc/
404 Not Found
XOS 22nov2004
Can you confirm that it is supported only on the new EXOS 21.1 as ...
https://community.extremenetworks.com/extreme/topics/ansible-for-xos
It that is the case the the new os is not available for x440 . What can be an alternative solution?
I would like to know if it is possible to enable the jsonrpc in Extreme x440.
The firmware I am currently using is 16.1.3.6 patch1-8.
I get a 404 response from:
http:///jsonrpc/
404 Not Found
The requested URL '/jsonrpc/' was not found on this server.XOS 22nov2004
Can you confirm that it is supported only on the new EXOS 21.1 as ...
https://community.extremenetworks.com/extreme/topics/ansible-for-xos
It that is the case the the new os is not available for x440 . What can be an alternative solution?
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-05-2017 01:54 PM
Hi,
jsonrpc is available only starting from EXOS 21.1. It would require a big architectural modification to allow EXOS 16.x to support it and there're no plans afaik to do it.
You can pexpect, maybe?
jsonrpc is available only starting from EXOS 21.1. It would require a big architectural modification to allow EXOS 16.x to support it and there're no plans afaik to do it.
You can pexpect, maybe?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-05-2017 01:47 PM
Correct. JSONRPC support was introduced in EXOS 21.1.
For earlier EXOS releases, I have a kind of odd way to do JSONRPC over telnet session that I never published.
I have python code examples on how a server would use this.
Server:
For earlier EXOS releases, I have a kind of odd way to do JSONRPC over telnet session that I never published.
I have python code examples on how a server would use this.
Server:
- connects to a switch via telnet
- Authenticates (username/password)
- starts a script tJSONRPC.py on the switch which takes over the connection.
- communicates JSONRPC with the switch point to point over the dedicated session.
- authenticates telnet client connection
- accepts command to start tJSONRPC.py (run script tJSONRPC.py)
- session communicates JSONRPC (method=cli) until closed.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-05-2017 01:47 PM
I would be like to test this out.  Please send it to me. Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-07-2018 01:53 AM
