(J1-15) Shijia Information Technology Co., Ltd. network construction and configuration VLANIF, Telnet


Module 1 Question Number: J1-15, Network Construction and Configuration VLANIF and Telnet of Shijia Information Technology Co., Ltd.

(1) Task description

The business of Shijia Information Technology Co., Ltd. has been developing very rapidly in recent years. The company’s senior management suggested setting up branches in other cities to further expand its business. According to the requirements, Xiao Wang, the network administrator of the information department, is responsible for the branch’s network planning and design.

The branch of Shijia Information Technology Co., Ltd. has more than 400 terminals and is divided into development department, administration department, marketing department and network management department. The head office requires that the business of each department does not affect each other. Each department is in an independent broadcast domain, and the gateway address uses the first address of the subnet.

In addition, hosts on each business network segment on the intranet are required to be able to communicate with each other. The branch network topology is as follows:

Task 1: Network equipment selection and interconnection (9 points)

① Select appropriate network interconnection equipment for networking, and use the simulator eNSP to complete the process according to the actual situation. (3 points)

②Choose appropriate connection cables to connect network devices. (2 minutes)

③Connect the network cable to each network device interface as needed. Note: The G0/0/1 port of LSW1 is connected to the G0/0/1 port of LSW2, and the G0/0/2 port of LSW3 is connected to the G0/0/ of LSW2. 2 ports connected. (4 points)

Task 2: Basic configuration of the switch (13 points)

① Use eNSP to perform basic configuration on LSW1, LSW2, and LSW3. LSW1 is configured with a host name of SWITCH_A, LSW2 is configured with a host name of SWITCH_B, and LSW3 is configured with a host name of SWITCH_C. (6 points)

LSW1

[Huawei]sysname SWITCH_A

LSW2

[Huawei]sysname SWITCH_B

LSW3

[Huawei]sysname SWITCH_C

② Configure the telnet service on LSW1, configure the telnet login password to huawei, and remotely log in and manage LSW1 through the terminal. (7 points)

[SWITCH_A]telnet server enable
Info: The Telnet server has been enabled.
[SWITCH_A]user-interface vty 0 4
[SWITCH_A-ui-vty0-4]user privilege level 3
[SWITCH_A-ui-vty0-4]set authentication password simple huawei

Task 3: Divide vlan (38 points)

① Divide vlan on LSW1, create vlan10, vlan11, vlan12, vlan13, vlan10 is named kaifabu, vlan11 is named xingzhengbu, vlan12 is named shichangbu, and vlan13 is named wangguan. (8 points)

[SWITCH_A]vlan batch 10 to 14
Info: This operation may take a few seconds. Please wait for a moment...done.
[SWITCH_A]int vlanif10
[SWITCH_A-Vlanif10]description kaifabu
[SWITCH_A-Vlanif10]int vlanif11
[SWITCH_A-Vlanif11]description xingzhengbu
[SWITCH_A-Vlanif11]int vlanif12
[SWITCH_A-Vlanif12]description shichangbu
[SWITCH_A-Vlanif12]int vlanif13
[SWITCH_A-Vlanif13]description wangguan
[SWITCH_A-Vlanif13]q

② Divide vlan on LSW2 and create vlan10 and vlan11. (2 minutes)

[SWITCH_B]vlan batch 10 to 13

③ Divide vlan on LSW3 and create vlan12 and vlan13. (2 minutes)

[SWITCH_C]vlan batch 12 13

④ On LSW2, put Ethernet0/0/1 into vlan10 and Ethernet0/0/2 into vlan11. On LSW3, put Ethernet0/0/1 into vlan12 and Ethernet0/0/2 into vlan13. (20 points)

LSW2

[SWITCH_B]int e0/0/1
[SWITCH_B-Ethernet0/0/1]port link-type access
[SWITCH_B-Ethernet0/0/1]port default vlan 10
[SWITCH_B-Ethernet0/0/1]q
[SWITCH_B]int e0/0/2
[SWITCH_B-Ethernet0/0/2]port link-type access
[SWITCH_B-Ethernet0/0/2]port default vlan 11
[SWITCH_B-Ethernet0/0/2]q
[SWITCH_B]

LSW3

[SWITCH_C]int e0/0/1
[SWITCH_C-Ethernet0/0/1]port link-type access
[SWITCH_C-Ethernet0/0/1]port default vlan 12
[SWITCH_C-Ethernet0/0/1]q
[SWITCH_C]int e0/0/2
[SWITCH_C-Ethernet0/0/2]port link-type access
[SWITCH_C-Ethernet0/0/2]port default vlan 13
[SWITCH_C-Ethernet0/0/2]q
[SWITCH_C]

⑤The interfaces connected to the switch are all set to Trunk. (6 points)

LSW1

[SWITCH_A]int g0/0/1
[SWITCH_A-GigabitEthernet0/0/1]port link-type trunk
[SWITCH_A-GigabitEthernet0/0/1]port trunk allow-pass vlan 10 to 13
[SWITCH_A-GigabitEthernet0/0/1]q
[SWITCH_A]

LSW2

[SWITCH_B]int g0/0/1
[SWITCH_B-GigabitEthernet0/0/1]port link-type trunk
[SWITCH_B-GigabitEthernet0/0/1]port trunk allow-pass vlan 10 to 13
[SWITCH_B-GigabitEthernet0/0/1]q
[SWITCH_B]int g0/0/2
[SWITCH_B-GigabitEthernet0/0/2]port link-type trunk
[SWITCH_B-GigabitEthernet0/0/2]port trunk allow-pass vlan 10 to 13
[SWITCH_B-GigabitEthernet0/0/2]q

LSW3

[SWITCH_C]int g0/0/2
[SWITCH_C-GigabitEthernet0/0/2]port link-type trunk
[SWITCH_C-GigabitEthernet0/0/2]port trunk allow-pass vlan 10 to 13
[SWITCH_C-GigabitEthernet0/0/2]q
[SWITCH_C]

Task 4: vlan communication (20 points)

①According to the address table, configure IP for each VLANIF on LSW1, and assign it to different vlans as gateway addresses. (16 points)

[SWITCH_A]int vlanif 10
[SWITCH_A-Vlanif10]ip add 172.16.10.1 24
[SWITCH_A-Vlanif10]q
[SWITCH_A]int vlanif 11
[SWITCH_A-Vlanif11]ip add 172.16.11.1 24
[SWITCH_A-Vlanif11]q
[SWITCH_A]int vlanif 12
[SWITCH_A-Vlanif12]ip add 172.16.12.1 24
[SWITCH_A-Vlanif12]q
[SWITCH_A]int vlanif 13
[SWITCH_A-Vlanif13]ip add 172.16.13.1 24
[SWITCH_A-Vlanif13]q
[SWITCH_A]

②Ping connectivity test, PC1 can PING all hosts. (4 points)

If PC1 cannot PING PC3 and PC4, please add VLAN 12 13 on LSW2

[SWITCH_B]vlan batch 10 to 13

PC address configuration

PC1: 172.16.10.10 255.255.255.0 172.16.10.1

PC2: 172.16.11.10 255.255.255.0 172.16.11.1

PC3: 172.16.12.10 255.255.255.0 172.16.12.1

PC4: 172.16.13.10 255.255.255.0 172.16.13.1