cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
376
Views
0
Helpful
2
Replies

Routing Private IP address to Null0

ttreed
Level 1
Level 1

I am trying to route all private IP address; 10.0.0.0 - 10.255.255.255, 172.16.0.0 -172.31.0.0 and 192.168.0.0 - 192.168.255.255 to null0. For 10.0.00/8 and 192.168.0.0/24 I used the mask of 255.0.0.0 and 255.255.255.0 But I am not sure of the mask that I should use for the 172.16.0.0 - 172.31.0.0

2 Replies 2

Maulik Shah
Level 5
Level 5

the mask for the 172 network should be :

172.16.0.0 /12 = 255.192.0.0

i think it's 255.240.0.0

16: 0001 0000

31: 0001 1111

so the second byte is 1111 0000 : 240

u can use subnet calculator too (boson utility)

Review Cisco Networking for a $25 gift card