cancel
Showing results for 
Search instead for 
Did you mean: 

Can I enforce an Avaya ERS3600 into NAC demokit? see screenshot that this is not possible.

Can I enforce an Avaya ERS3600 into NAC demokit? see screenshot that this is not possible.

Sacha_Brys
Contributor
c8ca06b3a3854ef4aa8f0cea52a186e3_4cf6ca35-3270-4e75-a340-b4c9a2873b8a.png

 

1 ACCEPTED SOLUTION

Zdeněk_Pala
Extreme Employee

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 &lt; with <

Option 2 for you:

  • download attached TXT
  • edit your script and paste the content of the TXT file
  • save

Good luck!

Regards Zdeněk Pala

View solution in original post

8 REPLIES 8

Sacha_Brys
Contributor

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) &gt; 1: # Json file as 1st argv\n'))

 

thanks in advance

Zdeněk_Pala
Extreme Employee

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

 

 

Regards Zdeněk Pala

Sacha_Brys
Contributor

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

Zdeněk_Pala
Extreme Employee

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

Regards Zdeněk Pala
GTM-P2G8KFN