Verifying the configuration, Protocol-based vlan configuration example, Network requirements – H3C Technologies H3C S5560 Series Switches User Manual

Page 175

Advertising
background image

141

# Configure GigabitEthernet 1/0/1 as a hybrid port, and assign it to VLANs 100 and 200 as an

untagged VLAN member.

[DeviceC] interface gigabitethernet 1/0/1

[DeviceC-GigabitEthernet1/0/1] port link-type hybrid

[DeviceC-GigabitEthernet1/0/1] port hybrid vlan 100 200 untagged

# Associate GigabitEthernet 1/0/1 with IP subnet-based VLANs 100 and 200.

[DeviceC-GigabitEthernet1/0/1] port hybrid ip-subnet-vlan vlan 100

[DeviceC-GigabitEthernet1/0/1] port hybrid ip-subnet-vlan vlan 200

[DeviceC-GigabitEthernet1/0/1] quit

2.

Configure Device A and Device B to forward packets from VLANs 100 and 200, respectively.

(Details not shown.)

Verifying the configuration

# Display information about all IP subnet-based VLANs.

[DeviceC] display ip-subnet-vlan vlan all

VLAN ID: 100

Subnet index IP address Subnet mask

0 192.168.5.0 255.255.255.0

VLAN ID: 200

Subnet index IP address Subnet mask

0 192.168.50.0 255.255.255.0

# Display IP subnet-based VLANs on GigabitEthernet 1/0/1.

[DeviceC] display ip-subnet-vlan interface gigabitethernet 1/0/1

Interface: GigabitEthernet1/0/1

VLAN ID Subnet index IP address Subnet mask Status

100 0 192.168.5.0 255.255.255.0 Active

200 0 192.168.50.0 255.255.255.0 Active

Protocol-based VLAN configuration example

Network requirements

As shown in

Figure 44

:

The majority of hosts in a lab environment run the IPv4 protocol.

The other hosts run the IPv6 protocol for teaching purposes.

To isolate IPv4 and IPv6 traffic at Layer 2, configure protocol-based VLANs to associate the IPv4 and ARP
protocols with VLAN 100, and associate the IPv6 protocol with VLAN 200.

Advertising