tags: Single arm routing experiment The internet router switch
One router, one switch, two PCs
Realize the communication between PC5 and PC6 through single-arm routing experiment

<Huawei>undo terminal monitor
<Huawei>system-view
[Huawei]sysname R1
[R1]user-interface console 0
[R1-ui-console0]id
[R1-ui-console0]idle-timeout 0 0
[R1-ui-console0]quit
[R1]int g0/0/0.1
[R1-GigabitEthernet0/0/0.1]vlan-type dot1q 101 default
[R1-GigabitEthernet0/0/0.1]ip add 192.168.101.1 24
[R1-GigabitEthernet0/0/0.1]quit
[R1]int g0/0/0.2
[R1-GigabitEthernet0/0/0.2]vlan-type dot1q 102 default
[R1-GigabitEthernet0/0/0.2]ip add 192.168.102.1 24
[R1-GigabitEthernet0/0/0.2]quit
[R1]display current-configuration
<Huawei>undo terminal monitor
<Huawei>system-view
[Huawei]sysname LSW1
[LSW1]user-interface console 0
[LSW1-ui-console0]idle-timeout 0 0
[LSW1-ui-console0]quit
[LSW1]vlan 101
[LSW1-vlan101]quit
[LSW1]int e0/0/1
[LSW1-Ethernet0/0/1]port link-type access
[LSW1-Ethernet0/0/1]port default vlan 101
[LSW1-Ethernet0/0/1]quit
[LSW1]vlan 102
[LSW1-vlan102]quit
[LSW1]int e0/0/2
[LSW1-Ethernet0/0/2]port link-type access
[LSW1-Ethernet0/0/2]port default vlan 102
[LSW1-Ethernet0/0/2]quit
[LSW1]int g0/0/1
[LSW1-GigabitEthernet0/0/1]port link-type trunk
[LSW1-GigabitEthernet0/0/1]port trunk allow-pass vlan all
[LSW1-GigabitEthernet0/0/1]quit
[LSW1]display current-configuration
Experimental topology 1. Configure sw1 switch 2. Configure R1 router 3. Set the ip address of the PC 4. Test interoperability thanks for reading!...
table of Contents One, single arm routing 1.1.1 Introduction to single-arm routing 1.1.2 Advantages and disadvantages of single-arm routing 2. Case 2.2.1, requirements to achieve communication between...
Single arm routing and principle Overview: Single-arm routing to achieve communication between different VLANs Link type The port connecting the switch to the host is an access link The port connectin...
Small experiment (routing + Easy IP + single arm routing + OSPF + RIP) Foreword First, experiments and demand 1, experimental questions 2, demand Second, thinking ideas Third, the experimental step 1,...
The single arm routing configures sub-interfaces on a router physical interface to communicate with each other through the third layer. The function is consistent with the communication between the VL...
Step1: Enter the required command <Huawei>undo terminal monitor (close the automatic pop-up window) <Huawei>system-view (Enter system view) [Huawei]sysname SW5 (name the switch as SW5) [SW...
Huawei single-arm routing configuration experiment One-arm routing (router-on-a-stick) refers to the implementation of different VLANs (virtual LAN) interconnection and intercommunication. The experim...
Reprinted to: In order to save costs, enterprises may have many VLANs because of the large number of departments, but the company's switch is not a three-layer switch, and this networking method can b...
1. Experimental topology 2. IP address self-planning design and VLAN division 3. Configure the device (1) Layer 2 switch configuration (2) Layer 3 switch configuration 4. Experimental results PC2 ping...
First, the experiment topology map: Second, the experimental requirements: (1) Completion of topology on the left: Multi-arm routing confi...