Advertisement
Guest User

Untitled

a guest
Aug 15th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. Building configuration...
  2.  
  3.  
  4. Current configuration : 1713 bytes
  5. !
  6. version 12.4
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname CoreRouter
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. no aaa new-model
  18. dot11 syslog
  19. !
  20. !
  21. ip cef
  22. !
  23. !
  24. !
  25. multilink bundle-name authenticated
  26. !
  27. !
  28. voice-card 0
  29. no dspfarm
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. username admin privilege 15 secret 5 $1$M6fZ$TDpU3j4kbBqI9ZE1Nrv9e0
  51. archive
  52. log config
  53. hidekeys
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. interface FastEthernet0/0
  63. description UPLINK to TEKSAVY
  64. no ip address
  65. ip nat outside
  66. no ip virtual-reassembly
  67. duplex auto
  68. speed auto
  69. pppoe enable group global
  70. pppoe-client dial-pool-number 1
  71. no cdp enable
  72. !
  73. interface FastEthernet0/1
  74. ip address 10.79.0.1 255.255.255.0
  75. ip nat inside
  76. ip virtual-reassembly
  77. duplex auto
  78. speed auto
  79. !
  80. interface Serial0/2/0
  81. no ip address
  82. shutdown
  83. no fair-queue
  84. clock rate 125000
  85. !
  86. interface Serial0/2/1
  87. no ip address
  88. shutdown
  89. clock rate 125000
  90. !
  91. interface Dialer1
  92. ip address negotiated
  93. no ip proxy-arp
  94. ip mtu 1492
  95. ip nat outside
  96. ip virtual-reassembly
  97. encapsulation ppp
  98. ip tcp adjust-mss 1452
  99. no ip mroute-cache
  100. delay 50000
  101. dialer pool 1
  102. dialer-group 1
  103. no cdp enable
  104. ppp authentication chap callin
  105. ppp chap hostname ymca79james@teksavy.com
  106. ppp chap password 0 ymca79Jame5
  107. ppp ipcp dns request accept
  108. ppp ipcp address accept
  109. !
  110. ip forward-protocol nd
  111. ip route 0.0.0.0 0.0.0.0 Dialer1
  112. ip route 10.79.90.0 255.255.255.0 10.79.0.2
  113. !
  114. !
  115. no ip http server
  116. no ip http secure-server
  117. ip nat inside source list 1 interface Dialer1 overload
  118. !
  119. access-list 1 permit 10.0.0.0 0.0.0.255
  120. !
  121. !
  122. !
  123. !
  124. !
  125. !
  126. control-plane
  127. !
  128. !
  129. !
  130. !
  131. !
  132. !
  133. !
  134. !
  135. !
  136. !
  137. line con 0
  138. line aux 0
  139. line vty 0 4
  140. login
  141. !
  142. scheduler allocate 20000 1000
  143. !
  144. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement