aristanetworks / EosSdk

EOS SDK - write native apps for your Arista switch
https://github.com/aristanetworks/EosSdk/wiki
BSD 3-Clause "New" or "Revised" License
156 stars 40 forks source link

[Documentation]privilege configuration #14

Closed takahiro-impara closed 8 years ago

takahiro-impara commented 8 years ago

Software image version: 4.15.5M EOS SDK RPM version:1.8.0/3058241.gamiltoneos

Hi, when I send EOS SDK RPM file into vEOS by scp command it didn't work well. For solving this problem, it's needed to add privilege configuration as below.

testsdk(config)#aaa authorization exec default local 
testsdk(config)#username XXX privilege 15 secret XXX

Could you add this direction at Quickstart page?

Thanks!

rmadsen commented 8 years ago

Hi @takahiro-impara - I've updated the Installation page with a note & pointer to this issue. Thanks for raising this issue!