Configuring lldp global options, Specifying a system name and lldp description – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 423

Advertising
background image

Network OS NETCONF Operations Guide

391

53-1003231-02

Configuring LLDP global options

27

operation="delete"/>

</protocol>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

To disable LLDP globally, 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 <lldp> node element from the

urn:brocade.com:mgmt:brocade-lldp namespace.

3. Under the <lldp> node element, include the <disable> leaf element.

The following example disables LLDP globally.

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

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

<edit-config>

<target>

<running/>

</target>

<config>

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

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

<disable/>

</lldp>

</protocol>

</config>

</edit-config>

</rpc>

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

<ok/>

</rpc-reply>

Configuring LLDP global options

The global LLDP configuration options are located under the <protocol>/<lldp> node in the
urn:brocade.com:mgmt:brocade-lldp namespace.

Specifying a system name and LLDP description

The global system name for LLDP is useful for differentiating among switches. By default, the
“host-name” from the chassis/entity MIB is used. By specifying a descriptive system name, you will
find it easier to configure the switch for LLDP.

The system description is seen by neighboring switches.

Advertising