08-18-2013 10:25 PM - edited 03-04-2019 08:48 PM
What advantage the below mentioned command offers over the normal static routing command pointing to next hop ip address.
ip route <Destination address> <netmask> exit_interface <nexthop address>
Solved! Go to Solution.
08-19-2013 12:43 AM
Hello,
Did you read this article?
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml
Best Regards
Please rate all helpful posts and close solved questions
08-19-2013 12:43 AM
Hello,
Did you read this article?
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml
Best Regards
Please rate all helpful posts and close solved questions
08-19-2013 12:51 AM
Hi,
in addition to the Cisco document provided by blau grana, here's a similar discussion:
https://supportforums.cisco.com/message/3990076
Hope that helps
Rolf
08-19-2013 01:16 AM
ip route
any destination that doesn't exist in your network and its availabe on ip that is next hope is pingable
mean in your netwrok u have to reach 192.168.100.x network which is not availabe locally but availabe on next hope so u can add route for it
ip route 192.168.100.0 255.255.255.0 (next hope which has this network is) 192.168.5.1
Jawad
08-19-2013 01:20 AM
Hi Blau,
the link which you provided was very usefull...... I got to know the reason.
thanks.
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