Description

This article provides information on how to setup LLDP on QF/Director (dg0/dg1) and CPE (Java Control Plane switches).

Symptoms

How to setup LLDP on QF/Director (dg0/dg1) and CPE (JAVA Control Plane switches).

Solution


To configure LLDP on QF and Director Install:

[root@dg0 ~]# yum -y install lldpd
[root@dg0 ~]# service lldpd start
To configure LLDP on CPE (Java Control Plane Switches; on each one connected to directors):
root@dc-infra9-java01:RE:0% cli
root@dc-infra9-java01> edit
Entering configuration mode
{master:0}
root@dc-infra9-java01# set protocols lldp interface all
root@dc-infra9-java01# commit

For Troubleshooting purposes:
[root@dg0 ~]# lldpctl |egrep "Int|SysD|PortD"
Interface: eth0
SysDescr:
PortDescr: ge-0/0/27.0
Interface: eth2
SysDescr:
PortDescr: eth2
Interface: eth3
SysDescr:
PortDescr: ge-0/0/14.0
Interface: eth4
SysDescr:
PortDescr: ge-0/0/13.0
Interface: eth5
SysDescr:
PortDescr: ge-0/0/12.0
Interface: eth6
SysDescr:
PortDescr: eth6

[root@dg1 ~]# lldpctl |egrep "Int|SysD|PortD"
Interface: eth0
SysDescr:
PortDescr: me0.0
Interface: eth2
SysDescr:
PortDescr: eth2
Interface: eth3
SysDescr:
PortDescr: ge-0/0/17.0
Interface: eth4
SysDescr:
PortDescr: ge-0/0/16.0
Interface: eth5
SysDescr:
PortDescr: ge-0/0/15.0
Interface: eth6
SysDescr:
PortDescr: eth6

root@dc-infra9-java01> show lldp neighbors
Local Interface Parent Interface Chassis Id Port info System Name
me0.0 - 00:23:9c:11:d7:00 ge-0/0/27.0 b6-dc-core
ge-0/0/14.0 ae6.0 00:e0:81:c5:29:5a eth3 dg0
ge-0/0/13.0 ae6.0 00:e0:81:c5:29:5a eth4 dg0
ge-0/0/12.0 ae6.0 00:e0:81:c5:29:5a eth5 dg0
me0.0 - 00:e0:81:c5:29:5a eth0 dg0
ge-0/0/17.0 ae7.0 00:e0:81:c5:87:42 eth3 dg1
ge-0/0/16.0 ae7.0 00:e0:81:c5:87:42 eth4 dg1
ge-0/0/15.0 ae7.0 00:e0:81:c5:87:42 eth5 dg1
me0.0 - 00:e0:81:c5:87:42 eth0 dg1
me0.0 - 2c:6b:f5:3c:2b:00 me0.0 chico07-java

{master:0}[edit]