Advertisement
Guest User

RC1

a guest
Apr 26th, 2019
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. Current configuration : 1563 bytes
  2. !
  3. ! Last configuration change at 11:51:17 UTC Fri Apr 26 2019
  4. version 15.2
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. no service password-encryption
  8. !
  9. hostname cgn-rc1
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. !
  15. enable secret 5 $1$Z0/3$Nr3iizJNGa8AsxSqY6TgS.
  16. !
  17. no aaa new-model
  18. !
  19. !
  20. ip cef
  21. !
  22. !
  23. !
  24. !
  25.  
  26.  
  27. !
  28. !
  29. !
  30. !
  31. ipv6 unicast-routing
  32. ipv6 cef
  33. !
  34. !
  35. multilink bundle-name authenticated
  36. license udi pid C892FSP-K9 sn FCZ1917C10L
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. lldp run
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. interface GigabitEthernet0
  55. no ip address
  56. shutdown
  57. !
  58. interface GigabitEthernet1
  59. description cgn-sj1
  60. no ip address
  61. shutdown
  62. !
  63. interface GigabitEthernet2
  64. no ip address
  65. shutdown
  66. !
  67. interface GigabitEthernet3
  68. no ip address
  69. shutdown
  70. !
  71. interface GigabitEthernet4
  72. no ip address
  73. shutdown
  74. !
  75. interface GigabitEthernet5
  76. no ip address
  77. shutdown
  78. !
  79. interface GigabitEthernet6
  80. no ip address
  81. shutdown
  82. !
  83. interface GigabitEthernet7
  84. no ip address
  85. shutdown
  86. !
  87. interface GigabitEthernet8
  88. description cgn-rj2
  89. ip address 10.12.1.1 255.255.255.0
  90. duplex auto
  91. speed auto
  92. ipv6 address FC00:470:525B:FC01::1/64
  93. !
  94. interface GigabitEthernet9
  95. description cgn-sc1
  96. ip address 10.12.0.1 255.255.255.0
  97. duplex auto
  98. speed auto
  99. ipv6 address FC00:470:525B:FC00::1/64
  100. !
  101. interface Vlan1
  102. no ip address
  103. !
  104. ip forward-protocol nd
  105. no ip http server
  106. no ip http secure-server
  107. !
  108. !
  109. !
  110. no cdp run
  111. !
  112. !
  113. control-plane
  114. !
  115. !
  116. !
  117. line con 0
  118. exec-timeout 0 0
  119. no modem enable
  120. line aux 0
  121. line vty 0 4
  122. login
  123. transport input all
  124. line vty 5 15
  125. login
  126. transport input none
  127. !
  128. scheduler allocate 20000 1000
  129. !
  130. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement