What is the difference between the
ip classless and
ip default-network commands?
I am really confuse about this two. I do know these commands need to be used on the stub network.
Let's say this is the network, for example: NOTE: R3 has the route to R1.
B]ISP[/B]: (192.168.1.1/30)]---------[(192.168.1.2/30)[B]R1[/B](192.168.2.1/30)]---------[(192.168.2.2/30)[B]R2[/B](192.168.2.5/30)]---------[(192.168.2.6/30)[B]R3[/B
So on R1 the commands would be:
conf t
int s0/0
ip add 192.168.1.2 255.255.255.0
no shut
exit
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip classless
Did I do this right? Can I use the
ip default-network there instead of
ip classless?
How do I know if I have to use
ip classless or
ip default-network?
Also, on the exam if you have to choose more than one answer, would the question tells you how many answers you need to choose?
This one is bothering me for a few weeks now.
Thanks