11-25-2016 07:47 AM - edited 03-08-2019 08:18 AM
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
11-25-2016 08:18 AM
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
11-25-2016 08:32 AM
Thank a lot guys ...
11-25-2016 08:19 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide