I have a little question about how router forward a packet destined to a subnet id.
consider this scenario,with the following line in the routing table.
C 10.10.10.128/28 is directly connected, Serial0/1
S 0.0.0.0/0 to 2.2.2.2
now if a packet with destination address 10.10.10.128 (note that this is subnet ID) receives on other interface, now how do the router route this packet.
thanks in advance