Brocade Network OS NETCONF Operations Guide v4.1.1 Manuel d'utilisateur Page 183

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 622
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 182
Network OS NETCONF Operations Guide 151
53-1003231-02
Alert notifications
12
To change the domain name:
<rpc message-id="1107" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<system-monitor-mail
xmlns="urn:brocade.com:mgmt:brocade-system-monitor">
<relay>
<host-ip>1.2.3.4</host-ip>
<domain-name>customer.com</domain-name>
</relay>
</system-monitor-email>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1107" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
To delete the domain name and return to the default:
<rpc message-id="1108" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<system-monitor-mail
xmlns="urn:brocade.com:mgmt:brocade-system-monitor">
<relay xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete">
<host-ip>1.2.3.4</host-ip>
<domain-name xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete">customer.com</domain-name>
</relay>
</system-monitor-email>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1108" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Vue de la page 182
1 2 ... 178 179 180 181 182 183 184 185 186 187 188 ... 621 622

Commentaires sur ces manuels

Pas de commentaire