Brocade Network OS NETCONF Operations Guide v4.1.1 Manual de usuario Pagina 183

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 622
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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>
Vista de pagina 182
1 2 ... 178 179 180 181 182 183 184 185 186 187 188 ... 621 622

Comentarios a estos manuales

Sin comentarios