Skip to content
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

Fix aruba aoscx lldp issue1453 #1470

Merged

Commits on Jun 21, 2024

  1. replace PORT_INFO with NEIGHBOR_INTERFACE for

    juniper_junos_show_lldp_neighbors to normalize
    mjbear committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c57206b View commit details
    Browse the repository at this point in the history
  2. replace SYSTEM_DESCRIPTION with NEIGHBOR_DESCRIPTION to normalize cis…

    …co_ios_show_lldp_neighbors_detail
    mjbear committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b064a6e View commit details
    Browse the repository at this point in the history
  3. normalize management address capture groups in CDP/LLDP templates

    - replace REMOTE_MANAGEMENT_ADDRESS with MGMT_ADDRESS in hp_procurve_show_lldp_info_remote-device_detail
    - replace MGMT_ADDR with MGMT_ADDRESS in aruba_aoscx_show_lldp_neighbors-info_detail
    - replace MGMT_IP with MGMT_ADDRESS in cisco_nxos and cisco_xr cdp template
    - replace MANAGEMENT_IP with MGMT_ADDRESS in several templates
    
    Note: Chose not to include "IP" in the capture group name because Arista data sometimes includes Ethernet MAC addresses
    mjbear committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3bae594 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb1e60a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ff9285 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d05f43 View commit details
    Browse the repository at this point in the history