Guest User

R1 Config

a guest
Dec 9th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. R1#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 3268 bytes
  5. !
  6. ! Last configuration change at 05:38:27 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 R1
  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 2001::1/64
  75. ipv6 enable
  76. !
  77. interface GigabitEthernet0/1
  78. no ip address
  79. duplex auto
  80. speed auto
  81. media-type rj45
  82. ipv6 address 2003::1/64
  83. !
  84. interface GigabitEthernet0/2
  85. no ip address
  86. duplex auto
  87. speed auto
  88. media-type rj45
  89. ipv6 address 2002::1/64
  90. !
  91. interface GigabitEthernet0/3
  92. no ip address
  93. shutdown
  94. duplex auto
  95. speed auto
  96. media-type rj45
  97. !
  98. ip forward-protocol nd
  99. !
  100. !
  101. no ip http server
  102. no ip http secure-server
  103. !
  104. ipv6 route 2004::/64 GigabitEthernet0/2
  105. ipv6 route 2005::/64 2003::2
  106. !
  107. !
  108. !
  109. control-plane
  110. !
  111. banner exec ^C
  112. **************************************************************************
  113. * IOSv is strictly limited to use for evaluation, demonstration and IOS *
  114. * education. IOSv is provided as-is and is not supported by Cisco's *
  115. * Technical Advisory Center. Any use or disclosure, in whole or in part, *
  116. * of the IOSv Software or Documentation to any third party for any *
  117. * purposes is expressly prohibited except as otherwise authorized by *
  118. * Cisco in writing. *
  119. **************************************************************************^C
  120. banner incoming ^C
  121. **************************************************************************
  122. * IOSv is strictly limited to use for evaluation, demonstration and IOS *
  123. * education. IOSv is provided as-is and is not supported by Cisco's *
  124. * Technical Advisory Center. Any use or disclosure, in whole or in part, *
  125. * of the IOSv Software or Documentation to any third party for any *
  126. * purposes is expressly prohibited except as otherwise authorized by *
  127. * Cisco in writing. *
  128. **************************************************************************^C
  129. banner login ^C
  130. **************************************************************************
  131. * IOSv is strictly limited to use for evaluation, demonstration and IOS *
  132. * education. IOSv is provided as-is and is not supported by Cisco's *
  133. * Technical Advisory Center. Any use or disclosure, in whole or in part, *
  134. * of the IOSv Software or Documentation to any third party for any *
  135. * purposes is expressly prohibited except as otherwise authorized by *
  136. * Cisco in writing. *
  137. **************************************************************************^C
  138. !
  139. line con 0
  140. exec-timeout 0 0
  141. privilege level 15
  142. logging synchronous
  143. line aux 0
  144. exec-timeout 0 0
  145. privilege level 15
  146. logging synchronous
  147. line vty 0 4
  148. login
  149. transport input none
  150. !
  151. no scheduler allocate
  152. !
  153. end
Add Comment
Please, Sign In to add comment