Disabling cisco interoperability (mstp) – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 383

Network OS NETCONF Operations Guide
351
53-1003231-02
Spanning tree configuration and management
24
To enable interoperability with certain legacy Cisco switches, perform the following steps.
1. Issue the <edit-config> RPC to configure the <protocol> node in the
urn:brocade.com:mgmt:brocade-interface namespace.
2. Under the <protocol> node, include the <spanning-tree> node from the
urn:brocade.com:mgmt:brocade-xstp namespace.
3. Under the <spanning-tree> node, include the <mstp> node element.
4. Under the <mstp> node, include the <cisco-interoperability> element and specify “enable” to
enable interoperability with certain legacy Cisco switches.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="2019" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<protocol xmlns="urn:brocade.com:mgmt:brocade-interface">
<spanning-tree xmlns="urn:brocade.com:mgmt:brocade-xstp">
<mstp>
<cisco-interoperability>enable</cisco-interoperability>
</mstp>
</spanning-tree>
</protocol>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="2019" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Disabling Cisco interoperability (MSTP)
If you no longer require the ability to interoperate with certain Cisco legacy switches, use this
procedure to deactivate this feature. By default, this ability is deactivated.
1. Issue the <edit-config> RPC to configure the <protocol> node in the
urn:brocade.com:mgmt:brocade-interface namespace.
2. Under the <protocol> node, include the <spanning-tree> node from the
urn:brocade.com:mgmt:brocade-xstp namespace.
3. Under the <spanning-tree> node, include the <mstp> node element.
4. Under the <mstp> node, include the <cisco-interoperability> element and specify “disable” to
disable interoperability with certain legacy Cisco switches.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="2020" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<protocol xmlns="urn:brocade.com:mgmt:brocade-interface">
<spanning-tree xmlns="urn:brocade.com:mgmt:brocade-xstp">
<mstp>