[PR #808] [CLOSED] LLDP Support for SnapRoute Flexswitch #12119

Closed
opened 2025-12-29 22:19:43 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/808
Author: @jgheewala
Created: 1/17/2017
Status: Closed

Base: developHead: develop


📝 Commits (6)

  • 676af9f initial commit for flexswitch
  • acf2f36 fixing rpc client name
  • 10f1633 fixing netbox for flexswitch
  • c7889f1 polling lldp information
  • 424963e removed debug print
  • 15b6834 adding chassis-id colunm to lldp information

📊 Changes

5 files changed (+71 additions, -2 deletions)

View changed files

📝 netbox/dcim/fixtures/dcim.json (+9 -0)
📝 netbox/dcim/fixtures/initial_data.json (+17 -0)
📝 netbox/dcim/models.py (+2 -0)
📝 netbox/extras/rpc.py (+40 -2)
📝 netbox/templates/dcim/device_lldp_neighbors.html (+3 -0)

📄 Description

Pull Request is for following:

  1. SnapRoute FlexSwitch Support for polling lldp neighbors
  2. Environment used for testing was ubuntu/vagrant box
  3. Updated html page to include peer port chassis-id aka mac address
  4. Unit test Output is attached as screenshot
    screen shot 2017-01-17 at 1 42 57 pm

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/808 **Author:** [@jgheewala](https://github.com/jgheewala) **Created:** 1/17/2017 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (6) - [`676af9f`](https://github.com/netbox-community/netbox/commit/676af9fea5126ef1ac5c58ccda029ac448f56275) initial commit for flexswitch - [`acf2f36`](https://github.com/netbox-community/netbox/commit/acf2f36cf0a75f7072d5352c3a562ad1c0132a1d) fixing rpc client name - [`10f1633`](https://github.com/netbox-community/netbox/commit/10f16331f3513baab845023c321a6c706c736d13) fixing netbox for flexswitch - [`c7889f1`](https://github.com/netbox-community/netbox/commit/c7889f1f047ded5b97b8484c2d3c1cc5aade6e5e) polling lldp information - [`424963e`](https://github.com/netbox-community/netbox/commit/424963e49bffccd8d8c8fe608c3e1cb8454fc3c9) removed debug print - [`15b6834`](https://github.com/netbox-community/netbox/commit/15b6834c7e565e6482786b7c85f5268f60b584c4) adding chassis-id colunm to lldp information ### 📊 Changes **5 files changed** (+71 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/fixtures/dcim.json` (+9 -0) 📝 `netbox/dcim/fixtures/initial_data.json` (+17 -0) 📝 `netbox/dcim/models.py` (+2 -0) 📝 `netbox/extras/rpc.py` (+40 -2) 📝 `netbox/templates/dcim/device_lldp_neighbors.html` (+3 -0) </details> ### 📄 Description Pull Request is for following: 1) SnapRoute FlexSwitch Support for polling lldp neighbors 2) Environment used for testing was ubuntu/vagrant box 3) Updated html page to include peer port chassis-id aka mac address 4) Unit test Output is attached as screenshot ![screen shot 2017-01-17 at 1 42 57 pm](https://cloud.githubusercontent.com/assets/16672355/22041312/3ae574fe-dcbb-11e6-9dc7-33d13a00cdb7.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:19:43 +01:00
adam closed this issue 2025-12-29 22:19:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12119