Ok, well...
I try static link aggregation mode. No positive results :mad:
Small quota from Advanced config guide for 4500:
1) In manual aggregation mode # Create manual aggregation group 1. <SWITCHA> system-view link-aggregation group 1 mode manual # Add Ethernet 1/0/1 through Ethernet 1/0/3 to aggregation group 1. interface Ethernet1/0/1 port link-aggregation group 1 quit interface Ethernet1/0/2 port link-aggregation group 1 quit interface Ethernet1/0/3 port link-aggregation group 1 2) In static LACP aggregation mode # Create static aggregation group 1. <SWITCHA> system-view link-aggregation group 1 mode static
No sense to try "static LACP aggregation mode" because LACP was removed from 4500G
Example with mode manual(static) with no result.
4500:
#
interface GigabitEthernet1/0/49
port link-type trunk
port trunk permit vlan 1 100
port link-aggregation group 1
#
interface GigabitEthernet1/0/50
port link-type trunk
port trunk permit vlan 1 100
port link-aggregation group 1
#
display link-aggregation summary
Aggregation Group Type:D -- Dynamic, S -- Static , M -- Manual
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Actor ID: 0x8000, 001e-c188-b8c0
AL AL Partner ID Select Unselect Share Master
ID Type Ports Ports Type Port
--------------------------------------------------------------------------------
1 M none 2 0 Shar GigabitEthernet1/0/49
display link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Flags: A -- LACP_Activity, B -- LACP_timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Aggregation ID: 1, AggregationType: Manual, Loadsharing Type: Shar
Aggregation Description:
System ID: 0x8000, 001e-c188-b8c0
Port Status: S -- Selected, U -- Unselected
Local:
Port Status Priority Key Flag
--------------------------------------------------------------------------------
GigabitEthernet1/0/49 S 32768 1 {}
GigabitEthernet1/0/50 S 32768 1 {}
Remote:
Actor Partner Priority Key SystemID Flag
--------------------------------------------------------------------------------
GigabitEthernet1/0/49 0 0 0 0x0000,0000-0000-0000 {}
GigabitEthernet1/0/50 0 0 0 0x0000,0000-0000-0000 {}
4500G:
#
interface GigabitEthernet1/0/23
port link-type trunk
port trunk permit vlan 1 100
broadcast-suppression pps 3000
undo jumboframe enable
port link-aggregation group 1
#
interface GigabitEthernet1/0/24
port link-type trunk
port trunk permit vlan 1 100
broadcast-suppression pps 3000
undo jumboframe enable
port link-aggregation group 1
#
display link-aggregation member-port
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
GigabitEthernet1/0/23:
Aggregation Interface: Bridge-Aggregation1
Port Number: 23
Oper-Key: 1
GigabitEthernet1/0/24:
Aggregation Interface: Bridge-Aggregation1
Port Number: 24
Oper-Key: 1
display link-aggregation summary
Aggregation Interface Type:
BAGG -- Bridge-Aggregation, RAGG -- Route-Aggregation
Aggregation Mode: S -- Static, D -- Dynamic
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Actor System ID: 0x8000, 001a-c14b-f300
AGG AGG Partner ID Select Unselect Share
Interface Mode Ports Ports Type
-------------------------------------------------------------------------------
BAGG1 S none 0 2 Shar
display link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Aggregation Interface: Bridge-Aggregation1
Aggregation Mode: Static
Loadsharing Type: Shar
Port Status Oper-Key
--------------------------------------------------------------------------------
GE1/0/23 U 1
GE1/0/24 U 1
In result::
--- 192.168.0.4 ping statistics ---
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss
Latest firmware,latest manual...I'm confused.
Please, help!
</SWITCHA></SWITCHA>