背景
IE3X00 製品にて、LLDP と PROFINET はデフォルトで有効となります。 PROFINET は LLDP を利用して動作していますので、PROFINET を有効する場合、LLDP は自動的に有効となります。「no lldp run」 のコマンドを使用して LLDP を無効にできますが、一度再起動を実施すると、PROFINET が有効になっているため、LLDP は再び有効になります。
※ PROFINET は PROFIBUS International(PI)のオープンな工業イーサネット標準であり、オートメーション コントロール用に TCP/IP および IT 標準を使用しています。PROFINET は、装置およびテスト機器の動きや精度の制御が重要である工業オートメーション システムやプロセス制御ネットワークに特に有用です。PROFINET はデータ交換を重視しており、速度要件に合った通信パスを定義しています。
LLDP を無効する方法
Step.1 PROFINET を無効にします。
Switch#configure terminal
Switch(config)#no profinet
Step.2 LLDP を無効にします。
Switch(config)#no lldp run
Switch(config)#end
Switch#write memory
Switch#show lldp
% LLDP is not enabled
Switch#show run | sec lldp
Switch#
Step.3 再起動後に動作を確認します。
Switch#reload
Proceed with reload? [confirm]
<skip>
Switch#show lldp
% LLDP is not enabled
Switch#show run | sec lldp
Switch#
参考資料
CSCwb37701 'no lldp run' changed to 'lldp run' after reload
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwb37701
Interface and Hardware Components Configuration Guide, Cisco Catalyst IE3x00 Rugged, IE3400 Heavy Duty, and ESS3300 Series Switches https://www.cisco.com/c/en/us/td/docs/switches/lan/cisco_ie3X00/software/17_7/b_176_int_and_hw_cg/m9-176-int-lldp-cg.html
PROFINET Configuration Guide, Cisco Catalyst IE3x00 Rugged, IE3400 Heavy Duty, and ESS3300 Series Switches
https://www.cisco.com/c/en/us/td/docs/switches/lan/cisco_ie3X00/software/17_4/b_profinet_17-4_iot_switch_cg/m_profinet_iot_switch_cg.html