H3C Technologies H3C S10500 Series Switches User Manual

Page 144

background image

133

Validating file. Please wait...

Configuration is saved to flash successfully.

This command will reboot the device. Continue? [Y/N]:y

Now rebooting, please wait...

2.

Configure VLANs and interfaces:
# Create VLAN 1001 and 4001, which are intended to transmit Ethernet traffic and storage traffic,
respectively.

system-view

[SwitchA] vlan 1001

[SwitchA-vlan1001] description ToLAN

[SwitchA-vlan1001] quit

[SwitchA] vlan 4001

[SwitchA-vlan4001] description ToSAN

[SwitchA-vlan4001] quit

# Enable STP globally.

[SwitchA] stp global enable

# Configure interface Ten-GigabitEthernet 1/0/1 as a hybrid port.

[SwitchA] interface ten-gigabitethernet 1/0/1

[SwitchA-Ten-GigabitEthernet1/0/1] port link-type hybrid

# Assign Ten-GigabitEthernet 1/0/1 to VLAN 1001 as an untagged member.

[SwitchA-Ten-GigabitEthernet1/0/1] port hybrid vlan 1001 untagged

# Assign Ten-GigabitEthernet 1/0/1 to VLAN 4001 as a tagged member.

SwitchA-Ten-GigabitEthernet1/0/1] port hybrid vlan 4001 tagged

# Set the PVID to VLAN 1001 for the interface.

[SwitchA-Ten-GigabitEthernet1/0/1] port hybrid pvid vlan 1001

# Enable STP on Ten-GigabitEthernet 1/0/1.

[SwitchA-Ten-GigabitEthernet1/0/1] stp enable

[SwitchA-Ten-GigabitEthernet1/0/1] quit

# Configure interface Ten-GigabitEthernet 1/0/10 as a trunk port, and assign the interface to
VLAN 1001.

[SwitchA] interface ten-gigabitethernet 1/0/10

[SwitchA-Ten-GigabitEthernet1/0/10] port link-type trunk

[SwitchA-Ten-GigabitEthernet1/0/10] port trunk permit vlan 1001

# Enable STP on Ten-GigabitEthernet 1/0/10.

[SwitchA-Ten-GigabitEthernet1/0/10] stp enable

[SwitchA-Ten-GigabitEthernet1/0/10] quit

# Create Layer 2 aggregate interface 1, and configure it to operate in dynamic aggregation

mode.

[SwitchA] interface bridge-aggregation 1

[SwitchA-Bridge-Aggregation1] link-aggregation mode dynamic

# Disable STP on Layer 2 aggregate interface 1.

[SwitchA-Bridge-Aggregation1] undo stp enable

[SwitchA-Bridge-Aggregation1] quit

# Assign ports Ten-GigabitEthernet 1/0/5 through Ten-GigabitEthernet 1/0/8 to Layer 2
aggregation group 1.

[SwitchA] interface ten-gigabitethernet 1/0/5