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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 622
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 601
570 Network OS NETCONF Operations Guide
53-1003231-02
Removing the DHCP Relay address
39
<rpc-reply message-id="1202" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Removing the DHCP Relay address
To remove the IP DHCP Relay address, use the standard delete process for NETCONF.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="211" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<protocol xmlns="urn:brocade.com:mgmt:brocade-interface">
<dhcp xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete"/></dhcp>
</protocol>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="211" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Verifying configuration information
For detailed information on retrieving configuration information, refer to “Retrieving configuration
data” on page 11.
Vista de pagina 601
1 2 ... 597 598 599 600 601 602 603 604 605 606 607 ... 621 622

Comentarios a estos manuales

Sin comentarios