2,771 views
0 votes
0 votes
The set of IP addresses from 29.18.0.0 to 19.18.128.255 has been aggregated to
29.18.0.0/17. However, there is a gap of 1024 unassigned addresses from 29.18.60.0
to 29.18.63.255 that are now suddenly assigned to a host using a different outgoing
line. Is it now necessary to split up the aggregate address into its constituent blocks,
add the new block to the table, and then see if any reaggregation is possible? If not,
what can be done instead?

1 Answer

1 votes
1 votes

To solve the problem, we can just add a new entry for the gap to the routing table:

 

 

Base address

Mask

29.18.0.0/16

00011101 00010010 00000000 00000000

11111111 11111111 00000000 00000000

29.18.60.0/22

00011101 00010010 00111100 00000000

11111111 11111111 11111100 00000000

 

The CIDR entries in its routing table in the route has two entries for addresses from 29.18.0.0 to 29.18.128.255:

 

Address/mask

Next hop

29.18.0.0/16

y.y.y.y

29.18.60.0/22

x.x.x.x

Source: https://cis.temple.edu/~latecki/Courses/CIS617-04/FinalQuestions/Yu.doc

Related questions

0 votes
0 votes
1 answer
2
0 votes
0 votes
0 answers
4