Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. en
  2. config t
  3. host R1
  4. int fa0/0
  5. ip add 172.16.2.1 255.255.255.0
  6. no shutdown
  7.  
  8. int fa0/1
  9. ip add 2.2.2.5 255.255.255.252
  10. no shut
  11.  
  12. int s0/0/0
  13. clock rate 64000
  14. band 43008
  15. ip add 2.2.2.1 255.255.255.252
  16. no shut
  17.  
  18. router ospf 100
  19. passive-interface fa0/0
  20. network 2.2.2.0 0.0.0.7 area 51
  21. network 172.16.2.0 0.0.0.255 area 51
  22.  
  23. !
  24. --------------------------------------------
  25.  
  26. en
  27. config t
  28. host R2
  29. int fa0/0
  30. ip add 172.16.1.1 255.255.255.0
  31. no shutdown
  32.  
  33. int fa0/1
  34. ip add 2.2.2.6 255.255.255.252
  35. no shut
  36.  
  37.  
  38. int s0/0/0
  39. band 43008
  40. ip add 2.2.2.2 255.255.
  41. 255.252
  42. no shut
  43.  
  44. router ospf 100
  45. passive-interface fa0/0
  46. network 2.2.2.0 0.0.0.7 area 51
  47. network 172.16.1.0 0.0.0.255 area 51
  48. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement