Advertisement
Guest User

internetRT

a guest
May 25th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. version 12.4
  2. service timestamps debug datetime msec
  3. service timestamps log datetime msec
  4. no service password-encryption
  5. !
  6. hostname R4
  7. !
  8. boot-start-marker
  9. boot-end-marker
  10. !
  11. !
  12. no aaa new-model
  13. memory-size iomem 5
  14. ip cef
  15. !
  16. !
  17. !
  18. !
  19. no ip domain lookup
  20. ip domain name lab.local
  21. !
  22. multilink bundle-name authenticated
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. archive
  45. log config
  46. hidekeys
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. interface FastEthernet0/0
  56. ip address 87.55.45.6 255.255.255.248
  57. duplex auto
  58. speed auto
  59. !
  60. interface FastEthernet0/1
  61. ip address 87.55.44.6 255.255.255.248
  62. duplex auto
  63. speed auto
  64. !
  65. interface FastEthernet1/0
  66. ip address 87.55.43.6 255.255.255.248
  67. duplex auto
  68. speed auto
  69. !
  70. interface FastEthernet2/0
  71. no ip address
  72. shutdown
  73. duplex auto
  74. speed auto
  75. !
  76. ip forward-protocol nd
  77. !
  78. !
  79. no ip http server
  80. no ip http secure-server
  81. !
  82. !
  83. !
  84. !
  85. !
  86. !
  87. !
  88. control-plane
  89. !
  90. !
  91. !
  92. !
  93. !
  94. !
  95. !
  96. !
  97. !
  98. !
  99. line con 0
  100. exec-timeout 0 0
  101. privilege level 15
  102. logging synchronous
  103. line aux 0
  104. exec-timeout 0 0
  105. privilege level 15
  106. logging synchronous
  107. line vty 0 4
  108. login
  109. !
  110. !
  111. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement