cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
19060
Views
0
Helpful
3
Replies

Show command - show rang of interfaces

AndreT_Li
Level 1
Level 1

I've got packet tracer cause I'm going for my CCENT then CCNA but my question is about the show command. Trying to show the interface of 24 ports I've used.

show interface range fa0/1 - 24

is it  possible to show a range of port on a switch or router

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

On Catalyst switches, you can't do a show command with interface range. You can only configure an interface range

config t

interface range gigabitEthernet 1/0/1- 24

You can do this however with Nexus:

sh run interface e5/6-9

HTH

Thank a lot guys ...

Junaid Shah
Level 1
Level 1

I don't think that you can use range with show command but you can use pipe | sign that is very helpful and after the pipe sign you can add (include, exclude or begin) and then specify that what you are looking for.