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. !

Cisco路由器配置ADSL上网的更多相关文章

  1. cisco路由器配置教程

    配置cisco路由器 经过几十年的发展,从最初的只有四个节点的ARPANET发展到现今无处不在的Internet,计算机网络已经深入到了我们生活当中.随着计算机网络规模的爆炸性增长,作为连接设备的路由 ...

  2. cisco 2901 配置拨号上网

    1.输入en,然后输入密码确认后按conf t2.Router(config)# vpdn enable        interface dialer 1   // 进入拨号器13.Router(c ...

  3. Cisco路由器配置基本命令

    特权模式:enable Router1 # show running-config Router1 # show ip route Router # show ip interface brief S ...

  4. 路由与交换,cisco路由器配置,动态路由协议—RIP

    一.动态路由协议分类 动态路由协议包括IGP(内部网关协议)和EGP(外部网关协议). 1.IGP IGP又包括距离向量路由协议和链路状态路由协议. (1)距离向量路由协议典型代表:RIP (2)链路 ...

  5. 路由与交换,cisco路由器配置,浮动静态路由

    设置浮动静态路由的目的就是为了防止因为一条线路故障而引起网络故障.言外之意就是说浮动静态路由实际上是主干路由的备份.例如下图: 假如我们设路由器之间的串口(seria)为浮动静态路由(管理距离为100 ...

  6. 路由与交换,cisco路由器配置,静态路由

    网络是一个大型的拓扑结构,在路由表中,最重要的是管理距离和度量值 管理距离 管理距离用来确定路由的优先级.管理距离的范围是0-255之间的整数值.值越低代表优先级越高.0代表最高优先级.并且只有直连路 ...

  7. 路由与交换,cisco路由器配置,基础知识点(二)

    1.进退用户/特权/全局模式 (1)从用户模式进入特权模式 enable (2)从特权模式进入全局配置模式 configure terminal (3)从其他模式回到特权模式 end (4)从特权模式 ...

  8. 路由与交换,cisco路由器配置,基础知识点(一)

    基础知识点 1.路由器与交换机端口初始化区别 路由器的所有接口默认都是关闭的 交换机的所有接口默认都是打开的 2.路由器 fastEthernet 端口 fastEthernet 0/0 第一个0代表 ...

  9. 关于cisco路由器配置的一些参数

    单臂路由设置 Switch(config-if)#no switchport Switch(config)#ip routingSwitch(config)#interface FastEtherne ...

随机推荐

  1. [转]How can I get my webapp's base URL in ASP.NET MVC

    本文转自:http://stackoverflow.com/questions/1288046/how-can-i-get-my-webapps-base-url-in-asp-net-mvc May ...

  2. MSSQLServer知识点总结:DDL(create,alter,drop,declare)-未完整

    一.开发环境 Window10 二.开发工具 SQLServer2012 三.数据库的操作 1.创建 (1)方式一:使用默认的配置信息 create database T_mydb2 (2)方式二:自 ...

  3. 安装ipython notebook及基本命令(快捷键)

    转载自:http://121.42.47.99/yuenshome/wordpress/?p=2622 目前基本上是Pycharm和ipython notebook结合起来做东西,ipython no ...

  4. NX自动出图 发布啦

    经过4个月的努力,终于面世啦!!!!1.安装文件 :http://yunpan.cn/Q49TWSJmy2i5Z    请下载后,按照“安装说明.txt ”进行安装!2.学习视频:http://yun ...

  5. java 物理分页和逻辑分页

    A.逻辑分页利用游标分页,好处是所有数据库都统一,坏处就是效率低.1.逻辑分页的第一种方式,利用ResultSet的滚动分页.这种分页方式依靠的是对结果集的算法来分页,因此通常被称为“逻辑分页”.步骤 ...

  6. 对Oracle 、SQL Server、MySQL、PostgreSQL数据库优缺点分析

    对Oracle .SQL Server.MySQL.PostgreSQL数据库优缺点分析 Oracle Database Oracle Database,又名Oracle RDBMS,或简称Oracl ...

  7. ci框架中model简单的mysql操作

    <?php class SingerModel extends CI_Model { function SingerModel() { //会将数据库对象赋值给CI_Controller的db属 ...

  8. Xilinx FPGA编程技巧之常用时序约束详解

    1.   基本的约束方法 为了保证成功的设计,所有路径的时序要求必须能够让执行工具获取.最普遍的三种路径为: 输入路径(Input Path),使用输入约束 寄存器到寄存器路径(Register-to ...

  9. LockDemo 锁对象

    class Resource { private boolean flag = false; private String name; private int count; //资源锁 Lock lo ...

  10. HDU_1074_Doing Homework_状态压缩dp

    链接:http://acm.hdu.edu.cn/showproblem.php?pid=1074 Doing Homework Time Limit: 2000/1000 MS (Java/Othe ...