Rip
configuration in cisco packet tracer
The
Routing Information Protocol (RIP) sends routing-update messages at regular
intervals and when the network topology changes. When a device receives a RIP
routing update that includes changes to an entry, the deice updates its routing
table to reflect the new route. After updating its routing table, the device
immediately begins transmitting RIP routing updates to inform other network
devices of the change.
Procedure:
- now drag and drop switches and pcs into the work space
- connect switches and pcs using copper straight wires in the fast Ethernet ports.
- provide pc with IP address and gateway to the pcs.
add IP address to the pc by double clicking on the pc and
going to IP configuration mode.
- connect routers and switches using Gigabit port
Configuration of routers: Router
1:
Router(config-if)#exit
Router(config)#interface Serial0/1/1
Router(config-if)#ip address
10.10.10.20 255.0.0.0
Router(config-if)#ip address
10.10.10.20 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface
Serial0/1/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/1,
changed state to up.
similarly for router 2 has to be done.
CONFIGURATION
OF RIP USING CLI IN CISCO PACKET TRACER:
·
after the implementation above
routing config.go to CLI.
·
Type no ip route network_ip
network_subnet gateway_router_address.
·
router rip and hit enter.
·
Type network
address subnet etc
·
As shown
below:
Similary
for 2nd router has to be done.
Result:
The
RIP is configured.
No comments:
Post a Comment