-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LLDPNeighborDetailTable to /op/lldp.yml using <get-lldp-neighbors-detail-information> #1239
Labels
Comments
I did not look into or investigate if there is a switch/knob for changing the RPC output of Sample output of the requested call in case an EX is not available for testing/review for building the table:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Request:
Include in /op/lldp.yml an LLDPNeighborDetailView table making the
<get-lldp-neighbors-detail-information>
call to ensure<lldp-remote-port-id>
available on varied JunOS hardware platforms.PROBLEM Description:
EX Platform does not return
<lldp-remote-port-id>
. Inconsistent RPC returns between hardware for the RPC call<get-lldp-neighbors-information>
. MX does not return and does not have a<get-lldp-neighbors-detail-information>
call.This issue is being specifically opened for the EX as required/expected data is available in
<get-lldp-neighbor-detail-information>
.EXPECTED Behavior
/op/lldp.yml to return
<lldp-remote-port-id>
and<lldp-remote-system-id>
from a<get-lldp-neighbors-information>
call.ACTUAL Behavior
For EX platforms the RPC:
Does not return
<lldp-remote-port-id>
:MX platform the RPC:
Does not return
<lldp-remote-system-name>
:ADDITIONAL INFO:
Discovered this using the [junipernetworks.junos] collection for ansible to populate cable terminations in netbox.
remote_port_id
returns null/None when using the following play on EX platforms and returns null/None forremote_sysname
on MX platforms using the [juniper_junos_table] module:There is an inconsistency between EX and MX platforms. MX does not include [show lldp neighbors detail]. Interestingly,
<lldp-remote-system-name>
is missing from the MX rpc return. Tested on multiple JunOS versions [15.x to JTAC 20.x-Ry on both platforms].Similar / related to #645 but this lack of information was mentioned in #474 (comment)
The text was updated successfully, but these errors were encountered: