SNMP configuration on SR 7750

Post Reply
Pramod
Member
Posts: 1
Joined: 25 Apr 2024 09:30

SNMP configuration on SR 7750

Post by Pramod »

Hi All,

Can anyone help how to configure snmp authentication with sha2-512 and aes-128 privacy . It's giving error while taking key as plain text.

*ALU-7750>config>system>security>user>snmp# authentication hash2 hmac-md5-96 ddhafffffffffffffffffffffffffjhkhkhpopopopo privacy cfb128-aes-128 ddhafffffffffffffffffffffffffjhkhkhpopopopoaswe
MINOR: CLI Malformed hash key provided.

Also do we can generate key using engine ID ?

Regards,
Pramod S
echoben
Member
Posts: 1
Joined: 17 Sep 2024 09:52

Re: SNMP configuration on SR 7750

Post by echoben »

Also do we can generate key using engine ID ?
you need a tool to generate the key based on you node's Engine ID.
you need password2key.bash to generate the snmpv3 keys. comes with Nokia NFPM. but you may be able to use the github
github.com/cpajr/password2key

example generating the keys from NFMP
/opt/5620sam/server/nms/bin/password2key.bash sha <pass-phrase> <EngineID>
result:
SHA key: 9736957c28fa790faf042eb868ab8fbd74723a1c << 40 characters
DES key : 9736957c28fa790faf042eb868ab8fbd
AES key : 9736957c28fa790faf042eb868ab8fbd << 32 characters
to apply the keys
New No
snmp
authentication hmac-sha1-96 9736957c28fa790faf042eb868ab8fbd74723a1c privacy cfb128-aes-128 9736957c28fa790faf042eb868ab8fbd

Older version
snmp
authentication sha 9736957c28fa790faf042eb868ab8fbd74723a1c privacy aes-128-cfb-key 9736957c28fa790faf042eb868ab8fbd
Post Reply

Return to “SNMP Configuration”