LLDP Support

Comments

5 comments

  • Avatar
    Ronald Tai

    Please add LLDP support.

    2
    Comment actions Permalink
  • Avatar
    bfara83

    I'm looking for LLDP support as well

    1
    Comment actions Permalink
  • Avatar
    Greg Spivey

    Yes please or at least post a sample script to enable it through SSH.

    0
    Comment actions Permalink
  • Avatar
    JasR

    Please add LLDP support.

    0
    Comment actions Permalink
  • Avatar
    Greg Spivey

    I used this to fix topology on my unifi network.  My steps use Nano but you can adjust as necessary.

     

     

    Use an SSH Terminal client to access the device then proceed with the instructions 

    sudo -s 

    apt-get install nano 

    mkdir /home/pi/.firewalla/config/post_main.d 

    nano /home/pi/.firewalla/config/post_main.d/allow_lldp.sh 

    Paste the following text into nano: 

    #!/bin/bash 

    echo 16384 | sudo tee /sys/class/net/br0/bridge/group_fwd_mask > /dev/null 

    echo 16384 | sudo tee /sys/class/net/br1/bridge/group_fwd_mask > /dev/null 

    Ctrl-X to start saving 

    Y to Save modified buffer 

    Hit enter to save using the file name allow_lldp.sh 

    Type: chown -R root:root /home/pi/.firewalla/config/post_main.d/ 

    Type: chmod 0755 /home/pi/.firewalla/config/post_main.d/allow_lldp.sh 

    Type: sudo bash  /home/pi/.firewalla/config/post_main.d/allow_lldp.sh 

    Verify in the Unifi console that the topology updates correctly 

    0
    Comment actions Permalink

Please sign in to leave a comment.