本文最后更新于 71 天前,其中的信息可能已经有所发展或是发生改变。
开启juniper防火墙邻居发现协议
开启juniper防火墙邻居发现协议
edit protocols lldp
set interface all //在所有端口开启lldp
或者
set interface g0/0/0.1 //在g0/0/0.1接口上开启lldp
关闭juniper防火墙邻居发现协议
edit protocols lldp
set interface all disable
edit protocols lldp
set interface interface-name disable