- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-24-2019 02:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
11-13-2019 07:10 AM
Hi.
I believe the issue is:
We added the proper “HTML/XML” encoding later to the XMC. the > is not translated during the import and not recognized during the execution
The option 1 for you:
- replace > with >
- replace < with <
- …
Option 2 for you:
- download attached TXT
- edit your script and paste the content of the TXT file
- save
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
11-08-2019 02:46 PM
Hi, sorry for the delay, I did follow the procedure.
But I always get the error:
SyntaxError: ("mismatched input ';' expecting COLON", ('<string>', 22, 24, ' if len(sys.argv) > 1: # Json file as 1st argv\n'))
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-25-2019 08:21 AM
Hi.
Please check if your procedure is correct:
- Download the XML file (the link is correct)
- Import the script:
- XMC version 8.0 = In the Extreme Management Center -> Administration -> Scripting -> Import…
- XMC version 8.1.2 and newer = Import the sctript = In the Extreme Management Center -> Tasks -> Scrips -> Import
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-25-2019 07:22 AM
Hi thanks for the info you gave. Allthough I’m totally new in this 😉
I tried the script (Python)
https://raw.githubusercontent.com/extremenetworks/ExtremeScripting/master/Netsight/oneview_CLI_scrip...
but from the beginning I got the message:
Date and Time: 2019-10-25T02:51:08.796
EMC User: root
EMC User Domain:
IP: 192.168.10.222
SyntaxError: ("no viable alternative at character '?'", ('<string>', 1, 1, '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\n'))
What is going wrong
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
10-24-2019 06:24 PM
The ERS does not support radius configuration through SNMP.
To configure ERS with NAC we recommend to use ERS NAC Enforce scritp from Github.
Regards
