DES-3526 имеет трудности с информацией, получаемой через LLDP от DES-3528.
Кусок конфига DES-3528, fw 2.70.B033
Код:
enable lldp
config lldp message_tx_interval 30
config lldp tx_delay 2
config lldp message_tx_hold_multiplier 4
config lldp reinit_delay 2
config lldp notification_interval 5
config lldp ports 1-28 notification enable
config lldp ports 1-25,27-28 admin_status rx_only
config lldp ports 1-28 basic_tlvs port_description system_name system_description system_capabilities enable
config lldp ports 1-28 dot1_tlv_pvid enable
config lldp ports 1-28 dot1_tlv_protocol_identity eapol enable
config lldp ports 1-28 dot1_tlv_protocol_identity lacp enable
config lldp ports 1-28 dot1_tlv_protocol_identity gvrp enable
config lldp ports 1-28 dot1_tlv_protocol_identity stp enable
config lldp ports 1-28 dot3_tlvs mac_phy_configuration_status link_aggregation maximum_frame_size enable
config lldp ports 26 admin_status tx_and_rx
config lldp ports 1-28 mgt_addr ipv4 10.7.2.4 enable
DES-3526, fw 6.00.B57
Код:
enable lldp
config lldp message_tx_interval 30
config lldp tx_delay 2
config lldp message_tx_hold_multiplier 4
config lldp reinit_delay 2
config lldp notification_interval 5
config lldp ports 1-26 notification enable
config lldp ports 1-24,26 admin_status rx_only
config lldp ports 1-26 basic_tlvs port_description system_name system_description system_capabilities enable
config lldp ports 1-26 dot1_tlv_pvid enable
config lldp ports 1-26 dot1_tlv_protocol_identity eapol enable
config lldp ports 1-26 dot1_tlv_protocol_identity lacp enable
config lldp ports 1-26 dot1_tlv_protocol_identity gvrp enable
config lldp ports 1-26 dot1_tlv_protocol_identity stp enable
config lldp ports 1-26 dot3_tlvs mac_phy_configuration_status link_aggregation maximum_frame_size enable
config lldp ports 25 admin_status tx_and_rx
config lldp ports 1-26 mgt_addr ipv4 10.7.2.5 enable
Схема включения: DES-3528 1/26 - DES-3526 1/25
3528 видит 3526 без проблем. А вот у 3526 возникает две проблемы, видимо, с одной причиной.
Первая:
Код:
DES-3526:admin#show lldp remote_ports 25 mode det
Command: show lldp remote_ports 25 mode detailed
Port ID : 25
---------------------------------------------------------------------------
Remote Entities count : 1
Entity 1
Chassis Id Subtype : MACADDRESS
Chassis Id : 1C-BD-B9-A2-50-80
Port Id Subtype : MACADDRESS
Port ID : 1C-BD-B9-A2-50-9A
Port Description : D-Link DES-3528 R2.70.B033 Port 26 on Unit 1
System Name :
System Description : Fast Ethernet Switch
System Capabilities : Repeater, Bridge,
Management Address count : 1
Entry 1 :
Subtype : IPv4
Address : 10.7.2.4
IF Type : IfIndex
OID : 721813764.25242378.1761673216
Port PVID : 1
OID выглядит очень странным. И видимо с этим связана вторая проблема:
Код:
$ snmpwalk -c public -v 2c -m ALL -On 10.7.2.5 lldpRemManAddrTable
.1.0.8802.1.1.2.1.4.2.1.3.50902.25.1.1.4.10.7.2.4 = INTEGER: ifIndex(2)
.1.0.8802.1.1.2.1.4.2.1.4.50902.25.1.1.4.10.7.2.4 = INTEGER: 5121
Timeout: No Response from 10.7.2.5
Думал, со свежими прошивками что-то поменяется. Не поменялось. Старые последние релизы для 3528 и 3526 ведут себя точно так же.
Как лечить?