Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Router#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 1384 bytes
  5. !
  6. ! Last configuration change at 09:36:56 UTC Sun Nov 23 2014
  7. !
  8. version 15.5
  9. service timestamps debug datetime msec
  10. service timestamps log datetime msec
  11. no service password-encryption
  12. !
  13. hostname Router
  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. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. ip dhcp pool R3LAN
  33. network 192.168.30.0 255.255.255.0
  34. !
  35. !
  36. !
  37. no ip domain lookup
  38. ip cef
  39. no ipv6 cef
  40. !
  41. multilink bundle-name authenticated
  42. !
  43. !
  44. !
  45. license udi pid CISCO1941/K9 sn FTX1550848H
  46. license accept end user agreement
  47. license boot module c1900 technology-package securityk9
  48. !
  49. !
  50. !
  51. redundancy
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. interface Embedded-Service-Engine0/0
  68. no ip address
  69. shutdown
  70. !
  71. interface GigabitEthernet0/0
  72. ip address 192.168.30.1 255.255.255.0
  73. duplex auto
  74. speed auto
  75. !
  76. interface GigabitEthernet0/1
  77. no ip address
  78. shutdown
  79. duplex auto
  80. speed auto
  81. !
  82. interface Serial0/0/0
  83. ip address 10.2.2.1 255.255.255.252
  84. ip helper-address 10.2.2.2
  85. !
  86. interface Serial0/0/1
  87. ip address 10.2.2.1 255.255.255.0
  88. shutdown
  89. clock rate 2000000
  90. !
  91. ip forward-protocol nd
  92. !
  93. no ip http server
  94. no ip http secure-server
  95. !
  96. !
  97. !
  98. !
  99. !
  100. control-plane
  101. !
  102. !
  103. !
  104. line con 0
  105. line aux 0
  106. line 2
  107. no activation-character
  108. no exec
  109. transport preferred none
  110. transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
  111. stopbits 1
  112. line vty 0 4
  113. login
  114. transport input none
  115. !
  116. scheduler allocate 20000 1000
  117. !
  118. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement