Lab - Configure RIPv2

Topology

Objective:

  • Configure RIPv2
  • Verify Connectivity

Background

Although RIP is rarely used in modern networks, it is useful as a foundation for understanding basic network routing. In this activity, you will configure a default route, RIP version 2, with appropriate network statements and passive interfaces, and verify full connectivity.

Step 1: Configure on R1.

a. Use the appropriate command to create a default route on R1 for all Internet traffic to exit the network through s1/1.
b. Enter RIP protocol configuration mode.
c. Use version 2 of the RIP protocol and disable the summarization of networks.
d. Configure RIP for the networks that connect to R1.
e. Configure the LAN port that contains no routers so that it does not send out any routing information.
f. Advertise the default route configured in step 1a with other RIP routers.
g. Save the configuration.

R1(config)#ip route 0.0.0.0 0.0.0.0 s0/0

R1(config)#router rip

R1(config-router)#version 2

R1(config-router)#no autosummary

R1(config-router)#network 192.168.1.0

R1(config-router)#network 192.168.2.0

R1(config-router)#passive-interface f0/0

R1(config-router)#default-information originate

R1#write

Step 2: Configure RIPv2 on R2.
a. Enter RIP protocol configuration mode.
b. Use version 2 of the RIP protocol and disable the summarization of networks.
c. Configure RIP for the networks directly connected to R2.
d. Configure the interface that contains no routers so that it does not send out routing information.
e. Save the configuration.

R2(config)#router rip

R2(config-router)#version 2

R2(config-router)#no autosummary

R2(config-router)#network 192.168.2.0

R2(config-router)#network 192.168.3.0

R1(config-router)#network 192.168.4.0

R1(config-router)#passive-interface f0/0

R1#write

Step 3: Configure RIPv2 on R3
Repeat Step 2 on R3.

R1#show ip route | begin Ga
Gateway of last resort is 0.0.0.0 to network 0.0.0.0

C    202.100.1.0/24 is directly connected, Serial1/1
R    192.168.4.0/24 [120/1] via 192.168.2.2, 00:00:05, Serial1/0
R    192.168.5.0/24 [120/2] via 192.168.2.2, 00:00:05, Serial1/0
C    192.168.1.0/24 is directly connected, FastEthernet0/0
C    192.168.2.0/24 is directly connected, Serial1/0
R    192.168.3.0/24 [120/1] via 192.168.2.2, 00:00:05, Serial1/0
S*   0.0.0.0/0 is directly connected, Serial1/1

R2#show ip route | begin Gateway
Gateway of last resort is 192.168.2.1 to network 0.0.0.0

C    192.168.4.0/24 is directly connected, Serial1/1
R    192.168.5.0/24 [120/1] via 192.168.4.2, 00:00:18, Serial1/1
R    192.168.1.0/24 [120/1] via 192.168.2.1, 00:00:17, Serial1/0
C    192.168.2.0/24 is directly connected, Serial1/0
C    192.168.3.0/24 is directly connected, FastEthernet0/0
R*   0.0.0.0/0 [120/1] via 192.168.2.1, 00:00:17, Serial1/0

R3#show ip route | b Ga  
Gateway of last resort is 192.168.4.1 to network 0.0.0.0

C    192.168.4.0/24 is directly connected, Serial1/1
C    192.168.5.0/24 is directly connected, FastEthernet0/0
R    192.168.1.0/24 [120/2] via 192.168.4.1, 00:00:04, Serial1/1
R    192.168.2.0/24 [120/1] via 192.168.4.1, 00:00:04, Serial1/1
R    192.168.3.0/24 [120/1] via 192.168.4.1, 00:00:04, Serial1/1
R*   0.0.0.0/0 [120/2] via 192.168.4.1, 00:00:04, Serial1/1

R2#show ip protocols
Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 19 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    Serial1/0             2     2                                    
    Serial1/1             2     2                                    
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    192.168.2.0
    192.168.3.0
    192.168.4.0
  Passive Interface(s):
    FastEthernet0/0
  Routing Information Sources:
    Gateway         Distance      Last Update
    192.168.2.1          120      00:00:11
    192.168.4.2          120      00:00:11
  Distance: (default is 120)

时间: 2024-08-09 16:04:19

Lab - Configure RIPv2的相关文章

Lab - Configure EtherChannel

Objective Configure Etherchannel Background Four switches have just been installed. The distribution layer switches are Catalyst 3560 switches, and the access layer switches are Catalyst 2960 switches. There are redundant uplinks between the access l

Lab - Configure GRE over IPsec

Configure GRE over IPsec Topolgy

CCNP - LAB BGP Route Reflectors and Route Filters

Topology Objectives Configure iBGP routers to use a route reflector and simple router filter. Background The International Travel Agency maintains a full-mesh iBGP network that has quickly scaled beyond 100 routers. The company wants to implement rou

思科资料的所有资料目录

1.20140819单臂路由.pdf 2.CCNA 实验手册之Packet_Tracer使用教程.pdf 3.CCNA_Lab_Workbook_Sample_Labs(CDP,静态路由,端口安全).pdf 4.CCNA.CCNP.CCIE案例实战手册(交换部分).pdf 5.CCNA.CCNP.CCIE案例实战手册(路由部分).pdf 6.CCNA帧中继解法.pdf 7.CCNA级别的实际企业环境 综合实验.ppt 10.hsrp.pkt 11.CCNA_2010年5月(23个实验)最新实验总

LAB - CCNA Configure Per-Interface Inter-VLAN Routng

Topology Addressing Table Device Interface IP address Subnet Mask Dfault Gateway R1 G0/0 192.168.20.1 255.255.255.0 N/A   G0/1 192.168.10.1 255.255.255.0 N/A S1 VLAN010 192.168.10.11 255.255.255.0 192.168.10.1 S2 VLAN10 192.168.10.12 255.255.255.0 19

Lab - Hot Standby Router Protocol

Topology Objective Configure inter-VLAN routing with HSRP to provide redundant, fault-tolerant routing to the internal network. Background Hot Standby Router Protocol (HSRP) is a Cisco-proprietary redundancy protocol for establishing a fault-tolerant

Configure AllegroGraph in a Virtual Server using Apache2

Senerio: I need to deploy AllegroGraph 5.0 triplestore on our lab's virtual server and make it publicly accessible at http://xxx.xx.xxx.edu/agwebview/, I did the following to make it work. You need to have a virtual server allocated and Apache2 enabl

ISP QoS Lab

ISP QoS Lab 1-PQ 优先级队列(PQ,Priority Queue)中,有高.中.普通.低优先级四个队列.数据包 根据事先的定义放在不同的队列中,路由器按照高.中.普通.低顺序服务,只有高优先级 的队列为空后才为中优先级的队列服务,依次类推.这样能保证高优先级数据包一定是优先 服务,然而如果高优先级队列长期不空,则低优先级的队列永远不会被服务.我们可以为每 个队列设置一个长度,队列满后,数据包将被丢弃 R1(config)#priority-list 1 protocol ip ?

Lab - Using Manual IPv6 Tunnels && EIGRP for IPv6

Topology Objectives Configure EIGRP for IPv4. Create a manual IPv6 tunnel. Configure EIGRP for IPv6 across the tunnel. Background In this lab, you configure EIGRP for full connectivity between all IPv4 subnets. Then you create a manual IPv6 tunnel an