RouterA#show ip route
Gateway of last resort is not set
C 1.0.0.0/8 is directly connected, serial0/1
C 3.0.0.0/8 is directly connected, serial0/0
C 192.168.1.0/24 is directly connected, loopback0
Configure RIP on Router A
RouterA#configure terminal
RouterA#(config)#router rip
RouterA#(config-router)#network 3.0.0.0
RouterA#(config-router)#network 1.0.0.0
RouterA#(config-router)#network 192.168.1.0
RouterA#(config-router)#exit
RouterA#(config)#
Now verify these configuration on router A with command us under:
RouterA#show ip route
To check the routing protocol with this command.
RouterA#show ip protocols
RouterB#show ip route
Gateway of last resort is not set
C 1.0.0.0/8 is directly connected, serial0/1
C 2.0.0.0/8 is directly connected, serial0/0
C 192.168.1.0/24 is directly connected, loopback0
Configure RIP on Router B
RouterB#configure terminal
RouterB#(config)#router rip
RouterB#(config-router)#network 1.0.0.0
RouterB#(config-router)#network 2.0.0.0
RouterB#(config-router)#network 192.168.2.0
RouterB#(config-router)#exit
RouterB#(config)#
Now verify these configuration on router B with command us under:
RouterB#show ip route
RouterC#show ip route
Gateway of last resort is not set
C 2.0.0.0/8 is directly connected, serial1
C 3.0.0.0/8 is directly connected, serial0
C 192.168.3.0/24 is directly connected, loopback0
Configure RIP on Router C
RouterC#configure terminal
RouterC#(config)#router rip
RouterC#(config-router)#network 2.0.0.0
RouterC#(config-router)#network 3.0.0.0
RouterC#(config-router)#network 192.168.3.0
RouterC#(config-router)#exit
RouterC#(config)#
Now verify these configuration on router C with command us under:
RouterC#show ip route
join orkut
http://www.orkut.co.in/Main#Community?cmm=110667357
Computer Export Solutions Windows ,Linnux,CCNA,MCSE,MCITP,JAVA,.NET Tutorial
Wel Come
Showing posts with label Cisco Router Configuration Tips. Show all posts
Showing posts with label Cisco Router Configuration Tips. Show all posts
Tuesday, January 25, 2011
Break or recover the router password
*
Turn the power switch off and back on to recycle the power.
*
Press the Break key or key sequence to put the router into ROM Monitor mode. The break key varies by computer or terminal software. The sequence might be CTRL-D, CTRL-Break or another combination.
*
At the > prompt, type 0 to record the current value of the configuration register normally 0x2102, or 0x102.
>o
Configuration register = 0x2102 at last boot
Bit# Configuration register option settings:
15 Diagnostic mode disabled.
*
Type o/r 0x2142 to tell the router to boot from flash without loading the configuration in NVRAM at the next reload.
*
Type i to have the router reboot. The router ignores the configuration in NVRAM.
*
The router runs the setup dialog, Type no or press Ctrl-C to skip the initial setup Dialog.
*
Type enable ate the Router> prompt to go to privileged exec mode.
*
Copy the startup configuration to the running configuration by using the configure memory or copy startup-config running-config commands. Do not type configure terminal. If you use the configure terminal command, you overwrite the configuration stored in NVRAM.
*
View the configuration by typing write terminal or show running-config. View the configured line, vty and enable passwords. Any encrypted passwords need to be changed.
*
Enter the configuration mode by typing configure terminal. Change the line of enable passwords as necessary.
*
All interfaces are in a shutdown state. Issue the no shutdown command on every interface that is to be used.
*
Type config-register 0x2102 to return the router to normal operation at the next reloads.
*
Exit configuration mode by pressing Ctrl-Z
*
Save your changes by typing write memory or copy running-config startup-config.
*
Reload the router and verify the passwords.
Turn the power switch off and back on to recycle the power.
*
Press the Break key or key sequence to put the router into ROM Monitor mode. The break key varies by computer or terminal software. The sequence might be CTRL-D, CTRL-Break or another combination.
*
At the > prompt, type 0 to record the current value of the configuration register normally 0x2102, or 0x102.
>o
Configuration register = 0x2102 at last boot
Bit# Configuration register option settings:
15 Diagnostic mode disabled.
*
Type o/r 0x2142 to tell the router to boot from flash without loading the configuration in NVRAM at the next reload.
*
Type i to have the router reboot. The router ignores the configuration in NVRAM.
*
The router runs the setup dialog, Type no or press Ctrl-C to skip the initial setup Dialog.
*
Type enable ate the Router> prompt to go to privileged exec mode.
*
Copy the startup configuration to the running configuration by using the configure memory or copy startup-config running-config commands. Do not type configure terminal. If you use the configure terminal command, you overwrite the configuration stored in NVRAM.
*
View the configuration by typing write terminal or show running-config. View the configured line, vty and enable passwords. Any encrypted passwords need to be changed.
*
Enter the configuration mode by typing configure terminal. Change the line of enable passwords as necessary.
*
All interfaces are in a shutdown state. Issue the no shutdown command on every interface that is to be used.
*
Type config-register 0x2102 to return the router to normal operation at the next reloads.
*
Exit configuration mode by pressing Ctrl-Z
*
Save your changes by typing write memory or copy running-config startup-config.
*
Reload the router and verify the passwords.
Subscribe to:
Posts (Atom)