Skip to main content
dirkdigs
New Member
December 30, 2019
Question

sh cdp neighbour

  • December 30, 2019
  • 1 reply
  • 27043 views

is it possible to get my fortigate to show up when i run the following command on my cisco core switch ?

 

##sh cdp neighbors

    1 reply

    simonorch
    Explorer
    January 2, 2020

    enable LLDP on the relevant interface on the fortigate, in 6.2 it's in the web gui otherwise it can be done in the cli

    if you're not running vdoms

     

    conf sys int

    edit <int_name>

    set lldp-transmission en

    end

    end