hi guys, can anyone help on what this cisco command means:

ip route 0.0.0.0 0.0.0.0 200.1.1.2
and
ip route 192.168.1.16 255.255.255.0 10.1.1.2

thanks :)

Recommended Answers

All 2 Replies

ip route <network you're informing the router about> <subnet> <next hop to get there>

first one is pretty much say this is my default gateway the second one says to get to the 192.168.1.16 network please go through 10.1.1.2

It is used for static ip routes.

thanks..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.