But i am connecting server with stack switch(4) of 5510 in which STP enabled . Will it STP block the ports in bride Agg if not disabled ?
Configuration blow,
interface Bridge-Aggregation 3
port link-type trunk
port trunk permit vlan 1
link-aggregation mode dynamic
1. Create the link aggregation interface
2. Associate the member ports to the aggregation interface
3. Make any additional changes to the link aggregation
Step 1: Create the link aggregation and set the mode to dynamic (LACP)
[Rack4sw1]interface Bridge-Aggregation 3
[Rack4sw1-Bridge-Aggregation3] link-aggregation mode dynamic
Step 2: Associate the the member ports
interface GigabitEthernet 1/0/46
[GigabitEthernet1/0/46]port link-aggregation group 3
interface GigabitEthernet 2/0/46
[GigabitEthernet2/0/46]port link-aggregation group 3
interface GigabitEthernet 3/0/46
[GigabitEthernet3/0/46]port link-aggregation group 3
interface GigabitEthernet 4/0/46
[GigabitEthernet4/0/46]port link-aggregation group 3
Step 3: set the port link type to trunk and permit vlans
[Rack4sw1]interface Bridge-Aggregation 3
[Rack4sw1-Bridge-Aggregation12]port link-type trunk
[Rack4sw1-Bridge-Aggregation12]port trunk permit vlan 1