Advertisement
Guest User

running config

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