Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. no service password-encryption
  2. !
  3. hostname ISP
  4. !
  5. !
  6. !
  7. enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
  8. !
  9. !
  10. !
  11. !
  12. !
  13. !
  14. ip cef
  15. ipv6 unicast-routing
  16. !
  17. no ipv6 cef
  18. !
  19. !
  20. !
  21. !
  22. license udi pid CISCO2911/K9 sn FTX1524I5NV
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. no ip domain-lookup
  33. !
  34. !
  35. spanning-tree mode pvst
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. interface GigabitEthernet0/0
  43. description TO_R9
  44. ip address 193.49.34.254 255.255.255.0
  45. duplex auto
  46. speed auto
  47. ipv6 address 2A00:CFC:3A9E:8765::2/64
  48. ipv6 address 2A00:CAFE:9881:EC00::1/56
  49. ipv6 enable
  50. !
  51. interface GigabitEthernet0/1
  52. description TO_SW5
  53. ip address 129.168.20.126 255.255.255.192
  54. duplex auto
  55. speed auto
  56. ipv6 address 2A00:CFC:2A3B:5::1/64
  57. ipv6 enable
  58. !
  59. interface GigabitEthernet0/2
  60. description TO_SW4
  61. ip address 176.0.0.210 255.255.255.252
  62. duplex auto
  63. speed auto
  64. ipv6 address 2A00:CFC:2A3B:6::1/64
  65. ipv6 enable
  66. !
  67. interface Serial0/3/0
  68. ip address 193.49.35.254 255.255.255.252
  69. ipv6 address 2A00:CAFF:9881:EDFF::2/64
  70. clock rate 2000000
  71. !
  72. interface Serial0/3/1
  73. no ip address
  74. clock rate 2000000
  75. !
  76. interface Vlan1
  77. no ip address
  78. shutdown
  79. !
  80. ip classless
  81. ip route 10.0.0.0 255.255.255.0 191.0.0.201
  82. ip route 172.16.0.128 255.255.255.252 191.0.0.201
  83. ip route 192.168.1.0 255.255.255.0 191.0.0.201
  84. ip route 192.168.2.0 255.255.255.0 191.0.0.201
  85. ip route 192.168.3.0 255.255.255.0 191.0.0.201
  86. ip route 192.168.4.0 255.255.255.0 191.0.0.201
  87. ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
  88. ip route 192.1.60.0 255.255.254.0 193.49.35.253
  89. !
  90. ip flow-export version 9
  91. !
  92. ipv6 route ::/0 2A00:CFC:3A9E:8765::1
  93. ipv6 route 2A00:CAFE:30::/48 Serial0/3/0
  94. !
  95. !
  96. no cdp run
  97. !
  98. banner motd ^CWarning - This is a private system! Logoff!!!^^C
  99. !
  100. !
  101. !
  102. !
  103. !
  104. line con 0
  105. exec-timeout 0 0
  106. password 7 0822455D0A16
  107. logging synchronous
  108. login
  109. !
  110. line aux 0
  111. !
  112. line vty 0 4
  113. password 7 0822455D0A16
  114. logging synchronous
  115. login
  116. line vty 5 15
  117. password 7 0822455D0A16
  118. logging synchronous
  119. login
  120. !
  121. !
  122. !
  123. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement