Advertisement
Guest User

Cisco 877 Config

a guest
Apr 29th, 2013
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 2400 bytes
  4. !
  5. version 15.0
  6. no service pad
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname modem
  12. !
  13. boot-start-marker
  14. boot system flash:/c870-advsecurityk9-mz.150-1.XA5.bin
  15. boot-end-marker
  16. !
  17. !
  18. no aaa new-model
  19. clock timezone que 10
  20. !
  21. !
  22. dot11 syslog
  23. no ip source-route
  24. !
  25. !
  26. ip cef
  27. ip domain name modem.local
  28. ip name-server 8.8.8.8
  29. ip name-server 8.8.4.4
  30. !
  31. !
  32. !
  33. !
  34. archive
  35. log config
  36. hidekeys
  37. username **** privilege 15 secret 5 ****
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. interface ATM0
  48. no ip address
  49. no ip unreachables
  50. no atm ilmi-keepalive
  51. !
  52. interface ATM0.1 point-to-point
  53. description tpg
  54. pvc 8/35
  55. pppoe-client dial-pool-number 1
  56. !
  57. !
  58. interface FastEthernet0
  59. !
  60. interface FastEthernet1
  61. !
  62. interface FastEthernet2
  63. !
  64. interface FastEthernet3
  65. !
  66. interface Vlan1
  67. ip address 10.0.0.1 255.0.0.0
  68. no ip redirects
  69. no ip unreachables
  70. no ip proxy-arp
  71. ip nat inside
  72. ip virtual-reassembly
  73. ip tcp adjust-mss 1460
  74. !
  75. interface Dialer0
  76. ip address negotiated
  77. no ip redirects
  78. no ip unreachables
  79. no ip proxy-arp
  80. ip mtu 1460
  81. ip nat outside
  82. ip virtual-reassembly
  83. encapsulation ppp
  84. dialer pool 1
  85. dialer-group 1
  86. ppp authentication chap callin
  87. ppp chap hostname ****@clubtelco.com
  88. ppp chap password 0 ****
  89. !
  90. no ip forward-protocol nd
  91. no ip http server
  92. no ip http secure-server
  93. !
  94. ip nat inside source static tcp 10.0.0.3 1723 interface Dialer0 1723
  95. ip nat inside source list 1 interface Dialer0 overload
  96. ip route 0.0.0.0 0.0.0.0 Dialer0
  97. !
  98. access-list 1 permit 10.0.0.0 0.0.0.255
  99. ip access-list extended vty
  100. permit tcp 10.0.0.0 0.0.0.255 any eq 22
  101. deny ip any any log
  102. !
  103. logging trap debugging
  104. logging 10.0.0.3
  105. !
  106. !
  107. !
  108. !
  109. control-plane
  110. !
  111. !
  112. line con 0
  113. no modem enable
  114. line aux 0
  115. line vty 0 4
  116. access-class vty in
  117. privilege level 2
  118. login local
  119. transport input ssh
  120. !
  121. scheduler max-task-time 5000
  122. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement