Edge-loop detection troubleshooting – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 270

Advertising
background image

238

Network OS NETCONF Operations Guide

53-1003231-02

Edge-loop detection troubleshooting

18

<eldprio>7</eldprio>

<eldvlan>10</eldvlan>

</edge-loop-detection>

</tengigabitethernet>

</interface>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

Edge-loop detection troubleshooting

To re-enable a port that was disabled by ELD, perform the following steps.

1. Shut down the port disabled by ELD.

<?xml version="1.0" encoding="UTF-8"?>

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<tengigabitethernet>

<name>1/0/7</name>

<shutdown/>

</tegigabitethernet>

</interface>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

2. Re-enable the port disabled by ELD.

<?xml version="1.0" encoding="UTF-8"?>

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

<edit-config>

<target>

<running/>

</target>

<config>

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

<tengigabitethernet>

<name>1/0/7</name>

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

operation="delete"/>

</tengigabitethernet>

</interface>

</config>

</edit-config>

</rpc>

Advertising