Advertisement
Guest User

ccna problem

a guest
Jan 23rd, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.25 KB | None | 0 0
  1. Router#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 1419 bytes
  5. !
  6. ! Last configuration change at 06:41:11 UTC Sun Aug 21 2016
  7. version 15.2
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. no service password-encryption
  11. !
  12. hostname Router
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. !
  18. !
  19. no aaa new-model
  20. !
  21. ip cef
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. no ipv6 cef
  29. !
  30. multilink bundle-name authenticated
  31. !
  32. !
  33. !
  34. license udi pid CISCO1941/K9 sn FTX1746Y0D2
  35. !
  36. !
  37. !
  38. redundancy
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. interface Loopback0
  54. ip address 10.0.0.1 255.255.255.0
  55. ipv6 address FE80::1 link-local
  56. ipv6 address 2001:DB8:ACAD:2::1/64
  57. !
  58. interface Embedded-Service-Engine0/0
  59. no ip address
  60. shutdown
  61. !
  62. interface GigabitEthernet0/0
  63. ip address 192.168.0.1 255.255.255.0
  64. duplex auto
  65. speed auto
  66. ipv6 address FE80::1 link-local
  67. ipv6 address 2001:DB8:ACAD::1/64
  68. !
  69. interface GigabitEthernet0/1
  70. ip address 192.168.1.1 255.255.255.0
  71. duplex auto
  72. speed auto
  73. ipv6 address FE80::1 link-local
  74. ipv6 address 2001:DB8:ACAD:1::1/64
  75. !
  76. interface Serial0/0/0
  77. no ip address
  78. shutdown
  79. !
  80. interface Serial0/0/1
  81. ip address 209.165.200.226 255.255.255.252
  82. clock rate 2000000
  83. !
  84. ip forward-protocol nd
  85. !
  86. no ip http server
  87. no ip http secure-server
  88. !
  89. !
  90. !
  91. !
  92. !
  93. control-plane
  94. !
  95. !
  96. !
  97. line con 0
  98. line aux 0
  99. line 2
  100. no activation-character
  101. no exec
  102. transport preferred none
  103. transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
  104. stopbits 1
  105. line vty 0 4
  106. login
  107. transport input all
  108. !
  109. scheduler allocate 20000 1000
  110. !
  111. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement