Link to home
Start Free TrialLog in
Avatar of AnimatorOne
AnimatorOne

asked on

Want to find the gateway IP address of my Cisco 2600.

Simple question but I'm new to this so...

Can I find the gateway IP address of my Cisco 2600? I want to view the configuration on my cisco router. What command do I use in hyperterminal to view
the config?
Avatar of jwalsh88
jwalsh88

well there are two modes in a cisco router, user and enable.  you need to be in enable mode.  Then type either write term   or   sh run
That will show you the running config.  if you want to see what config is stored and will be used when you reboot then just type sh start.
ASKER CERTIFIED SOLUTION
Avatar of jwalsh88
jwalsh88

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
firstly ,Configure your hyper terminal.
 96000/8/n/Stop bit=2/Flow control =Hardware
if you connect,enter to login
Pw.: your pw (enter)
Router> enable (enter)
Router# sh running-config (to show configuration)
writes Building configuration ...
Writes some text and --More-- ,
Enter a space key for a page down or enter for a line down
Be careful for static route and default route
(default route: "ip route 0.0.0.0 0.0.0.0 Gateway")
 Static route:  "ip route destination_network next_hop"
Router# sh ip route
You can see your interfaces and their connections.
You can see static or dynamic routing.
You can see all routing parameters.



Avatar of davorin
If I had understood your question correctly i think you are looking for IP address of your router.

If the router is connected to the LAN directly you should have routers IP set as gateway in your tcp/ip setings.

If you have between your router and LAN (for example) firewall you should use tracert command to the some host in the outside world. Most certianly the IP address of your router will be shown in second line.

For viewing routers configuration you will need to know two passwords. One for the telnet connection and another for entering in priviledged mode (enable command)

These steps were already writen above:

telnet x.x.x.x (your routers IP)
*enter password
enable
*enter enable password
sh run

For conecting over console port connect console cable to the com port of your PC and follow  Cetrefli instructions above.

Regards, Davorin
sorry AnimatorOne,
My hyper terminal settings is true for 2500 series routers.
Your settings for 2600 is 9600/8/n/1/none
You might also want to get familiar with a couple of other commands.

Show ip int brief will list the interfaces with their primary IP addresses(if they have IP assigned) that exist on the router. It will also tell the state of the interfaces.  I will usually do this command as soon as I get into a router. We have a lot of people that manipulate the routers day to day, so its a good first look into the status of the interfaces.

Don't always trust that routes defined in the running config (output of 'show run') are the ones that  the router is routing by. The routing table is shown when you use 'show ip route' . Get familiar with the different fields output in show ip route. C is connected, S is static, etc. Spending time with the show commands is a great habit tostart. Trying to understand them instead of jumping right to the running config will benefit you in the long run.

Have fun.
No comment has been added lately. It appears this question has been abandonded so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area for this question:

I recommend: points split to centrefli / jwalsh88

if there is any objection or other expert commentary to this recommendation then please post in here within 7 days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

thanks,
lrmoore
EE Cleanup Volunteer
---------------------
Answered first by jwalsh88

modulo

Community Support Moderator
Experts Exchange