Advertisement
Guest User

internetworking vlsm notes

a guest
Apr 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. last thing to cover - VLSM variable length subnet masking
  2. variable length subnet masking
  3. variable length in our subnet mask to make for a more efficent use of the neworking scheme in our topology
  4. doing /30 means i only have two (for wan connections) hosts per subnet which is all i need
  5.  
  6. 50 = .0/26
  7. 25 = .64/27
  8. 2 = .96/28
  9. 2 = /30
  10. 2 = /30
  11. 2 = /30
  12.  
  13.  
  14.  
  15.  
  16.  
  17. /24 = .0 1NET 254 usable hosts/subnet (not really a subnet, more like network at this point)
  18. /25 = .0 .128 2SNET 126 usable hosts/subnet
  19. /26 = [.0] .64 .128 .192 4SNET 62 usable hosts/subnet
  20. /27 = {.32} [.64] .96 .128 .160 .192 8SNET 30 usable hosts/subnet
  21. /28 = [.96] 16SNET 14 usable hosts/subnet
  22. /29 = .112 .120 32SNET 6 usable hosts/subnet
  23. /30 = .112 .116 .120 64SNET 2 usable hosts/subnet
  24.  
  25. ^^^^^^^^^
  26. "VLSM in a nutshell"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement