Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

H3C Configuration

For the configuration below, is  Bridge-Aggregation1 a virtual interface that want to group physical interface
(ie Ten-GigabitEthernet6/0/3) using the command "port link-aggregation group"  ? Can I group one more physical interface to  Bridge-Aggregation1  ?

interface Bridge-Aggregation1
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 10 40 70 80 100 200 300
 link-aggregation mode dynamic

interface Ten-GigabitEthernet6/0/3
 port link-mode bridge
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 10 40 70 80 100 200 300
 port link-aggregation group 1
ASKER CERTIFIED SOLUTION
Avatar of marek1712
marek1712
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AXISHK
AXISHK

ASKER

Tks