Help Center/ Virtual Private Cloud/ User Guide/ Traffic Mirroring/ Traffic Mirroring Example Scenarios/ Mirroring Inbound TCP and UDP Traffic to Multiple Network Interfaces
Updated on 2024-10-25 GMT+08:00

Mirroring Inbound TCP and UDP Traffic to Multiple Network Interfaces

Solution Architecture

To mirror inbound TCP and UDP traffic from a mirror source (network interface) to different mirror targets (network interfaces), you can refer to the configurations in this section. In Figure 1, there are four ECSs (ECS-test, ECS-source, ECS-target-01, and ECS-target-02) in a VPC (VPC-A). When ECS-test accesses ECS-source, the inbound TCP traffic on ECS-source needs to be mirrored to ECS-target-01 and the inbound UDP traffic on ECS-source needs to be mirrored to ECS-target-02. Each mirror session can only be associated with one mirror target, so you need to create two mirror sessions.
  • Mirror-session-01:
    • Set mirror source to network-interface-s of ECS-source, indicating that the inbound TCP traffic on this network interface needs to be mirrored.
    • Set mirror target to network-interface-t01 of ECS-target-01, indicating that the inbound TCP traffic on network-interface-s is mirrored to network-interface-t01.
    • Associate the mirror-filter-01 that has a rule for accepting inbound TCP traffic with mirror-session-01.
  • Mirror-session-02:
    • Set mirror source to network-interface-s of ECS-source, indicating that the inbound UDP traffic on this network interface needs to be mirrored.
    • Set mirror target to network-interface-t02 of ECS-target-02, indicating that the inbound UDP traffic on network-interface-s is mirrored to network-interface-t02.
    • Associate the mirror-filter-02 that has a rule for accepting inbound UDP traffic with mirror-session-02.
Figure 1 Mirroring inbound TCP and UDP traffic

Notes and Constraints

See Notes and Constraints.

Resource Planning

In this example, the VPC, subnet, EIP, and ECSs must be in the same region but can be in different AZs.

The following resource details are only for your reference. You can modify them if needed.

Table 1 Resource details for mirroring inbound TCP and UDP traffic

Resource

Quantity

Description

VPC and subnet

1

  • VPC name: Set it as needed. In this example, VPC-A is used.
  • VPC IPv4 CIDR block: Set it as needed. In this example, 192.168.0.0/16 is used.
  • Subnet name: Set it as needed. In this example, Subnet-A01 and Subnet-A02 are used.
  • Subnet IPv4 CIDR block: Set it as needed. In this example, the CIDR block of Subnet-A01 is 192.168.0.0/24 and that of Subnet-A02 is 192.168.1.0/24.

ECSs

4

Configure the ECSs as follows:
  • Name: Set it as needed. In this example, the ECSs are named ECS-source, ECS-target-01, ECS-target-02, and ECS-test.
  • ECS type: In this example, the type of ECS-source is General computing-plus c7t. Currently, only network interfaces of ECSs with certain types can be used as mirror sources. For details, see Notes and Constraints. There are no constraints on the type of other ECSs.
  • Image: Set it as needed. In this example, public image Huawei Cloud EulerOS 2.0 Standard 64 bit is used.
  • System disk: In this example, a general purpose SSD disk of 40 GiB is used.
  • Data disk: Set it as needed. In this example, no data disk is used.
  • Network
    • VPC: Select a VPC. In this example, VPC-A is used.
    • Subnet: Select a subnet. In this example, the subnet of ECS-source, ECS-target-01 and ECS-test is Subnet-A01, and that of ECS-target-02 is Subnet-A02.
  • Security group: In this example, the four ECSs are associated with the same security group Sg-X. Ensure that all rules in Table 2 are added.
    If the ECSs are associated with different security groups, you also need to add additional rules.
    • If ECS-test is associated with Sg-X and ECS-source is associated with Sg-A, add the rule in Table 3 to Sg-A to allow traffic from ECS-test.
    • If ECS-source is associated with Sg-A and ECS-target-01 is associated with Sg-B, add the rule in Table 4 to Sg-B to allow UDP packets encapsulated by the mirror source to access the mirror target over port 4789. The same applies to ECS-target-02.
  • EIP: Select Not required.
  • Private IP address: In this example, use 192.168.0.230 for ECS-source, 192.168.0.164 for ECS-target-01, 192.168.1.165 for ECS-target-02, and 192.168.0.161 for ECS-test.

EIP

1

  • Billing Mode: Set it as needed. In this example, Pay-per-use is used.
  • EIP Name: Set it as needed. In this example, EIP-A is used.
  • EIP: The EIP is randomly assigned. In this example, 124.X.X.187 is used.

Mirror filters

2

  • One mirror filter for accepting TCP traffic:
    • Name: Set it as needed. In this example, mirror-filter-01 is used.
    • Inbound rule: Add the inbound rule in Table 5. This rule allows TCP packets from ECS-test to ECS-source over port 1234 to be mirrored.
  • One mirror filter for accepting UDP traffic:
    • Name: Set it as needed. In this example, mirror-filter-02 is used.
    • Inbound rule: Add the inbound rule in Table 5. This rule allows UDP packets from ECS-test to ECS-source over port 1235 to be mirrored.

Mirror sessions

2

One mirror session for accepting TCP traffic:

  • Basic Information:
    • Name: Set it as needed. In this example, mirror-session-01 is used.
    • Priority: Set it as needed. In this example, 1 is used.
    • VNI: Set it as needed. In this example, 1 is used.
    • Packet Length: Set it as needed. In this example, 96 is used.
    • Mirror Session: Enable it to mirror the traffic from the mirror source.
  • Associate Mirror Filter: Set it as needed. In this example, mirror-filter-01 is used.
  • Associate Mirror Sources: Set it as needed. In this example, the private IP address 192.168.0.230 of the network interface of ECS-source is used.
  • Associate Mirror Target
    • Type: Network interface
    • Network interface: Set it as needed. In this example, the private IP address 192.168.0.164 of the network interface of ECS-target-01 is used.

One mirror session for accepting UDP traffic:

  • Basic Information:
    • Name: Set it as needed. In this example, mirror-session-02 is used.
    • Priority: Set it as needed. In this example, 2 is used.
    • VNI: Set it as needed. In this example, 2 is used.
    • Packet Length: Set it as needed. In this example, 96 is used.
    • Mirror Session: Enable it to mirror the traffic from the mirror source.
  • Associate Mirror Filter: Set it as needed. In this example, mirror-filter-02 is used.
  • Associate Mirror Sources: Set it as needed. In this example, the private IP address 192.168.0.230 of the network interface of ECS-source is used.
  • Associate Mirror Target
    • Type: Network interface
    • Network interface: Set it as needed. In this example, the private IP address 192.168.1.165 of the network interface of ECS-target-02 is used.
Table 2 Security group Sg-X rules

Direction

Action

Type

Protocol & Port

Source or Destination

Description

Inbound

Allow

IPv4

TCP: 22

Source: 0.0.0.0/0

Allows remote logins to Linux ECSs over SSH port 22.

Inbound

Allow

IPv4

TCP: 3389

Source: 0.0.0.0/0

Allows remote logins to Windows ECSs over RDP port 3389.

Inbound

Allow

IPv4

All

Source: current security group (Sg-X)

Allows the ECSs in this security group to communicate with each other using IPv4 addresses.

Inbound

Allow

IPv6

All

Source: current security group (Sg-X)

Allows the ECSs in this security group to communicate with each other using IPv6 addresses.

Outbound

Allow

IPv4

All

Destination: 0.0.0.0/0

Allows ECSs in this security group to access the Internet using IPv4 addresses.

Outbound

Allow

IPv6

All

Destination: ::/0

Allows ECSs in this security group to access the Internet using IPv6 addresses.

In this example, Source is set to 0.0.0.0/0, which allows any IP address to remotely log in to ECSs in this security group. To ensure security, you are advised to set Source to a specific IP address, for example, the IP address of your local PC.

Table 3 Security group Sg-A rules

Direction

Action

Type

Protocol & Port

Source

Description

Inbound

Allow

IPv4

TCP: 1234

Private IP address of the ECS that accesses the mirror source. In this example, the private IP address of ECS-test is used:

192.168.0.161/32

Allows TCP packets from ECS-test to ECS-source over port 1234.

Inbound

Allow

IPv4

UDP: 1235

Private IP address of the ECS that accesses the mirror source. In this example, the private IP address of ECS-test is used:

192.168.0.161/32

Allows UDP packets from ECS-test to ECS-source over port 1235.

Table 4 Security group Sg-B rule

Direction

Action

Type

Protocol & Port

Source

Description

Inbound

Allow

IPv4

UDP: 4789

Private IP address of the mirror source. In this example, the private IP address of ECS-source is used:

192.168.0.230/32

Allows UDP packets encapsulated by ECS-source to access ECS-target-01 over port 4789.

Table 5 Inbound rules of the mirror filter

Name

Direction

Priority

Protocol

Action

Type

Source

Source Port Range

Destination

Destination Port Range

mirror-filter-01

Inbound

1

TCP

Accept

IPv4

Source of packets. In this example, the private IP address of ECS-test is used:

192.168.0.161/32

All

Destination of packets. In this example, the private IP address of ECS-source is used:

192.168.0.230/32

In this example, port 1234 of ECS-source is used.

1234-1234

mirror-filter-02

Inbound

1

UDP

Accept

IPv4

Source of packets. In this example, the private IP address of ECS-test is used:

192.168.0.161/32

All

Destination of packets. In this example, the private IP address of ECS-source is used:

192.168.0.230/32

In this example, port 1235 of ECS-source is used.

1235-1235

Procedure

Figure 2 shows the procedure required to mirror inbound TCP and UDP traffic to multiple network interfaces.

Figure 2 Mirroring inbound TCP and UDP traffic

Step 1: Create Cloud Resources

  1. Create a VPC with two subnets.

    For details, see Creating a VPC and Subnet.

  2. Create four ECSs.

    For details, see Purchasing a Custom ECS.

  3. Assign an EIP.

    For details, see Assigning an EIP.

Step 2: Create Mirror Filters and Mirror Sessions

  1. Create two mirror filters.

    For details, see Creating a Mirror Filter.

  2. Create two mirror sessions, and associate the mirror filters, mirror sources, and mirror targets with the mirror sessions.

    For details, see Creating a Mirror Session.

Step 3: Install Netcat (nc) to Simulate Traffic

The nc utility reads and writes data across network connections using the TCP or UDP protocol. It is usually used to test ports for accessibility. You need to install nc on both ECS-source and ECS-test.

  1. Install nc on ECS-source.
    1. Bind the EIP to ECS-source to connect to the Internet for downloading the nc utility.

      For details, see Binding an EIP to an ECS.

    2. Remotely log in to ECS-source.

      For details, see How Do I Log In to My ECS?.

    3. Run the following commands in sequence to install nc:

      sudo yum update

      Information similar to the following is displayed:
      [root@ecs-source ~]# sudo yum update
      HCE 2.0 base                                                                                                                                                 55 MB/s | 6.1 MB     00:00    
      HCE 2.0 updates                                                                                                                                              98 MB/s |  14 MB     00:00    
      Last metadata expiration check: 0:00:01 ago on Tue 10 Sep 2024 05:54:28 PM CST.
      Dependencies resolved.
      Nothing to do.
      Complete!

      sudo yum install nc

      If information similar to the following is displayed, enter y as prompted and press Enter:
      [root@ecs-source ~]# sudo yum install nc
      Last metadata expiration check: 0:00:12 ago on Tue 10 Sep 2024 05:54:28 PM CST.
      Dependencies resolved.
      ...
      Install  2 Packages
      
      Total download size: 6.1 M
      Installed size: 25 M
      Is this ok [y/N]: y
      Downloading Packages:
      ...    
      Importing GPG key 0xA8DEF926:
       Userid     : "HCE <support@huaweicloud.com>"
       Fingerprint: C1BA 9CD4 9D03 A206 E241 F176 28DA 5B77 A8DE F926
       From       : http://repo.huaweicloud.com/hce/2.0/updates/RPM-GPG-KEY-HCE-2
      Is this ok [y/N]: y
      ...
      Installed:
        libssh2-1.10.0-2.r10.hce2.x86_64                                                               nmap-2:7.92-2.r4.hce2.x86_64                                                              
      
      Complete!
    4. Unbind the EIP from ECS-source after nc is installed.

      For details, see Unbinding an EIP.

  2. Repeat 1.a to 1.d on ECS-test.
  3. Release the EIP.

    For details, see Unbinding an EIP. If you do not release the EIP, the EIP will continue to be billed.

Step 4: Check Whether the TCP Mirror Session Takes Effect

  1. Establish a TCP connection between ECS-source and ECS-test.

    Send TCP packets from ECS-test to ECS-source and check whether ECS-source can receive the packets.

    1. Run the following command on ECS-source to listen to its port 1234:

      nc -l Listening port of mirror source ECS-source

      Example command:

      nc -l 1234

      If the command output is empty, the port is opened for listening.

    2. Run the following command on ECS-test to establish a TCP connection between ECS-source and ECS-test:

      nc Private IP address of the mirror source ECS-source Listening port of the mirror source ECS-source

      Example command:

      nc 192.168.0.230 1234

      The command output is empty. Enter any information (for example, hello) on ECS-test and press Enter to check whether the TCP connection is successfully established.
      [root@ecs-test ~]# nc 192.168.0.230 1234
      hello
    3. Check whether ECS-source can receive information from ECS-test.
      If information similar to the following is displayed, the TCP connection is successfully established.
      [root@ecs-source ~]# nc -l 1234
      hello
  2. Check whether the inbound TCP packets on ECS-source can be mirrored to ECS-target-01.
    When ECS-test sends a TCP packet to ECS-source, use TCPDUMP to check whether ECS-target-01 can receive the packet. If ECS-target-01 received the packet, the mirror session takes effect.
    1. Remotely log in to ECS-target-01.

      For details, see How Do I Log In to My ECS?.

    2. Run the following command on ECS-target-01 to view its network interface name:

      ifconfig

      Information similar to the following is displayed. In this example, the network interface of the mirror target is eth0.
      [root@ecs-target-01 ~]# ifconfig
      eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
              inet 192.168.0.164  netmask 255.255.255.0  broadcast 192.168.0.255
              inet6 fe80::f816:3eff:fe7e:d67a  prefixlen 64  scopeid 0x20<link>
              ether fa:16:3e:7e:d6:7a  txqueuelen 1000  (Ethernet)
              RX packets 283560  bytes 116380316 (110.9 MiB)
              RX errors 0  dropped 0  overruns 0  frame 0
              TX packets 276486  bytes 104575280 (99.7 MiB)
              TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
      ...
    3. Run the following command on ECS-target-01 to check its received packets:

      tcpdump -i Network interface name of mirror source udp port 4789 -nne

      Example command:

      tcpdump -i eth0 udp port 4789 -nne

      Information similar to the following is displayed:
      [root@ecs-target-01 ~]# tcpdump -i eth0 udp port 4789 -nne 
      dropped privs to tcpdump
      tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
      listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
    4. Enter any information (for example, tcp) on ECS-test and press Enter to send TCP packets to ECS-source.
      Information similar to the following is displayed:
      [root@ecs-test ~]# nc 192.168.0.230 1234
      hello
      tcp
    5. Check whether ECS-source can receive information from ECS-test.
      If information similar to the following is displayed, ECS-source can receive information from ECS-test:
      [root@ecs-source ~]# nc -l 1234
      hello
      tcp
    6. Check whether ECS-target-01 can receive packets.
      Information similar to the following is displayed. You can view the packet of tcp sent by ECS-test after using TCPDUMP. vni 1 is the identifier of mirror-session-01, indicating that ECS-target-01 can receive the packet through this mirror session. The packet content has two parts: a VXLAN packet encapsulated by traffic mirroring and an original packet. For details, see Table 6.
      [root@ecs-target-01 ~]# tcpdump -i eth0 udp port 4789 -nne 
      dropped privs to tcpdump
      tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
      listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
      12:04:54.038631 fa:16:3e:d1:6b:5d > fa:16:3e:7e:d6:7a, ethertype IPv4 (0x0800), length 120: 192.168.0.230.32782 > 192.168.0.164.4789: VXLAN, flags [I] (0x08), vni 1
      fa:16:3e:7e:d6:77 > fa:16:3e:7e:d6:bc, ethertype IPv4 (0x0800), length 70: 192.168.0.161.55602 > 192.168.0.230.1234: Flags [P.], seq 1838246001:1838246005, ack 2529760424, win 502, options [nop,nop,TS val 1116821333 ecr 752395830], length 4

Step 5: Check Whether the UDP Mirror Session Takes Effect

  1. Establish a UDP connection between ECS-source and ECS-test.

    Send UDP packets from ECS-test to ECS-source and check whether ECS-source can receive the packets.

    1. Run the following command on ECS-source to listen to its port 1235:

      nc -ul Listening port of mirror source ECS-source

      Example command:

      nc -ul 1235

      If the command output is empty, the port is opened for listening.

    2. Run the following command on ECS-test to establish a UDP connection between ECS-source and ECS-test:

      nc Private IP address of the mirror source ECS-source Listening port of the mirror source ECS-source -u

      Example command:

      nc 192.168.0.230 1235 -u

      The command output is empty. Enter any information (for example, hello) on ECS-test and press Enter to check whether the UDP connection is successfully established.
      [root@ecs-test ~]# nc 192.168.0.230 1235 -u
      hello
    3. Check whether ECS-source can receive information from ECS-test.
      If information similar to the following is displayed, the UDP connection is successfully established.
      [root@ecs-source ~]# nc -ul 1235
      hello
  2. Check whether the inbound UDP packets on ECS-source can be mirrored to ECS-target-02.
    When ECS-test sends a UDP packet to ECS-source, use TCPDUMP to check whether ECS-target-02 can receive the packet. If ECS-target-02 received the packet, the mirror session takes effect.
    1. Remotely log in to ECS-target-02.

      For details, see How Do I Log In to My ECS?.

    2. Run the following command on ECS-target-02 to view its network interface name:

      ifconfig

      Information similar to the following is displayed. In this example, the network interface of the mirror target is eth0.
      [root@ecs-target-02 ~]# ifconfig
      eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
              inet 192.168.1.165  netmask 255.255.255.0  broadcast 192.168.1.255
              inet6 fe80::f816:3eff:fe7e:d77b  prefixlen 64  scopeid 0x20<link>
              ether fa:16:3e:7e:d7:7b  txqueuelen 1000  (Ethernet)
              RX packets 81142  bytes 112091279 (106.8 MiB)
              RX errors 0  dropped 0  overruns 0  frame 0
              TX packets 11848  bytes 2318498 (2.2 MiB)
              TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
      ...
    3. Run the following command on ECS-target-02 to check its received packets:

      tcpdump -i Network interface name of mirror source udp port 4789 -nne

      Example command:

      tcpdump -i eth0 udp port 4789 -nne

      Information similar to the following is displayed:
      [root@ecs-target-02 ~]# tcpdump -i eth0 udp port 4789 -nne
      dropped privs to tcpdump
      tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
      listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
    4. Enter any information (for example, udp) on ECS-test and press Enter to send UDP packets to ECS-source.
      Information similar to the following is displayed:
      [root@ecs-test ~]# nc 192.168.0.230 1235 -u
      hello
      udp
    5. Check whether ECS-source can receive information from ECS-test.
      If information similar to the following is displayed, ECS-source can receive information from ECS-test:
      [root@ecs-source ~]# nc -ul 1235
      hello
      udp
    6. Check whether ECS-target-02 can receive packets.
      Information similar to the following is displayed. You can view the packet of udp sent by ECS-test after using TCPDUMP. vni 2 is the identifier of mirror-session-02, indicating that ECS-target-02 can receive the packet through this mirror session. The packet content has two parts: a VXLAN packet encapsulated by traffic mirroring and an original packet. For details, see Table 6.
      [root@ecs-target-02 ~]# tcpdump -i eth0 udp port 4789 -nne
      dropped privs to tcpdump
      tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
      listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
      12:09:36.275574 fa:16:3e:18:32:b8 > fa:16:3e:7e:d7:7b, ethertype IPv4 (0x0800), length 96: 192.168.0.230.32830 > 192.168.1.165.4789: VXLAN, flags [I] (0x08), vni 2
      fa:16:3e:7e:d6:77 > fa:16:3e:7e:d6:bc, ethertype IPv4 (0x0800), length 46: 192.168.0.161.46546 > 192.168.0.230.1235: UDP, length 4