R1 e0 -> 10.0.0.1 /24 e2 -> 10.0.1.1/26 e1 -> 11.0.0.1/30 H1 eth0 -> 10.0.0.2 /24

0.0.0.0 -> rota default, dá match com tudo (não quer saber de bits)

H1

DestinationMáscaraNext HopGatewayInterface
10.0.0.0255.255.255.010.0.0.10.0.0eth0
0.0.0.00.0.0.010.0.0.110.0.0.1

R1

DestinationMáscaraN. HopGatewayIF
10.0.0.0255.255.255.010.0.0.10.0.0.0e0
10.0.1.0255.255.255.19210.0.1.10.0.0.0e2
11.0.0.0255.255.255.25211.0.0.10.0.0.0e1
0.0.0.00.0.0.011.0.0.211.0.0.2e1
192.168.0.0255.255.255.011.0.0.211.0.0.2e1
192.168.0.0255.255.0.015.0.0.115.0.0.1e3
192.168.0.10 -> match 0.0.0.0/0 -> 0 bits
		-> match 192.168.0.0/24 -> **24 bits** chosen because has more bits
		-> match 192.168.0.0/16 -> 16 bits
		

Notes: in line 2 mask is 255.255.255.192 (11111111 111111111 11111111 11000000) because we had 2 more bits set to 1 because there are 2² subnets. (26-24 = 2 = N).