Доброго дня!
Не получается запустить соточный модуль в свитче. При этом что показательно, он работает в соседнем 3612G
Свитч в котором работает
Код:
DGS3612G:admin#show switch
Command: show switch
Device Type : DGS-3612G Gigabit Ethernet Switch
MAC Address : 00-1E-58-00-00-00
IP Address : 172.16.00.00 (Manual)
VLAN Name : default
Subnet Mask : 255.255.255.0
Default Gateway : 172.16.00.00
Boot PROM Version : Build 1.10-B09
Firmware Version : Build 2.84.B18
Hardware Version : A1
Serial Number : 00000000000
System Name :
System Location :
System Uptime : 62 days, 20 hours, 20 minutes, 0 seconds
System Contact :
Spanning Tree : Disabled
GVRP : Disabled
IGMP Snooping : Disabled
MLD Snooping : Disabled
RIP : Disabled
DVMRP : Disabled
PIM : Disabled
OSPF : Disabled
А вот в этом - не работает:
Код:
DGS-3627G:admin#show switch
Command: show switch
Device Type : DGS-3627G Gigabit Ethernet Switch
MAC Address : 00-1C-F0-00-00-00
IP Address : 172.16.00.00 (Manual)
VLAN Name : default
Subnet Mask : 255.255.255.0
Default Gateway : 172.16.00.00
Boot PROM Version : Build 1.10-B09
Firmware Version : Build 2.84.B18
Hardware Version : 1A1G
System Name :
System Location :
System Uptime : 1 days, 9 hours, 27 minutes, 49 seconds
System Contact :
Spanning Tree : Disabled
GVRP : Disabled
IGMP Snooping : Disabled
MLD Snooping : Disabled
RIP : Disabled
DVMRP : Disabled
PIM : Disabled
OSPF : Disabled
OSPFv3 : Disabled
Насколько я вижу отличие в
Код:
config ports 1-8 speed auto capability_advertised 100_full 1000_full flow_control disable learning enable state enable
а на 27-м:
Код:
config ports 1-20 speed auto capability_advertised 1000_full flow_control disable learning enable state enable
Но
Код:
DGS-3627G:admin#config ports 1-8 speed auto capability_advertised 100_full 1000_
full flow_control disable learning enable state enable
Command: config ports 1-8 speed auto capability_advertised 100_full 1000_full flow_control disable learning enable state enable
Port 1 can't configure with capability.
Fail!
Код:
DGS-3627G:admin#show ports 1 auto_negotiation
Command: show ports 1 auto_negotiation
Port : 1
--------------------
Auto Negotiation : Enabled
Capability Bits : 1000M_Full
Capbility Advertised Bits : 1000M_Full
Capbility Received Bits :
А на работающем 3612 -
Код:
show ports 2 auto_negotiation
Command: show ports 2 auto_negotiation
Port : 2
--------------------
Auto Negotiation : Disabled
Подскажите плз куда копать?