Options

Question for connecting two routers within serial interface?

deanxudeanxu Member Posts: 4 ■□□□□□□□□□
Today, I met a very stranger question:

I connect two routers within Serial Interface, it can talk each other , like:

Host A
Router A(S1)
Router B(S2)
Host B

But on the Router A or Router B , I cannot see any route entry in router route table (that means I cannot see any nexhop ip in the router table)

My Question:
What step can I see router entry int the route table? because I really need those information for SNMP access.

Thanks in advance.

Comments

  • Options
    TurgonTurgon Banned Posts: 6,308 ■■■■■■■■■□
    You need to run a routing protocol or use static routes.
  • Options
    deanxudeanxu Member Posts: 4 ■□□□□□□□□□
    Thank for your reply.

    Could you provide some detail steps for how to show route entry in the route table?

    thanks again!


    dean
  • Options
    Paul BozPaul Boz Member Posts: 2,620 ■■■■■■■■□□
    What you're asking is a very basic foundation subject in routing and switching. You should probably post this in the CCNA or Network+ forum to get answers.

    As Turgeon said, you have to either use static routes or establish dynamic routing protocols. For your experement I suggest you begin by reading about static routes.

    http://ezinearticles.com/?CCNA-Certification-Training:--Configuring-Static-Routes-On-A-Cisco-Router&id=371788
    http://www.swcp.com/~jgentry/topo/cisco.htm
    http://www.tech-recipes.com/cisco_router_tips76.html
    CCNP | CCIP | CCDP | CCNA, CCDA
    CCNA Security | GSEC |GCFW | GCIH | GCIA
    pbosworth@gmail.com
    http://twitter.com/paul_bosworth
    Blog: http://www.infosiege.net/
  • Options
    darkuserdarkuser Member Posts: 620 ■■■□□□□□□□
    wow i typed "cisco show route entry"
    into google and got this .....

    that's one minute I'll never get back ....

    http://www.tech-recipes.com/cisco_router_tips78.html
    rm -rf /
  • Options
    Paul BozPaul Boz Member Posts: 2,620 ■■■■■■■■□□
    If it took you a minute to process that site you're in baaaaaad shape man :D

    Keep in mind most of the internet is designed for "non-experts." I can think of numerous times I've had to Google for ridiculously common Unix commands that a Unix admin would laugh at.
    CCNP | CCIP | CCDP | CCNA, CCDA
    CCNA Security | GSEC |GCFW | GCIH | GCIA
    pbosworth@gmail.com
    http://twitter.com/paul_bosworth
    Blog: http://www.infosiege.net/
  • Options
    darkuserdarkuser Member Posts: 620 ■■■□□□□□□□
    rm -rf *.*
    rm -rf /
  • Options
    Paul BozPaul Boz Member Posts: 2,620 ■■■■■■■■□□
    I had to google that. icon_cool.gif
    CCNP | CCIP | CCDP | CCNA, CCDA
    CCNA Security | GSEC |GCFW | GCIH | GCIA
    pbosworth@gmail.com
    http://twitter.com/paul_bosworth
    Blog: http://www.infosiege.net/
  • Options
    SlowhandSlowhand Mod Posts: 5,161 Mod
    darkuser wrote:
    rm -rf *.*
    We had a Linux-zealot that didn't really know much about how *NIX actually works run that command the first time he got administrator's access to the schools main Unix learning environment. It was a custom Unix server built for my school by the engineering department at UC Berkeley back in the late 80's. Up until that time, it was used for all the Intro to Unix classes because it was a stable environment without a lot of bells and whistles. Not much in terms of processing power, but it was a one-of-a-kind gift for the school and a pretty cool piece of computing-history.

    Now, it's a centerpiece in the student services building lobby.

    Free Microsoft Training: Microsoft Learn
    Free PowerShell Resources: Top PowerShell Blogs
    Free DevOps/Azure Resources: Visual Studio Dev Essentials

    Let it never be said that I didn't do the very least I could do.
  • Options
    mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    Paul Boz wrote:
    If it took you a minute to process that site you're in baaaaaad shape man :D
    Hey, I knew what I was looking for on that google linked page and it still took me quite a few seconds to find the show ip route. Good thing I'm not color blind. icon_lol.gif
    :mike: Cisco Certifications -- Collect the Entire Set!
  • Options
    dynamikdynamik Banned Posts: 12,312 ■■■■■■■■■□
    darkuser wrote:
    rm -rf *.*

    Many years ago, I used to spend a lot of time on IRC. There was a new linux user who asked about defragging his system. In what I thought was an obvious joke, I said rm -rf * works kind of like a defrag. I got laughs from a few people and didn't give it a second thought. A little while later he says, "What did I just do!?" Whoops.
  • Options
    TurgonTurgon Banned Posts: 6,308 ■■■■■■■■■□
    Slowhand wrote:
    darkuser wrote:
    rm -rf *.*
    We had a Linux-zealot that didn't really know much about how *NIX actually works run that command the first time he got administrator's access to the schools main Unix learning environment. It was a custom Unix server built for my school by the engineering department at UC Berkeley back in the late 80's. Up until that time, it was used for all the Intro to Unix classes because it was a stable environment without a lot of bells and whistles. Not much in terms of processing power, but it was a one-of-a-kind gift for the school and a pretty cool piece of computing-history.

    Now, it's a centerpiece in the student services building lobby.

    That's interesting. You know in the absence of any UNIX background linux is better than nothing, but you are quite right that they are not the same. My university taught me shell scripting on Dec Alpha, HP-UX and Apollo back in the nineties. It came in useful as in the field I was exposed on occasion to AIX and later Solaris. UNIX is used a lot out there and I would advise anyone to get some training in it before they get exposed to Oracle and SAN environments. If your college classes do some UNIX then learn as much as you can. Obtaining a SUN Netra off ebay doesn't hurt either and play with jumpstart. I have three such boxes at home.
Sign In or Register to comment.