12-12-2022
12:20 PM
- last edited on
12-13-2022
02:29 AM
by
Translator
In PacketTracer I'm trying to configure a fully specified static route. All interfaces on the routers are Ethernet and are interconnected with straight cables.
The router model is 4331.
When entering the route in the router CLI
ip route 10.10.10.0 255.255.255.0 g0/0/2 10.1.1.6
The command returns:
% Invalid input detected at '^' marker
In CCNA2 CH 15 static routing, the above command is accepted.
My question is, what is the correct way to define a static route?
Solved! Go to Solution.
12-12-2022 12:43 PM
sure then it is PKT limitation, your config is OK.
12-12-2022
12:26 PM
- last edited on
12-13-2022
02:31 AM
by
Translator
ip route 10.10.10.0 255.255.255.0 g0/0/2 10.1.1.6
must be
ip route 10.10.10.0 255.255.255.0
10.1.1.6 g0/0/2 <<- try this, first specifiy next-hop then egress interface
12-12-2022
12:33 PM
- last edited on
12-13-2022
02:34 AM
by
Translator
Thanks, however unfortunately the same error message is displayed. When I enter
ip route 10.10.10.0 255.255.255.0 10.1.1.6 g0/0/2
it still returns
% Invalid input detected at '^' marker
12-12-2022 12:34 PM - edited 12-12-2022 12:35 PM
marker appear under which word/ip ? can you share screen shot ?
12-12-2022 12:39 PM
12-12-2022 12:43 PM
sure then it is PKT limitation, your config is OK.
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