Advertisement
Guest User

R-nonNAT

a guest
Jan 11th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Current configuration : 1086 bytes
  2. !
  3. version 12.4
  4. no service timestamps log datetime msec
  5. no service timestamps debug datetime msec
  6. no service password-encryption
  7. !
  8. hostname Router
  9. !
  10. !
  11. !
  12. !
  13. !
  14. !
  15. !
  16. !
  17. no ip cef
  18. no ipv6 cef
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. spanning-tree mode pvst
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. interface FastEthernet0/0
  39. ip address 200.200.0.1 255.255.255.0
  40. duplex auto
  41. speed auto
  42. !
  43. interface FastEthernet0/1
  44. no ip address
  45. duplex auto
  46. speed auto
  47. shutdown
  48. !
  49. interface Serial0/0/0
  50. ip address 200.200.3.1 255.255.255.0
  51. clock rate 2000000
  52. !
  53. interface Serial0/0/1
  54. no ip address
  55. clock rate 2000000
  56. shutdown
  57. !
  58. interface Serial0/1/0
  59. ip address 200.200.1.1 255.255.255.0
  60. clock rate 2000000
  61. !
  62. interface Serial0/1/1
  63. ip address 200.200.2.1 255.255.255.0
  64. clock rate 2000000
  65. !
  66. interface Vlan1
  67. no ip address
  68. shutdown
  69. !
  70. router ospf 1
  71. log-adjacency-changes
  72. network 200.200.0.0 0.0.0.255 area 0
  73. network 200.200.1.0 0.0.0.255 area 0
  74. network 200.200.2.0 0.0.0.255 area 0
  75. network 200.200.3.0 0.0.0.255 area 0
  76. !
  77. router rip
  78. !
  79. ip classless
  80. !
  81. ip flow-export version 9
  82. !
  83. !
  84. !
  85. !
  86. !
  87. !
  88. !
  89. line con 0
  90. !
  91. line aux 0
  92. !
  93. line vty 0 4
  94. login
  95. !
  96. !
  97. !
  98. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement