Static Routing and Default routing
digitalhighway
Member Posts: 7 ■□□□□□□□□□
in CCNA & CCENT
I have a question in the regards of static routing and default routing.
for example
Lab_A(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2
Can someone explain what 192.168.20.2 means?
How is default routing set up compared to static routing setup?
What's a stub network????
: : : :
Thanks.
for example
Lab_A(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2
Can someone explain what 192.168.20.2 means?
How is default routing set up compared to static routing setup?
What's a stub network????
: : : :
Thanks.
Comments
-
Webmaster Admin Posts: 10,292 Adminthe 192.168.20.2 is the gateway to which all traffic for the network 192.168.30.0/24 must be sent. It is also known as the next hop.
The above is an example of static routing. All traffic destined for a network for which there is no route available from dynamic routing protocols or a static mapping is send to the default gateway.
Check out the TechNotes about half-way the following topic:
www.techexams.net/forums/viewtopic.php?t=466