Removing the dhcp relay address, Verifying configuration information – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 602

Advertising
background image

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.

Advertising