11
[Sysname-Ten-GigabitEthernet3/4/0/1] port link-aggregation group 2
[Sysname-Ten-GigabitEthernet3/4/0/1] quit
[Sysname] interface ten-gigabitethernet 3/3/0/2
[Sysname-Ten-GigabitEthernet3/3/0/2] port link-aggregation group 2
[Sysname-Ten-GigabitEthernet3/3/0/2] quit
[Sysname] interface ten-gigabitethernet 4/2/0/1
[Sysname-Ten-GigabitEthernet4/2/0/1] port link-aggregation group 2
[Sysname-Ten-GigabitEthernet4/2/0/1] quit
[Sysname] interface ten-gigabitethernet 4/3/0/1
[Sysname-Ten-GigabitEthernet4/3/0/1] port link-aggregation group 2
[Sysname-Ten-GigabitEthernet4/3/0/1] quit
Configuring network connectivity settings
This section provides the VLAN and link aggregation configuration procedure for end devices (for
example, a server in VLAN 10).
1.
Configure the IRF fabric at the access layer:
# Create VLAN 10.
<IRF> system-view
[IRF] vlan 10
# Create Bridge-Aggregation 3, and set its aggregation mode to dynamic.
[IRF] interface bridge-aggregation 3
[IRF-Bridge-Aggregation3] link-aggregation mode dynamic
[IRF-Bridge-Aggregation3] quit
# Assign Ten-GigabitEthernet 1/0/10 and Ten-GigabitEthernet 2/0/10 to the aggregation group
for Bridge-Aggregation 3.
[IRF] interface ten-gigabitethernet 1/0/10
[IRF-Ten-GigabitEthernet1/0/10] port link-aggregation group 3
[IRF-Ten-GigabitEthernet1/0/10] quit
[IRF] interface ten-gigabitethernet 2/0/10
[IRF-Ten-GigabitEthernet2/0/10] port link-aggregation group 3
[IRF-Ten-GigabitEthernet2/0/10] quit
# Assign Bridge-Aggregation 3 to VLAN 10.
[IRF] interface bridge-aggregation 3
[IRF-Bridge-Aggregation3] port access vlan 10
[IRF-Bridge-Aggregation3] quit
# Configure Bridge-Aggregation 2 as a trunk port, and assign it to VLAN 10.
[IRF] interface bridge-aggregation 2
[IRF-Bridge-Aggregation2] port link-type trunk
[IRF-Bridge-Aggregation2] port trunk permit vlan 10
[IRF-Bridge-Aggregation2] quit
2.
Configure the IRF fabric at the distribution layer:
# Create VLAN 10.
<Sysname> system-view
[Sysname] vlan 10
# Configure Bridge-Aggregation 2 as a trunk port, and assign it to VLAN 10.
[Sysname] interface bridge-aggregation 2
[Sysname-Bridge-Aggregation2] port link-type trunk