I even have a router with it working:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Sep 16 2024
Sep 15 2024
Jul 2 2024
May 7 2024
Feb 26 2024
This is not a feature request, this has been working until made the detail available only when the lldpd service was running or not. It was even documented:
It is not the bug.
There is the feature request T6045
Jan 20 2024
Nov 24 2021
Nov 16 2021
{
"lldp": {
"interface": [
{
"eth0": {
"via": "LLDP",
"rid": "5",
"age": "0 day, 00:00:16",
"chassis": {
"id": {
"type": "mac",
"value": "3c:61:04:5b:68:c0"
},
"descr": "Juniper Networks, Inc. ex2200-c-12t-2g , version 11.4R7.5 Build date: 2013-03-01 09:18:42 UTC ",
"capability": [
{
"type": "Bridge",
"enabled": true
},
{
"type": "Router",
"enabled": true
}
]
},
"port": {
"id": {
"type": "local",
"value": "521"
},
"descr": "ge-0/0/9.0",
"ttl": "120"
},
"unknown-tlvs": {
"unknown-tlv": {
"oui": "00,90,69",
"subtype": "1",
"len": "12",
"value": "47,50,30,32,31,33,33,36,30,36,39,36"
}
}
}
}
]
}
}@daniil Can you provide the output of json format?
Aug 17 2021
Oct 15 2018
Nov 3 2017
Yes, marking as solved
This regression is fixed. @syncer should we resolve it?
Sep 20 2017
@kingrvbee this is not entirely correct. The problem comes from package vyos-1x which now holds the lldp configuration nodes. @dmbaturin is aware of this and wanted to fix it. Please be patient.
This patch something error
Sep 16 2017
Yes, @Tania and I are working on the rewrite.
Please also see T393
Sep 7 2017
Hi Kim, can you merge this
Thanks!
Sep 3 2017
Aug 30 2017
@syncer could this change be approved or is anything else missing?
Aug 28 2017
I just have verified that " LLDP-MED fast start mechanism: yes" is the default after my mentioned commit.
Aug 27 2017
@syncer As this is an option to lldpcli I suggest fixing the above (1) and create a new command (2) for LLDP-MED enable/disable and interval. My current knowledge ov VyOS build/configure currently only allows me to fix (1).
that will be half fix
let me check on all lldpctl
i almost sure that we can add some other things (not sure if anything else missing there)
I can remove -L so it's working again. Should I?
in old version
-L location Enable the transmission of LLDP-MED location TLV for the
given interfaces. Can be repeated to enable the transmission of the location in several formats.
but in new it´s likely moved to lldpctl
for reference: http://manpages.ubuntu.com/manpages/trusty/man8/lldpctl.8.html