思科路由器如何设置宽带拨号
发布网友
发布时间:2022-05-01 07:29
我来回答
共3个回答
热心网友
时间:2022-06-26 02:49
首先在以太网口启用PPPoE
int f0/1
pppoe enable group global
pppoe-client dial-pool-number 1
然后配置拨号虚拟端口
int dialer0
ip add negotiated
encap ppp
dialer pool 1
dialer-group 1
ppp auth chap callin
ppp chap hostname 帐号
ppp chap password 密码
热心网友
时间:2022-06-26 02:50
长这么大还没用过思科的设备,汗···
热心网友
时间:2022-06-26 02:50
这个怎么样 实打实的PPPOE拨号sh run 分给我把,也算我配出来给你的辛苦钱
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
interface Ethernet0/0
no ip address
full-plex
pppoe enable
pppoe-client dial-pool-number 1
!
interface Ethernet0/1
ip address 10.0.0.254 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
full-plex
no cdp enable
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 2
no cdp enable
ppp authentication pap callin
ppp pap sent-username fmapdof password 0 f535120
!
ip nat inside source list 1 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1 permanent
!
access-list 1 permit any
dialer-list 2 protocol ip permit