This is the 26th day of my participation in the August More Text Challenge

Requirements:

  • The network address of PC3 is 202. The student id is 97.0/24.
  • Switch0 is the trunk switch of a company. The company applies for the network segment 202.199.1.0/24 from the telecom provider. The company has three departments: A, B and C, with 100 employees in A and 50 employees in B and C respectively. A, B and C belong to three different Lans.
  • PC0 is A host in department A, PC4 is A host in department B, and PC5 is A host in department C.
  • The network address where PC1 resides is 202. Student ID.2.0/24.
  • The network address where PC2 resides is 202. Student ID.3.0/24.
  • Configure the DHCP server on the switch connected to Router3. Configure each network device at 🧍 so that hosts on different network segments can communicate with each other.

IP:

PC0:202. Student ID 1.2 255.255.255.128 202. Student ID 1.1 PC1:202. Student ID 2.2 255.255.255.0 202. Student ID 2.1 PC2:202. Student ID 3.2 255.255.255.0 202. Student ID.3.1 PC3:202. Student ID.97.2 255.255.255.0 202. Student ID.97.1 PC4:202. Student ID.1.130 255.255.255.192 202. Student ID 1.129 PC5:202 Student ID 1.194 255.255.255.192 202 1.193R0 -- R1:202.199.100.0/24 R0 -- R2:202.199.101.0/24 R2 -- R3:202.199.102.0/24 R2 -- S0:202.199.103.0/24 R1 -- S3: 202.199.104.0/24 - R1, R3 202.199.105.0/24Copy the code

Interface: R0; R1. R2; R3: Insert 2SA

R0(GE0/0/1)_PC3(Eth0/0/1)
R0(Serial4/0/1)_R1(Serial4/0/0)
R0(Serial4/0/0)_R2(Serial4/0/1)
R2(GE0/0/1)_S0(GE0/0/24)
R2(Serial4/0/0)_R3(Serial4/0/1)
R3(GE0/0/1)_PC1(Eth0/0/1)
R3(Serial4/0/0)_R1(Serial4/0/1)
R1(GE0/0/1)_S3(GE0/0/24)

PC0_S0(Eth0/0/1)
PC4_S0(Eth0/0/11)
PC5_S0(Eth0/0/21)
Copy the code

S0:

sys vlan batch 100 200 300 interface GigabitEthernet 0/0/1 port link-type access port default vlan 100 q interface GigabitEthernet 0/0/11 port link-type access port default vlan 200 q interface GigabitEthernet 0/0/21 port link-type access port default vlan 300 q interface GigabitEthernet 0/0/24 port link-type trunk port trunk allow-pass vlan all q interface Vlanif 100 ip address 202. Student ID 1.1 255.255.255.128 Q interface Vlanif 200 IP address 202. Student ID 1.129 255.255.255.192 Q interface Vlanif 300 IP address 202. Student ID 1.193 255.255.255.192 Q interface Vlanif 1 IP address 202.199.103.2 255.255.255.0 Q RIP network 202. Student ID.1.0 Network 202.199.103.0q Q Save yCopy the code

S3:

sys vlan batch 400 interface GigabitEthernet 0/0/1 port link-type access port default vlan 400 q interface GigabitEthernet 0/0/24 port link-type trunk port trunk allow-pass vlan all q interface Vlanif 400 ip address 202. 3.1 255.255.255.0 Q Interface Vlanif 1 IP address 202.199.104.2 255.255.255.0 Q RIP network 202 Student ID.3.0 Network 202.199.104.0 q Q Save YCopy the code

R0:

sys interface GigabitEthernet 0/0/1 ip address 202. 97.1 255.255.255.0 Q interface Serial 4/0/0 IP address 202.199.101.1 255.255.255.0 Q interface Serial 4/0/1 IP address Address 202.199.100.1 255.255.255.0 Q RIP network 202. 97.0 network 202.199.100.0 network 202.199.101.0q Q Save yCopy the code

R1:

Sys interface GigabitEthernet 0/0/1 IP address 202.199.104.1 255.255.255.0 Q interface Serial 4/0/1 IP address 202.199.105.1 255.255.255.0 Q interface Serial 4/0/0 IP address 202.199.100.2 255.255.255.0 Q RIP network 202.199.100.0 Network 202.199.104.0 network 202.199.105.0q Q Save yCopy the code

R2:

Sys interface GigabitEthernet 0/0/1 IP address 202.199.103.1 255.255.255.128 Q interface Serial 4/0/1 IP address 202.199.101.2 255.255.255.0 Q interface Serial 4/0/0 IP address 202.199.102.1 255.255.255.0 Q RIP network 202.199.101.0 Network 202.199.102.0 network 202.199.103.0 q Q Save yCopy the code

R3:

sys interface GigabitEthernet 0/0/1 ip address 202. 2.1 255.255.255.0 Q interface Serial 4/0/0 IP address 202.199.105.2 255.255.255.0 Q interface Serial 4/0/1 IP address 202.199.102.2 255.255.255.0 Q IP pool LAN gateway-list 202. Student ID.2.1 Network 202. 2.0 mask 255.255.255.0 lease day 30 DNS -list 202 Student ID.2.2 Q Rip network 202. Student ID.2.0 network 202.199.102.0 network 202.199.105.0q Q Save yCopy the code