Guest User

R2 Config

a guest
Dec 9th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. R2#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 3200 bytes
  5. !
  6. ! Last configuration change at 04:25:49 UTC Sun Dec 9 2018
  7. !
  8. version 15.6
  9. service timestamps debug datetime msec
  10. service timestamps log datetime msec
  11. no service password-encryption
  12. !
  13. hostname R2
  14. !
  15. boot-start-marker
  16. boot-end-marker
  17. !
  18. !
  19. !
  20. no aaa new-model
  21. ethernet lmi ce
  22. !
  23. !
  24. !
  25. mmi polling-interval 60
  26. no mmi auto-configure
  27. no mmi pvc
  28. mmi snmp-timeout 180
  29. !
  30. !
  31. !
  32. !
  33. !
  34. no ip icmp rate-limit unreachable
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. no ip domain lookup
  42. ip cef
  43. no ipv6 cef
  44. !
  45. multilink bundle-name authenticated
  46. !
  47. !
  48. !
  49. !
  50. !
  51. redundancy
  52. !
  53. no cdp log mismatch duplex
  54. !
  55. ip tcp synwait-time 5
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. interface GigabitEthernet0/0
  70. no ip address
  71. duplex auto
  72. speed auto
  73. media-type rj45
  74. ipv6 address 2004::1/64
  75. !
  76. interface GigabitEthernet0/1
  77. no ip address
  78. duplex auto
  79. speed auto
  80. media-type rj45
  81. ipv6 address 2002::2/64
  82. !
  83. interface GigabitEthernet0/2
  84. no ip address
  85. shutdown
  86. duplex auto
  87. speed auto
  88. media-type rj45
  89. !
  90. interface GigabitEthernet0/3
  91. no ip address
  92. shutdown
  93. duplex auto
  94. speed auto
  95. media-type rj45
  96. !
  97. ip forward-protocol nd
  98. !
  99. !
  100. no ip http server
  101. no ip http secure-server
  102. !
  103. ipv6 route 2001::/64 2002::1
  104. !
  105. !
  106. !
  107. control-plane
  108. !
  109. banner exec ^C
  110. **************************************************************************
  111. * IOSv is strictly limited to use for evaluation, demonstration and IOS *
  112. * education. IOSv is provided as-is and is not supported by Cisco's *
  113. * Technical Advisory Center. Any use or disclosure, in whole or in part, *
  114. * of the IOSv Software or Documentation to any third party for any *
  115. * purposes is expressly prohibited except as otherwise authorized by *
  116. * Cisco in writing. *
  117. **************************************************************************^C
  118. banner incoming ^C
  119. **************************************************************************
  120. * IOSv is strictly limited to use for evaluation, demonstration and IOS *
  121. * education. IOSv is provided as-is and is not supported by Cisco's *
  122. * Technical Advisory Center. Any use or disclosure, in whole or in part, *
  123. * of the IOSv Software or Documentation to any third party for any *
  124. * purposes is expressly prohibited except as otherwise authorized by *
  125. * Cisco in writing. *
  126. **************************************************************************^C
  127. banner login ^C
  128. **************************************************************************
  129. * IOSv is strictly limited to use for evaluation, demonstration and IOS *
  130. * education. IOSv is provided as-is and is not supported by Cisco's *
  131. * Technical Advisory Center. Any use or disclosure, in whole or in part, *
  132. * of the IOSv Software or Documentation to any third party for any *
  133. * purposes is expressly prohibited except as otherwise authorized by *
  134. * Cisco in writing. *
  135. **************************************************************************^C
  136. !
  137. line con 0
  138. exec-timeout 0 0
  139. privilege level 15
  140. logging synchronous
  141. line aux 0
  142. exec-timeout 0 0
  143. privilege level 15
  144. logging synchronous
  145. line vty 0 4
  146. login
  147. transport input none
  148. !
  149. no scheduler allocate
  150. !
  151. end
Add Comment
Please, Sign In to add comment