meta data for this page

AMS SNMP-Konfiguration auf einem ISAM

Um einen ISAM an ein AMS anzubinden, ist auf dem ISAM eine SNMP v3 Konfiguration notwendig:

AES-128

configure system security snmp user fmsams authentication sha1:plain:DemoSHA1Password privacy aes-128:plain:Demo128Password
configure system security snmp group fmsgroup security-level privacy-and-auth context all
configure system security snmp map-user-group fmsams group-name fmsgroup
  • Username: fmsams
  • Group: fmsgroup
  • Security Level: With Authentication and With Privacy
  • Authorization Protocol: SHA1
  • Authorization Password: DemoSHA1Password
  • Encryption Protocol: AES-128
  • Encryption Password: Demo128Password

Die fettgedruckten Angaben können bzw. sollten geändert werden!

DES

configure system security snmp user fmsamsdes authentication sha1:plain:DemoSHA1Password privacy des:plain:DemoDESPassword
configure system security snmp group fmsgroup security-level privacy-and-auth context all
configure system security snmp map-user-group fmsamsdes group-name fmsgroup
  • Username: fmsamsdes
  • Group: fmsgroup
  • Security Level: With Authentication and With Privacy
  • Authorization Protocol: SHA1
  • Authorization Password: DemoSHA1Password
  • Encryption Protocol: DES
  • Encryption Password: DemoDESPassword

Die fettgedruckten Angaben können bzw. sollten geändert werden!