i rewiew my router configuration and i found :-
ip route 0.0.0.0 0.0.0.0 Serial1/0:1
ip route 10.0.14.31 255.255.255.255 FastEthernet0/0
what we mean by two command ??? and what we mean by 255.255.255.255 and 0.0.0.0 0.0.0.0
|
i rewiew my router configuration and i found :-
what we mean by two command ??? and what we mean by
| |||
|
feedback
|
|
Let's dissect this one line at a time.
The first ip route command will dictate Serial1/0:1 as a default interface for all packet routing.
The second ip route command dictates that any network packet that is seeking for a destination address that's within the range of 10.0.14.31/255.255.255.255 will be routed through FastEthernet0/0 The value of | |||||
feedback
|