开启juniper防火墙邻居发现协议

1
2
3
4
5
6
开启juniper防火墙邻居发现协议
edit protocols lldp
set interface all //在所有端口开启lldp
或者
set interface g0/0/0.1 //在g0/0/0.1接口上开启lldp

关闭juniper防火墙邻居发现协议

1
2
3
4
5
6
edit protocols lldp
set interface all disable

edit protocols lldp
set interface interface-name disable