Table of Contents

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

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

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