Cisco Basic Routing Final
Cisco Basic Routing Final
Session VI
Topic 4:
Basic Routing
© 2010 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 1
Topic 4 – Basic Routing
Show ip Route
To verify and
troubleshoot routing
-Use the following
commands:
-show ip route
-show ip protocols
-debug ip rip
Verification and Troubleshooting
show ip
protocols
command
-Displays
routing
protocol
configured
on router
Verification and Troubleshooting
Debug ip rip command
-Used to display RIP routing updates as they are
happening
Verification and Troubleshooting
Passive interface command
-Used to prevent a router from sending updates through
an interface
-Example:
Router(config-router)#passive-interface interface-type interface-number
Verification and Troubleshooting
Passive interfaces
Default Route and RIPv1
Modified Topology: Scenario C
Default routes
Packets that are not defined specifically in a routing
table will go to the specified interface for the default
route
Example: Customer routers use default routes to
connect to an ISP router.
Command used to configure a default route is
ip route 0.0.0.0 0.0.0.0 s0/0/1
Default Route and RIPv1
Default Route and RIPv1
Propagating the Default Route in RIPv1
Default-information originate command
-This command is used to specify that the router is to originate
default information, by propagating the static default route in
RIP update.
Summary