Routing protocols will certainly come up on your CCENT certification exam. This section reviews popular commands that deal with routing and routing protocols, such as RIPv1 and RIPv2.
Command(s) Result
ip routing Enables routing on the router. Should be on by default.
no ip routing Disables routing on the router.
show ip route Displays the routing table.
ip route 23.0.0.0 255.0.0.0 22.0.0.2 Adds a static route to the router for the 23.0.0.0 network and sends any data for that network to the 22.0.0.2 address (next hop).
no ip route 23.0.0.0 255.0.0.0 22.0.0.2 Deletes the static route from the routing table.
ip route 0.0.0.0 0.0.0.0 22.0.0.2 Sets the gateway of last resort on the router to forward any packets with unknown destinations to the 22.0.0.2 address.
ROUTERB>enable
ROUTERB#config term
ROUTERB(config)#router rip
ROUTERB(config-router)#network 26.0.0.0
ROUTERB(config-router)#network 27.0.0.0 Configures the router for RIPv1. RIP is a dynamic routing protocol that is used to share routing information with other routers running RIP. In this example, RIP will share knowledge of the 26.0.0.0 and the 27.0.0.0 networks.
ROUTERB>enable
ROUTERB#config term
ROUTERB(config)#router rip
ROUTERB(config-router)#network 26.0.0.0
ROUTERB(config-router)#network 27.0.0.0
ROUTERB(config-router)#version 2 To configure the router for RIPv2, you use the same commands but add the "version 2" command at the end.
show ip protocols Display what routing protocols are running on the router.
debug ip rip Enable RIP debugging, which will display RIP related messages on the screen as RIP-related events occur (packets are sent and received).
no debug all Turns off debugging once you are done troubleshooting RIP.
Popular Posts
-
OSI Model Explained Summary:Definitions and Functions The Open Systems Interconnect (OSI) model has seven layers. This article des...
-
After setting up any routing protocol that you want to implement - RIP, OSPF, or EIGRP - you can view all of your routing information throug...
-
1 As system administrator, you type "debug ipx sap" and receive the following lines as part of the IOS response: type 0x4, &qu...
-
Networking Questions : Questions on OSI Model with answers [PDF] Q1- What does the acronym OSI stand for? Ans- Open System Interconnec...
-
Some Best Routing CCNA Examination Answers Exams solutions What is the correct order for PDU encapsulation? Frame Header-Network Hea...
-
isco certification ,class ccna, certification books ,new cisco ccna ,ccna study guides, cisco voip training ,cisco courses ,london ccna ,exa...
-
OSPF,IGRP ,EIGRP Multiple Choice Questions 851. What is the extended IPX access list range? A.) 901-1000 B.) 100-199 C.) 900-999 D.)...
-
101 What IP command would you use to test the entire IP stack? A.) Stack-test
-
201 Identify the 3 methods routers learn paths to destinations? A.) Dynamic routing B.) None of the above,
-
CCNA rev 6 © 2008 Cisco Systems, Inc. All rights reserved. Cisco Public 1 APJ Online CCNA Tutorial Session 1 of 3 23rd Feb 2009 APAC &am...
Post a Comment