Доброго времени суток.
Возникла проблема с опросом коммутаторов но LLDP. Схема следующая:

Коммутатор sw1 не видит sw2 и sw3, sw2 и sw3 коммутатор sw1 видят. Судя по статистике на sw1 не приходят lldp пакеты, хотя на sw2,sw3 tx есть
Статистика с sw1:
Код:
DES-3028:4#show lldp statistics ports 25
Command: show lldp statistics ports 25
Port ID : 25
---------------------------------------------
lldpStatsTxPortFramesTotal : 4514
lldpStatsRxPortFramesDiscardedTotal : 0
lldpStatsRxPortFramesErrors : 0
lldpStatsRxPortFramesTotal : 0
lldpStatsRxPortTLVsDiscardedTotal : 0
lldpStatsRxPortTLVsUnrecognizedTotal : 0
lldpStatsRxPortAgeoutsTotal : 0
DES-3028:4#show lldp statistics ports 26
Command: show lldp statistics ports 26
Port ID : 26
---------------------------------------------
lldpStatsTxPortFramesTotal : 4522
lldpStatsRxPortFramesDiscardedTotal : 0
lldpStatsRxPortFramesErrors : 0
lldpStatsRxPortFramesTotal : 0
lldpStatsRxPortTLVsDiscardedTotal : 0
lldpStatsRxPortTLVsUnrecognizedTotal : 0
lldpStatsRxPortAgeoutsTotal : 0
Статистика с sw2:
Код:
DES-3028:4#show lldp statistics ports 25
Command: show lldp statistics ports 25
Port ID : 25
---------------------------------------------
lldpStatsTxPortFramesTotal : 21643
lldpStatsRxPortFramesDiscardedTotal : 0
lldpStatsRxPortFramesErrors : 0
lldpStatsRxPortFramesTotal : 21641
lldpStatsRxPortTLVsDiscardedTotal : 0
lldpStatsRxPortTLVsUnrecognizedTotal : 0
lldpStatsRxPortAgeoutsTotal : 2
Статистика с sw3:
Код:
DES-3028:4#show lldp statistics ports 25
Command: show lldp statistics ports 25
Port ID : 25
---------------------------------------------
lldpStatsTxPortFramesTotal : 21635
lldpStatsRxPortFramesDiscardedTotal : 0
lldpStatsRxPortFramesErrors : 0
lldpStatsRxPortFramesTotal : 21634
lldpStatsRxPortTLVsDiscardedTotal : 0
lldpStatsRxPortTLVsUnrecognizedTotal : 0
lldpStatsRxPortAgeoutsTotal : 2
Настройка LLDP на sw 1:
Код:
# LLDP
enable lldp
config lldp message_tx_interval 20
config lldp tx_delay 2
config lldp message_tx_hold_multiplier 2
config lldp reinit_delay 2
config lldp notification_interval 5
config lldp forward_message enable
config lldp ports 1-28 notification enable
config lldp ports 1-28 admin_status tx_and_rx
config lldp ports 1-28 basic_tlvs port_description system_name system_description enable
Настройка LLDP на sw 2:
Код:
# LLDP
enable lldp
config lldp message_tx_interval 20
config lldp tx_delay 2
config lldp message_tx_hold_multiplier 2
config lldp reinit_delay 2
config lldp notification_interval 5
config lldp forward_message enable
config lldp ports 1-3,5-24 notification disable
config lldp ports 1-28 admin_status tx_and_rx
config lldp ports 1-28 basic_tlvs port_description system_name system_description enable
config lldp ports 4,25-28 notification enable
Настройка LLDP на sw 3:
Код:
# LLDP
enable lldp
config lldp message_tx_interval 20
config lldp tx_delay 2
config lldp message_tx_hold_multiplier 2
config lldp reinit_delay 2
config lldp notification_interval 5
config lldp forward_message enable
config lldp ports 1-24 notification disable
config lldp ports 1-24 admin_status disable
config lldp ports 1-28 basic_tlvs port_description system_name system_description enable
config lldp ports 25-28 notification enable
config lldp ports 25-28 admin_status tx_and_rx