1. cisco1841#sh run
  2. Building configuration...
  3. Current configuration : 2970 bytes
  4. !
  5. version 12.4
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. service dhcp
  10. !
  11. hostname cisco1841
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. logging buffered 51200 warnings
  17. !
  18. no aaa new-model
  19. !
  20. resource policy
  21. !
  22. mmi polling-interval 60
  23. no mmi auto-configure
  24. no mmi pvc
  25. mmi snmp-timeout 180
  26. ip subnet-zero
  27. ip cef
  28. !
  29. !
  30. ip dhcp database 123
  31. no ip dhcp use vrf connected
  32. ip dhcp excluded-address 192.168.1.1
  33. ip dhcp ping packets 0
  34. !
  35. ip dhcp pool 123
  36. network 192.168.1.0 255.255.255.0
  37. default-router 192.168.1.1
  38. dns-server 202.106.0.20 202.106.46.151
  39. !
  40. !
  41. no ip domain lookup
  42. ip domain name yourdomain.com
  43. ip dhcp-server 192.168.1.1
  44. vpdn enable
  45. vpdn ip udp ignore checksum
  46. !
  47. vpdn-group pppoe
  48. request-dialin
  49. protocol pppoe
  50. !
  51. !
  52. username cisco privilege 15 secret 5 $1$ZKUk$YoVcdG31aDaIAn/mdK9qL0
  53. !
  54. !
  55. !
  56. interface FastEthernet0/0
  57. description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
  58. ip address 192.168.1.1 255.255.255.0
  59. ip access-group 100 in
  60. ip nat inside
  61. duplex auto
  62. speed auto
  63. !
  64. interface FastEthernet0/1
  65. no ip address
  66. duplex auto
  67. speed auto
  68. pppoe enable
  69. pppoe-client dial-pool-number 1
  70. !
  71. interface Dialer1
  72. ip address negotiated
  73. ip access-group 100 in
  74. ip mtu 1492
  75. ip nat outside
  76. encapsulation ppp
  77. dialer pool 1
  78. dialer vpdn
  79. dialer-group 1
  80. no cdp enable
  81. ppp pap sent-username 1234567 password 0 1234567
  82. !
  83. ip classless
  84. ip route 0.0.0.0 0.0.0.0 Dialer1
  85. !
  86. no ip http server
  87. ip http authentication local
  88. ip http timeout-policy idle 5 life 86400 requests 10000
  89. ip nat inside source list 1 interface Dialer1 overload
  90. !
  91. access-list 1 permit any
  92. access-list 100 deny
  93. access-list 100 deny
  94. access-list 100 permit ip any any
  95. dialer-list 1 protocol ip permit
  96. !
  97. control-plane
  98. !

最新文章

  1. Linux下用ftp更新web内容!
  2. 运行Appium碰到的坑们
  3. 图片_ _优化Bitmap加载图片1
  4. OpenERP 安装在Windows server上时间显示不对的解决办法
  5. 如何让Div层悬浮在Flash Object对象之上(转载)
  6. 如何得到UBUNTU源代码
  7. win2012中添加架构FTP服务器
  8. 201521123033《Java程序设计》第9周学习总结
  9. echarts 移动端地图数据可视化教程
  10. 第五章:shiro密码加密
  11. Java版InfluxDB工具类
  12. nginx日志相关的查询
  13. IPMI无法执行命令
  14. 在Java中,以下关于方法重载和方法重写描述正确的是?
  15. POI中文API文档
  16. python 装饰器和软件目录规范一
  17. Android 编译系统的组成
  18. javascript第四节
  19. Tuxedo 通讯方式解析
  20. Flutter实战视频-移动电商-14.首页_url_launcher一键拨打店长电话

热门文章

  1. A8ERP配送管理系统
  2. JavaScript(十一)Dom
  3. DecorView 的创建
  4. 北大ACM(POJ1020-Anniversary Cake)
  5. 【sqli-labs】 less61 GET -Challenge -Double Query -5 queries allowed -Variation4 (GET型 挑战 双查询 只允许5次查询 变化4)
  6. CAD多个点构造选择集(网页版)
  7. 易忘小技巧--yum
  8. 数据导出为Excel(未完)
  9. 个人Linux(ubuntu)使用记录——远程访问linux
  10. Crossword Answers UVA - 232