Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 271

Advertising
background image

Network OS NETCONF Operations Guide

239

53-1003231-02

Edge-loop detection troubleshooting

18

<rpc-reply message-id="803" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

NOTE

If an edge-port becomes an ISL port because the VCS ID of the remote port was changed, a port that
was already shut down by ELD must be shut down and re-enabled to be detected as an ISL port.

To re-enable all ports disabled by ELD, disable the edge-loop detection protocol, as shown in the
following example.

<rpc message-id="804" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<edit-config>

<target>

<running/>

</target>

<config>

<protocol xmlns="urn:brocade.com:mgmt:brocade-interface">

<edge-loop-detection xmlns=”urn:brocade.com:mgmt:brocade-eld”

xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"

operation="delete">

</protocol>

</config>

</edit-config>

</rpc>

<rpc-reply message-id="804" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

Advertising