Brocade Network OS NETCONF Operations Guide v4.1.1 Instrukcja Użytkownika Strona 115

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 622
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 114
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.
Przeglądanie stron 114
1 2 ... 110 111 112 113 114 115 116 117 118 119 120 ... 621 622

Komentarze do niniejszej Instrukcji

Brak uwag