- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Routing Protocols
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 12:43 PM
sure then it is PKT limitation, your config is OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 12:34 PM - edited 12-12-2022 12:35 PM
marker appear under which word/ip ? can you share screen shot ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 12:39 PM
I have attached a screeshot of the router cli.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 12:43 PM
sure then it is PKT limitation, your config is OK.
