Quantcast
Viewing all articles
Browse latest Browse all 20028

LLDP Port Id: MAC address only

I've run into an issue with LLDP and I was hoping somebody could explain to me why on my edgerouter I only see Device ID and no Platform, Cap or Port ID from the router side. On the switch side (to the router) I see the Port ID (eth0 and eth2) and the system name. For now, please ignore the failover uplink (I'm also working on setting that up but am running into some issues).

 

+---------------+   +-------------+
|   internet    |   |   Failover  |
|    router     |   |    uplink   |
|               |   |             |
+------+--------+   +-----^-------+
       |                  |
       |                  |
+------v--------+         |
|     Edge      |         |
|    Router     |         |
|               |         |
+---+------+----+         |
    |      |              |
    |      |              |
+---v------v----+         |
|     Edge      +---------+
|    Switch     |
|               |
+---------------+



(UBNT EdgeSwitch) #show lldp remote-device all

LLDP Remote Device Summary

Local
Interface RemID    Chassis ID            Port ID             System Name
-------  -------   --------------------  ------------------  ------------------
0/1
0/2
0/3
0/4
0/5
0/6
0/7
0/8
0/9
0/10
0/11       5       44:D9:E7:9E:E4:67     eth0                EdgeRouter
0/12
0/13       6       44:D9:E7:9E:E4:67     eth2                EdgeRouter
0/14
0/15
0/16
0/17
0/18

-----

user@router:~$ show lldp neighbors 
Capability Codes: R - Router, B - Bridge, W - Wlan r - Repeater, S - Station
                  D - Docsis, T - Telephone, O - Other

Device ID                 Local  Proto  Cap   Platform             Port ID 
---------                 -----  -----  ---   --------             ------- 
44:d9:e7:93:1c:8c         eth0   LLDP   ?     Not received         Not received
44:d9:e7:93:1c:8c         eth2   LLDP   ?     Not received         Not received

-----

router config for lldp:

service {

<SNIP>

    lldp {
        interface all {
        }
    }

-----


!Current Configuration:
!
interface  0/11
description 'EdgeRouter Lite eth0'
vlan participation exclude 2
lldp transmit
lldp receive
lldp notification
lldp med
!
interface  0/13
description 'EdgeRouter Lite eth2'
vlan pvid 2
vlan participation exclude 2
lldp transmit
lldp receive
lldp notification
lldp med
exit



Viewing all articles
Browse latest Browse all 20028

Trending Articles