You are on page 1of 1

CIS 204

Unit 1 Lab Assignment Report

1. What command shows the complete configuration of your router?


Router#show running-config
2. What command is used to see the routing table on your router?
Router#show ip route
3. What three IP address types are needed with the ip route command to
configure a static route on your router?
Destination network, mask, the next hop or router.
4. You are verifying the configuration of your routes, and are checking the runningconfig and the routing table. You notice there is a routing entry in running-config but
it is not in the routing table. What should you do?
If an entry does not appear in the routing table it is because the router cant
communicate with the next-hop address you have configured. The packets will be
discarded but you can fix this by configuring static routes.
5. True or False - Configuring default route on a router is just like setting the default
gateway on a host.
False The router is the default gateway. You cant set a default gateway on a route
but you can set a Gateway of Last Resort which if a packet is sent to a network not
on the routing table the router will forward the packet to the default route.
6. True or False - The ip classless command tells the router to not drop packets,
but instead to forward them to the default route address.
True it is a global command that tells the router to forward packets to a default
route when the destination network is not on the routing table.
7. What command will remove static routes you have created?
Router(config)#no ip route 172.16.10.0 255.255.255.0 172.16.30.1
8. True or False - To configure RIP routing, you must first remove any static and
default routes configured on the routers.
True
9. True or False When configuring RIP on a router, the network address must be a
classless address.
False
10. What command will allow you to see RIP updates being sent and received on the
router?
Router#debug ip rip

You might also like