10 Inter-VLAN Communication
10 Inter-VLAN Communication
V5R2 V1R1
Page 1 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Inter-VLAN Communication
Page 2 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Foreword
● By default, a Layer 2 switching network is a broadcast domain, which brings many
problems. Virtual local area network (VLAN) technology isolates such broadcast
domains, preventing users in different VLANs from communicating with each other.
However, such users sometimes need to communicate.
● This course describes how to implement inter-VLAN communication.
Page 3 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Objectives
● On completion of this course, you will be able to understand:
🞐 Methods of implementing inter-VLAN communication.
Page 4 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Contents
1. Background
2. Using Routers' Physical Interfaces or Sub-interfaces to Implement Inter-VLAN
Communication
3. Using VLANIF Interfaces to Implement Inter-VLAN Communication
4. Layer 3 Communication Process
Page 5 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Inter-VLAN Communication (1)
● In real-world network deployments, different IP address segments are assigned to different VLANs.
● PCs on the same network segment in the same VLAN can directly communicate with each other without the need for
Layer 3 forwarding devices. This communication mode is called Layer 2 communication.
Layer 2 switch
Layer 2 Layer 2
communication communication
VLAN 10 VLAN 20
192.168.10.0/24 192.168.20.0/24
Layer 3 communication
Page 6 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Inter-VLAN Communication (2)
● Common Layer 3 devices: routers, Layer 3 switches, firewalls, etc.
VLAN 10 VLAN 20
192.168.10.0/24 192.168.20.0/24
Page 7 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Contents
1. Background
2. Using Routers' Physical Interfaces or Sub-interfaces to Implement Inter-VLAN
Communication
3. Using VLANIF Interfaces to Implement Inter-VLAN Communication
4. Layer 3 Communication Process
Page 8 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Using Physical Using Sub-
Interfaces interfaces
Page 9 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Using Physical Using Sub-
Interfaces interfaces
Page 10 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Using Physical Using Sub-
Interfaces interfaces
Sub-Interface Processing
● The interface connecting the switch to the router is set to a trunk interface. The router forwards the
received packets to the corresponding sub-interfaces according to the VLAN tags in the packets.
GE 0/0/1 R1 GE 0/0/1.10
R1 GE 0/0/1
GE 0/0/1.20
Page 11 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Using Physical Using Sub-
Interfaces interfaces
[R1]interface GigabitEthernet0/0/1.10
[R1-GigabitEthernet0/0/1.10]dot1q termination vid 10
[R1-GigabitEthernet0/0/1.10]ip address 192.168.10.254 24
R1 [R1-GigabitEthernet0/0/1.10]arp broadcast enable
Trunk
GE0/0/24 [R1]interface GigabitEthernet0/0/1.20
[R1-GigabitEthernet0/0/1.20]dot1q termination vid 20
SW1 [R1-GigabitEthernet0/0/1.20]ip address 192.168.20.254 24
[R1-GigabitEthernet0/0/1.20]arp broadcast enable
Page 12 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Contents
1. Background
2. Using Routers' Physical Interfaces or Sub-interfaces to Implement Inter-VLAN
Communication
3. Using VLANIF Interfaces to Implement Inter-VLAN Communication
4. Layer 3 Communication Process
Page 13 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Layer 3 Switch and VLANIF Interfaces
Page 14 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Example for Configuring VLANIF Interfaces
Basic configurations:
• VLANIF 10 192.168.10.254/24
• VLANIF 20 192.168.20.254/24 [SW1]vlan batch 10 20
Page 15 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
VLANIF Forwarding Process (1)
Page 17 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
VLANIF Forwarding Process (3)
VLAN 10 VLAN 20
Switching encapsulation.
module
5. The switching module searches its MAC address
5 table to determine the outbound interface of the
Access interface frame and whether the frame needs to carry a VLAN
tag. Data frame sent by the switching module:
PC1 PC2
IP: 192.168.10.2/24 IP: 192.168.20.2/24
source MAC = MAC2, destination MAC = MAC3,
Default gateway: Default gateway: VLAN tag = None
192.168.10.254 192.168.20.254
MAC: MAC1 MAC: MAC3
Page 18 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Contents
1. Background
2. Using Routers' Physical Interfaces or Sub-interfaces to Implement Inter-VLAN
Communication
3. Using VLANIF Interfaces to Implement Inter-VLAN Communication
4. Layer 3 Communication Process
Page 19 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Network Logical Communication
Topology Connection Process
Network Topology
VLAN 10
PC1
IP: 192.168.10.2/24 R1
Default gateway:
SW1 SW2 NAT
192.168.10.254
GE 0/0/1
IS
GE 0/0/24 GE 0/0/2 GE 0/0/0 1.2.3.4
P
Server
2.3.4.
VLAN 20 5
• VLANIF 10: 192.168.10.254 24
PC2
IP: 192.168.20.2/24 • VLANIF 20: 192.168.20.254 24
Default gateway:
192.168.20.254 • VLANIF 30: 192.168.30.1 24
This topology is used as an example to describe the communication process from PC1 in VLAN
10 to the server (2.3.4.5) on the Internet.
Page 20 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Network Logical Communication
Topology Connection Process
Logical Connection
Logical Connection
Routing
• Configure a default route on
VLANIF VLANIF VLANIF
10 20 30 module SW2 to allow intranet users
to access the Internet.
SW2 Switching R1
module NAT
VLAN 30
Internet
Access interface
Trunk interface
VLAN 10 VLAN 20 SW1 • On R1, configure static routes to the
user network segments of VLAN 10
Trunk and VLAN 20.
GE 0/0/1 GE 0/0/24 GE 0/0/2 • To enable intranet PCs using private
IP addresses to access the Internet,
configure Network Address and Port
Translation (NAPT) on R1.
Page 21 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Network Logical Communication
Topology Connection Process
VLANIF 30
IP: 192.168.30.1/24
IP: 192.168.10.2/24 MAC: MAC2
Default gateway:
192.168.10.254 R1
MAC: MAC1 SW1 SW2 NAT
GE 0/0/1 GE 0/0/1
IS
GE 0/0/24 GE 0/0/2 GE 0/0/0 1.2.3.4
VLAN 10 P
192.168.30.2 Server
MAC: MAC3 2.3.4.
Source MAC: MAC1 5
PC Processing Destination MAC: MAC2
Before sending a packet to VLAN tag: None
2.3.4.5, the PC sends the
Source IP: 192.168.10.2
packet to its gateway after
determining that the destination Destination IP: 2.3.4.5
IP address is not on its network
segment.
Page 22 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Network Logical Communication
Topology Connection Process
VLANIF 30
IP: 192.168.30.1/24
IP: 192.168.10.2/24 MAC: MAC2
Default gateway:
192.168.10.254 R1
MAC: MAC1 SW1 SW2 NAT
GE 0/0/1 GE 0/0/1
IS
GE 0/0/24 GE 0/0/2 GE 0/0/0 1.2.3.4
VLAN 10 P
192.168.30.2 Server
MAC: MAC3 2.3.4.
MAC Address VLAN Interface 5
MAC1 10 GE 0/0/1
Source MAC: MAC1
MAC2 10 GE 0/0/24
Destination MAC: MAC2
Page 23 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Network Logical Communication
Topology Connection Process
VLANIF 30
IP: 192.168.30.1/24
IP: 192.168.10.2/24 MAC: MAC2
Default gateway:
192.168.10.254 R1
MAC: MAC1 SW1 SW2 NAT
GE 0/0/1 GE 0/0/1
IS
GE 0/0/24 GE 0/0/2 GE 0/0/0 1.2.3.4
VLAN 10 P
192.168.30.2 Server
Operational data of a Destination Network Next Hop Outbound Interface
MAC: MAC3 2.3.4.
routing table. 5
0.0.0.0/0 192.168.30.2 Vlanif30
SW2 Processing
After SW2 receives the frame, it finds that the destination MAC address is the MAC
address of its VLANIF 10 and sends the frame to the routing module, which then
searches the routing table for a route matching the destination IP address 2.3.4.5.
After finding that the matching route is a default route, the outbound interface is VLANIF
30, and the next hop is 192.168.30.2, SW2 searches its ARP table to obtain the MAC
address corresponding to 192.168.30.2.
Page 24 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Network Logical Communication
Topology Connection Process
VLANIF 30
IP: 192.168.30.1/24
IP: 192.168.10.2/24 MAC: MAC2
Default gateway:
192.168.10.254 R1
MAC: MAC1 SW1 SW2 NAT
GE 0/0/1 GE 0/0/1
IS
GE 0/0/24 GE 0/0/2 GE 0/0/0 1.2.3.4
VLAN 10 P
192.168.30.2 Server
MAC: MAC3 2.3.4.
Destination Network MAC Outbound Interface 5
ARP entry
192.168.30.2 MAC3 GE 0/0/2 Source MAC: MAC2
Destination MAC: MAC3
SW2 Processing
VLAN tag: None
After finding the MAC address corresponding to 192.168.30.2,
SW2 replaces the source MAC address of the packet with the Source IP: 192.168.10.2
MAC address of VLANIF 30, and forwards the packet to the Destination IP: 2.3.4.5
switching module. The switching module searches the MAC
address table for the outbound interface and determines whether
the packet carries a VLAN tag.
Page 25 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Network Logical Communication
Topology Connection Process
VLANIF 30
IP: 192.168.30.1/24
IP: 192.168.10.2/24 MAC: MAC2
Default gateway:
192.168.10.254 R1
MAC: MAC1 SW1 SW2 NAT
GE 0/0/1 GE 0/0/1
IS
GE 0/0/24 GE 0/0/2 GE 0/0/0 1.2.3.4
VLAN 10 P
192.168.30.2 Server
MAC: MAC3 2.3.4.
5
Source IP: 1.2.3.4
R1 Processing
Destination IP: 2.3.4.5
Checks the destination MAC address of the data packet
and finds that the MAC address belongs to its interface.
Checks the destination IP address and finds that it is not a
local IP address. Searches the routing table, finds a default
matching route, and forwards the packet to a carrier device
while performing NAT to translate the source IP address
and port number of the packet.
Page 26 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Quiz
1. When a sub-interface is used to implement inter-VLAN communication, how does the switch
interface connected to the router need to be configured?
2. How are packets changed when being forwarded at Layer 3?
Page 27 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Summary
● This course describes three methods of implementing inter-VLAN communication:
through physical interfaces, sub-interfaces, and VLANIF interfaces.
● It also elaborates the Layer 3 communication process, and device processing
mechanism and packet header changes during the communication.
Page 28 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
More Information
● Comparison between Layer 2 and Layer 3 interfaces
After a Layer 2 interface receives a data frame, it searches its MAC After a Layer 3 interface receives a data frame, if the destination MAC address of
address table for the destination MAC address of the frame. If a the data frame is the same as the local MAC address, it decapsulates the data
matching MAC address entry is found, it forwards the frame according frame and looks up the destination IP address of the data packet in the routing
to the entry. If no matching MAC address entry is found, it floods the table. If a matching route is found, it forwards the data frame according to the
frame. instruction of the route. If no matching route is found, it discards the packet.
Layer 2 interfaces do not isolate broadcast domains. They flood Layer 3 interfaces isolate broadcast domains. They directly terminate received
received broadcast frames. broadcast frames instead of flooding them.
Page 29 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.
Thank You
www.huawei.com
Page 30 Copyright © 2020 Huawei Technologies Co., Ltd. All rights reserved.