Artem Kolpakov писал(а):
Модели коммутаторов? Версии прошивок?
Прошу прощения. Вот:
Код:
Device Type : DES-1228/ME Metro Ethernet Switch
MAC Address : 84-C9-B2-16-E4-C0
IP Address : 10.0.2.167 (Manual)
VLAN Name : manage
Subnet Mask : 255.255.0.0
Default Gateway : 10.0.0.10
Boot PROM Version : Build 2.00.001
Firmware Version : Build 2.30.B009
Hardware Version : B1
Serial Number : PVCM3B7004607
System Name : tst
System Location : tst
System Uptime : 3 days, 2 hours, 2 minutes, 22 seconds
System Contact :
Spanning Tree : Disabled
GVRP : Disabled
IGMP Snooping : Disabled
VLAN Trunk : Disabled
802.1X : Disabled
Telnet : Enabled (TCP 23)
Web : Enabled (TCP 80)
RMON : Disabled
SSH : Disabled
CLI Paging : Enabled
Syslog Global State: Enabled
Dual Image : Supported
Password Encryption Status : Enabled
DES-1228/ME:5#show link_aggregation
Command: show link_aggregation
Link Aggregation Algorithm = MAC-destination
Group ID : 1
Type : LACP
Master Port : 25
Member Port : 25-26
Active Port : 25
Status : Enabled
Flooding Port : 25
Total Entries : 1
DES-1228/ME:5#show config current_config
# LACP
config lacp_ports 1-28 mode passive
config link_aggregation algorithm mac_destination
create link_aggregation group_id 1 type lacp
config link_aggregation group_id 1 master_port 25 ports 25-26 state enable
Cisco:
Код:
in_test#show ver
Cisco IOS Software, s72033_rp Software (s72033_rp-ADVIPSERVICESK9_WAN-M), Version 12.2(33)SXI6, RELEASE SOFTWARE (fc4)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2011 by Cisco Systems, Inc.
Compiled Mon 28-Mar-11 12:09 by prod_rel_team
ROM: System Bootstrap, Version 12.2(17r)SX7, RELEASE SOFTWARE (fc1)
++++++++++++++++Вырезано+++++++++++++++++++++
in_test#show etherchannel 1 summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use N - not in use, no aggregation
f - failed to allocate aggregator
M - not in use, no aggregation due to minimum links not met
m - not in use, port not aggregated due to minimum links not met
u - unsuitable for bundling
d - default port
w - waiting to be aggregated
Number of channel-groups in use: 1
Number of aggregators: 2
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(SU) LACP Gi4/1(P)
1 Po1A(SU) LACP Gi4/2(P)
Last applied Hash Distribution Algorithm: Fixed
++++++++++++++++Вырезано++++++++++++++++
interface GigabitEthernet4/1
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1111
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
!
interface GigabitEthernet4/2
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1111
channel-protocol lacp
channel-group 1 mode active