三个cisco 1841 pppoe设置案例(1)
三个cisco 1841 pppoe设置案例(1)
在PPPoE的设置中,我们通常会结合一些路由等设备进行调试。那么这里我们就讲解三个关于cisco 1841 pppoe的设置案例,帮助大家进行一下分析,希望能够给大家提供一下有价值的参考。那么让我们看看具体的内容吧。Cisco1841路由器连接ADSL modem的PPPoE配置。
cisco 1841 pppoe设置案例一
- vpdn enable
- no vpdn logging
- !
- !
- interface Ethernet0/0
- ip address 192.168.0.1 255.255.255.0
- ip nat inside
- no ip mroute-cache
- !
- !
- !
- !
- interface Ethernet0/1
- no ip address
- pppoe enable
- pppoe-client dial-pool-number 1
- !
- interface Dialer1
- ip address negotiated
- ip nat outside
- ip mtu 1492
- encapsulation ppp
- no ip mroute-cache
- dialer pool 1
- dialer-group 1
- ppp authentication pap
- ppp pap sent-username dg48907653@163.gd password xxxxxxxx
- !
- ip classless
- no ip http server
- !
- dialer-list 1 protocol ip permit
- ip nat inside source list 1 interface Dialer1 overload
- ip route 0.0.0.0 0.0.0.0 dialer1
- access-list 1 permit 192.168.0.0 0.0.0.255
- !
- line con 0
- exec-timeout 0 0
- transport input none
- line vty 0 4
- login
- !
- end
评论暂时关闭