cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1734
Views
10
Helpful
5
Replies

Fully specified static route error

keesepema
Level 1
Level 1

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?

 

1 Accepted Solution

Accepted Solutions

sure then it is PKT limitation, your config is OK.

View solution in original post

5 Replies 5

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 

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

 

 

marker appear under which word/ip ? can you share screen shot ?

I have attached a screeshot of the router cli.

sure then it is PKT limitation, your config is OK.