Support for password encryption for snmpv3 users – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 115

Advertising
background image

Network OS NETCONF Operations Guide

83

53-1003231-02

Support for password encryption for SNMPv3 users

7

</rpc-reply>

Support for password encryption for SNMPv3 users

For SNMPv3 user, the passwords for <auth-password> and <priv-password> are encrypted. You
can configure either with plain text password or encrypted password. In both the cases, the
passwords are shown as encrypted.

<?xml version="1.0" encoding="UTF-8"?>

<rpc message-id="1001" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<edit-config>

<target>

<running/>

</target>

<config>

<snmp-server xmlns="urn:brocade.com:mgmt:brocade-snmp" >

<user>snmpadmin2<user/>

<groupname>snmpadmin</groupname>

<auth>md5</auth>

<auth-password>MVb+360X3kcfBzug5Vo6dQ==\n</auth-password>

<priv>DES</priv>

<priv-password>ckJFoHbzVvhR0xFRPjsMTA==\n

</priv-password>

</encrypted>

</snmp-server>

</config>

</edit-config>

</rpc>

<rpc-reply message-id="1001" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

NOTE

This process may not be successful where encrypted passwords are generated by third-party or
open-source tools.

Advertising