Experiment 4 routing configuration

1. Purpose of the experiment

1. Routing configuration;
2. Static routing configuration;
3. Master RIP protocol configuration.

2. Experimental requirements

Write down the basic requirements and configuration process for the connection between PC0 and PC1

3. Experimental procedures, data recording and processing

Create a network topology as shown, and select the model of the router by yourself.
insert image description here
Step1 Configure the Serial2/0 interface of router1
insert image description here
Step2 Configure the Serial2/0 interface of router2 Step3 Verify the configuration of the
insert image description here
serial interface RIP dynamic routing is as follows . Take router Router2 as an example to illustrate: Router2(config)#router rip //Enter RIP protocol configuration mode Router2(config-router)#version 2 //Indicate version 2, otherwise configure version 1 protocol Router2( config-router)#network 192.168.1.0 // Announce the router's direct network Router2#write // The command to save and configure the RIP protocol configuration is: Note: router(config)#network where the parameter indicates the router's direct network number Router0 RIP configuration Router2 RIP configuration Step5 to detect network connectivity

insert image description here
insert image description here









insert image description here
insert image description here

insert image description here
insert image description here

insert image description here
insert image description here

Four. Experiment summary

(1) Proficiency in configuring the RIP protocol.
(2) Be able to grasp the differences and characteristics of RIP v1 and RIPv2.
(3) When both ends of the link are correctly configured, the serial interface is in the up state.
(4) One of the two interfaces of the serial link must be a DCE device, and the clock rate must be configured on the DCE device interface to provide a clock signal to the serial link to make the link work. By default, the serial interface of the router is a DTE device. To change the default setting, you must go through the following two steps:
connect the DCE end of the serial cable to the serial interface of router A;
use the clock rate command to configure the clock rate on the serial interface.
(5) By checking the shape of the serial cable plug of router 2, you can see that 2 is a DCE device, and then configure the clock rate.
Router2(config)#interface serial 1/0
Router2(config-if)#clock rate 64000 //The clock rate of the DCE device is 64000bps

Guess you like

Origin blog.csdn.net/weixin_55764157/article/details/128344721