11-19-2014 04:16 PM - edited 03-07-2019 09:35 PM
Hello please look at this :
Switch#show ip int brief
Interface IP-Address OK? Method Status Protocol
Ethernet7/1 unassigned YES manual down down
Ethernet8/1 unassigned YES manual down down
Ethernet9/1 unassigned YES manual down down
You can see that my interfaces numbers start with the changing number port!
The issue is that when I issue this command: int rang GigabitEthernet 7/1 - 9 I get this :
Switch(config)#int rang GigabitEthernet 7/1 - 9
interface range not validated - command rejected
Switch(config)#
Please advise.
11-19-2014 06:01 PM
Packet tracer may not always work like a regular switch.
11-19-2014 11:48 PM
You need to purchase the full bundle of cisco packet tracer then you would be able to use it.
Please check the below output:
Switch(config)#int range fastEthernet 0/1-10
Switch(config-if-range)# >>> I am able to go in here.
HTH
11-20-2014 01:12 AM
It does work, from what was returned it appears you may not have specified the interfaces correctly, it doesn't look like they are Gigabit?
Martin
11-24-2014 08:53 AM
" int rang GigabitEthernet 7/1 - 9" would be the same as configuring the following commands:
int GigabitEthernet7/1
int GigabitEthernet7/2
int GigabitEthernet7/3
int GigabitEthernet7/4
int GigabitEthernet7/5
int GigabitEthernet7/6
int GigabitEthernet7/7
int GigabitEthernet7/8
int GigabitEthernet7/9
BUT: You entered "show ip int bri" and got:
Ethernet7/1
Ethernet8/1
Ethernet9/1
<-- it's not possible to configure this interfaces with an "int rang"-command! "range" only hits the last number after that /. Also that are Ethernet-interfaces, not GigabitEthernet!
Greetings
Martin Beckert
04-19-2016 10:58 PM
had the same issue. determined that the port listed in the packet tracer documentation vs what was created was different. I got cmd rej.... but when i entered the correct port the command was successful.
Switch(config)#int range g1/1 - 2
interface range not validated - command rejected
So roll over the ports and verify you have the correct range. The command does work on PT version 6.2
07-12-2017 11:19 AM
use command "interface range g7/1 - g9/1".
use space before and after " - ".
07-09-2024 11:09 PM
This worked for me. But then next command is giving an error,
channel-group1 mode active
^
% Invalid input detected at '^' marker.
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