Dumbest Question Yet! - show int!

Daniel333Daniel333 Member Posts: 2,077 ■■■■■■□□□□
Alright, so I was playing with a 2900 series switch for the first time today. (I'd previously only had a 1900) So I ran a "show int" and it ran all 16 fast ethernet ports page by page. So I found myself hitting the space bar over and over and took like 45 seconds to get back to the command prompt. I was only interested int he first 3 ports. Is there an escape or break sequence so I don't have to sift through all that?

Ctrl+Break didn't do it...
-Daniel

Comments

  • tech-airmantech-airman Member Posts: 953
    Daniel333 wrote:
    Alright, so I was playing with a 2900 series switch for the first time today. (I'd previously only had a 1900) So I ran a "show int" and it ran all 16 fast ethernet ports page by page. So I found myself hitting the space bar over and over and took like 45 seconds to get back to the command prompt. I was only interested int he first 3 ports. Is there an escape or break sequence so I don't have to sift through all that?

    Ctrl+Break didn't do it...

    Daniel333,

    Pushing the "Esc" key at the " --More-- " prompt works for me.
  • seraphusseraphus Member Posts: 307
    Daniel333 wrote:
    Alright, so I was playing with a 2900 series switch for the first time today. (I'd previously only had a 1900) So I ran a "show int" and it ran all 16 fast ethernet ports page by page. So I found myself hitting the space bar over and over and took like 45 seconds to get back to the command prompt. I was only interested int he first 3 ports. Is there an escape or break sequence so I don't have to sift through all that?

    Ctrl+Break didn't do it...

    Daniel333,

    Pushing the "Esc" key at the " --More-- " prompt works for me.

    Pushing the "q" key also works for me.
    Lab first, ask questions later
  • ReardenRearden Member Posts: 222
    Yea, I always use 'q', just like the more utility on *nix systems.
    More systems have been wiped out by admins than any cracker could do in a lifetime.
  • Daniel333Daniel333 Member Posts: 2,077 ■■■■■■□□□□
    Yeah, Escape worked. Man, feeling dumb.

    thanks,
    -Daniel
  • Paul BozPaul Boz Member Posts: 2,620 ■■■■■■■■□□
    just using a backspace should work also.
    CCNP | CCIP | CCDP | CCNA, CCDA
    CCNA Security | GSEC |GCFW | GCIH | GCIA
    pbosworth@gmail.com
    http://twitter.com/paul_bosworth
    Blog: http://www.infosiege.net/
  • mwgoodmwgood Member Posts: 293
    Try the following for fun...

    sh runn | include string

    sh runn | begin string

    These commands can be used to narrow down virtually anything you are searching for in the output of any of your show commands.

    Finally, here's one of my favorites - say you are looking for more than 1 item, for example, you want to view the status of two of your interfaces only. You can type something like...

    sh ip int bri | in 0.16|0.18

    This will show you only the show ip interface brief output for the matched subinterfaces. Of course, you're output depends on how you craft your search strings.

    Anyway, play with these if you haven't seen them - they are very useful.
  • thesemantheseman Member Posts: 230
    I could be wrong.....

    But I think pressing most keys other then space and enter works... I think I usually press "c". I can't check right now but if anyone is curious enough to try please let us know!!
  • Darthn3ssDarthn3ss Member Posts: 1,096
    control+C works as well. thats what i use.
    Fantastic. The project manager is inspired.

    In Progress: 70-640, 70-685
  • mwgoodmwgood Member Posts: 293
    theseman wrote:
    ... I think pressing most keys other then space and enter works...

    Correct.
  • jvaxjvax Member Posts: 117
    I know every key except space and enter does it.

    I use "q". I think I am used to it from more and man utils in *nix.
    "Beer is proof that God loves us, and wants us to be happy" -- Benjamin Franklin
Sign In or Register to comment.