Advertisement
hoscanoa

VSLM Ejem2 CORREGIDO

Jul 19th, 2014
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.50 KB | None | 0 0
  1. 140.25.0.0/24
  2. Para LAN1
  3. --------------------------------------
  4. Fijo 7 bits para el host (80 host)
  5. 255.255.255.128
  6. 140.25.00000000.|0|0000000/25(R)------->140.25.0.0
  7. 140.25.00000000.|0|0000001/25(PDH)----->140.25.0.1
  8. ...
  9. 140.25.00000000.|0|1111110/25(UDH)----->140.25.0.126
  10. 140.25.00000000.|0|1111111/25(DB)------>140.25.0.127
  11. --------------------------------------
  12. Para LAN2
  13. --------------------------------------
  14. 255.255.255.224
  15. Fijo 2 bits menos para el host (30 host)
  16. 140.25.00000000.|1|00|00000/27(R)------>140.25.0.128
  17. 140.25.00000000.|1|00|00001/27(PDH)---->140.25.0.129
  18. ...
  19. 140.25.00000000.|1|00|11110/27(UDH)---->140.25.0.158
  20. 140.25.00000000.|1|00|11111/27(DB)----->140.25.0.159
  21. ---------------------------------------
  22. Para LAN3
  23. --------------------------------------
  24. 255.255.255.240
  25. Fijo 1 bits menos para el host (12 host)
  26. 140.25.00000000.|1|01|0|0000/28(R)----->140.25.0.160
  27. 140.25.00000000.|1|01|0|0001/28(PDH)--->140.25.0.161
  28. ...
  29. 140.25.00000000.|1|01|0|1110/28(UDH)--->140.25.0.174
  30. 140.25.00000000.|1|01|0|1111/28(DB)---->140.25.0.175
  31. ---------------------------------------
  32. Para WAN1
  33. --------------------------------------
  34. 255.255.255.252
  35. Fijo 2 bits menos para el host (4 host)
  36. 140.25.00000000.|1|01|1|00|00/30(R)---->140.25.0.176
  37. 140.25.00000000.|1|01|1|00|01/30(PDH)-->140.25.0.177
  38. 140.25.00000000.|1|01|1|00|10/30(UDH)-->140.25.0.178
  39. 140.25.00000000.|1|01|1|00|11/30(DB)--->140.25.0.179
  40. ---------------------------------------
  41.  
  42. rip
  43. version 2
  44. network ip
  45. show ip route
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement