Advertisement
Guest User

ERouting PT Practice SBA OSPF July 2012

a guest
Jul 1st, 2012
12,773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ERouting PT Practice SBA OSPF July 2012
  2.  
  3. wb2
  4. interface fa0/0
  5. ip add 172.16.100.129 255.255.255.192
  6. no shutdown
  7. exit
  8.  
  9. inteface fa0/1
  10. ip add 172.16.100.225 255.255.255.240
  11. no shutdown
  12. exit
  13.  
  14. interface s0/0/0
  15. ip add 172.16.100.242 255.255.255.252
  16. no shutdown
  17. exit
  18.  
  19. inteface Lo0
  20. ip add 10.0.0.2 255.255.255.255
  21. no shutdown
  22. exit
  23.  
  24.  
  25. en la WPC2
  26.  
  27. 172.16.100.190
  28. 255.255.255.192
  29. 172.16.100.129
  30.  
  31. en el wb1
  32.  
  33. cisco
  34. enable
  35. class
  36. conf term
  37. interface fa0/1
  38. ip add 172.16.100.238 255.255.255.240
  39. no shutdown
  40. exit
  41.  
  42. exit
  43.  
  44. telnet 172.16.100.245
  45. -->Esto para acceder a WHQ estamos ahora en WHQ a traves de WB1
  46. cisco
  47. enable
  48. class
  49. conf term
  50. ip route 192.168.0.0 255.255.254.0 192.0.0.2
  51. ip route 0.0.0.0 0.0.0.0 s0/1/0
  52.  
  53. router ospf 1
  54. network 172.16.100.244 0.0.0.3 area 0
  55. network 172.16.100.240 0.0.0.3 area 0
  56. default-information originate
  57. passive-interface s0/1/0
  58. passive interface s0/1/1
  59.  
  60. exit
  61. exit
  62. exit
  63. --> ahora estamos en wb1
  64. conf term
  65. router ospf 1
  66. network 172.16.100.0 0.0.0.127 area 0
  67. network 172.16.100.224 0.0.0.15 area 0
  68. network 172.16.100.244 0.0.0.3 area 0
  69. passive-interface fastEternet 0/0
  70. do wr
  71.  
  72. salimos a wb2
  73. cisco
  74. enable
  75. class
  76. router ospf 1
  77. network 172.16.100.128 0.0.0.63 area 0
  78. network 172.16.100.224 0.0.0.15 area 0
  79. network 172.16.100.240 0.0.0.3 area 0
  80. passive-interface fastEternet 0/0
  81.  
  82. salimos al wb1
  83. interface f0/1
  84. ip ospf priority 100
  85. exit
  86. interface s0/0/0
  87. ip ospf priority 100
  88. exit
  89.  
  90. salimos a wb2
  91. interface f0/1
  92. ip ospf priority 50
  93. exit
  94. interface s0/0/0
  95. ip ospf priority 50
  96. exit
  97.  
  98.  
  99. salimos a wb1
  100. interface f0/1
  101. ip ospf hello-interval 20
  102. end
  103.  
  104. salimos a wb2
  105. inteface f0/1
  106. ip ospf hello-interval 20
  107. end
  108.  
  109.  
  110. show ip route ( a los 3 routers )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement