cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
337
Views
2
Helpful
2
Replies

Issue running a ip route command with interface and IP address

I'm doing Redouane Meddane's BGP ROuting Protocol Practice Labs in Packet Tracer.

I'm trying to run a ip route command with the interface ip address as the next-hop.

Like this,

ip route 4.4.4.4 255.255.255.255 fastethernet 0/0 150.1.1.4

When I do it, and copy it exactly, I get invalid input detected at marker, on the IP portion.

 

Any assistance will be greatly appreciated.

I'm using a PT Router.

2 Replies 2

Harold Ritter
Spotlight
Spotlight

Hi @johnlouiscrutchfield ,

PT allows you to specify the next hop interface or next hop ip address, but not both.

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Thank you sir.