Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2021
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. Current configuration : 2873 bytes
  2. !
  3. ! No configuration change since last restart
  4. version 15.1
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. service password-encryption
  8. !
  9. hostname C2900
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. !
  15. security passwords min-length 5
  16. enable secret
  17. !
  18. no aaa new-model
  19. !
  20. !
  21. no ipv6 cef
  22. ip source-route
  23. ip cef
  24. !
  25. !
  26. !
  27. ip dhcp excluded-address 192.168.10.1 192.168.10.10
  28. !
  29. ip dhcp pool LAN
  30. network 192.168.10.0 255.255.255.224
  31. default-router 192.168.10.1
  32. dns-server 1.1.1.1 1.0.0.1
  33. !
  34. !
  35. ip domain name ccsolutionsnm.com
  36. login block-for 60 attempts 3 within 30
  37. !
  38. multilink bundle-name authenticated
  39. !
  40. !
  41. crypto pki token default removal timeout 0
  42. !
  43. !
  44. license udi pid CISCO2901/K9 sn FTX165181A6
  45. license boot module c2900 technology-package securityk9
  46. !
  47. !
  48. username password
  49. !
  50. redundancy
  51. !
  52. !
  53. !
  54. !
  55. ip ssh version 2
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. interface Embedded-Service-Engine0/0
  64. no ip address
  65. shutdown
  66. !
  67. interface GigabitEthernet0/0
  68. no ip address
  69. duplex auto
  70. speed auto
  71. !
  72. interface GigabitEthernet0/0.10
  73. encapsulation dot1Q 10
  74. ip address 192.168.10.1 255.255.255.224
  75. ip nat inside
  76. ip virtual-reassembly in
  77. !
  78. interface GigabitEthernet0/0.20
  79. encapsulation dot1Q 20
  80. ip address 192.168.20.1 255.255.255.224
  81. ip nat inside
  82. ip virtual-reassembly in
  83. !
  84. interface GigabitEthernet0/0.30
  85. encapsulation dot1Q 30
  86. ip address 192.168.30.1 255.255.255.224
  87. ip nat inside
  88. ip virtual-reassembly in
  89. !
  90. interface GigabitEthernet0/0.40
  91. encapsulation dot1Q 40
  92. ip address 192.168.40.1 255.255.255.224
  93. ip nat inside
  94. ip virtual-reassembly in
  95. !
  96. interface GigabitEthernet0/0.50
  97. encapsulation dot1Q 50
  98. ip address 192.168.50.1 255.255.255.224
  99. ip nat inside
  100. ip virtual-reassembly in
  101. !
  102. interface GigabitEthernet0/0.88
  103. encapsulation dot1Q 88
  104. ip address 192.168.88.1 255.255.255.224
  105. !
  106. interface GigabitEthernet0/0.99
  107. encapsulation dot1Q 99 native
  108. !
  109. interface GigabitEthernet0/1
  110. ip address dhcp
  111. ip nat outside
  112. ip virtual-reassembly in
  113. duplex auto
  114. speed auto
  115. !
  116. ip forward-protocol nd
  117. !
  118. no ip http server
  119. no ip http secure-server
  120. !
  121. ip nat inside source list 101 interface GigabitEthernet0/1 overload
  122. !
  123. !
  124. access-list 101 permit ip 192.168.10.0 0.0.0.31 any
  125. !
  126. !
  127. !
  128. !
  129. !
  130. !
  131. control-plane
  132. !
  133. !
  134. !
  135. line con 0
  136. exec-timeout 0 0
  137. password
  138. login
  139. line aux 0
  140. line 2
  141. no activation-character
  142. no exec
  143. transport preferred none
  144. transport input all
  145. transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
  146. stopbits 1
  147. line vty 0 4
  148. exec-timeout 0 0
  149. password login local
  150. transport input ssh
  151. line vty 5 15
  152. exec-timeout 0 0
  153. password login local
  154. transport input ssh
  155. !
  156. scheduler allocate 20000 1000
  157. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement