请教熟悉cisco高级路由的来,PPOE在路由器上的配置过程,最好写点命令。

来源:百度知道 编辑:UC知道 时间:2024/05/22 16:09:07
请教熟悉cisco高级路由的来,PPOE在路由器上的配置过程!写点命令最好啦!在这过程中得注意些什么?谢谢!

我发过这样的配置的
vpdn enable
vpdn-group office
request-dialin
protocol pppoe

interface Ethernet1

no ip address
pppoe enable
pppoe-client dial-pool-number 1

interface Dialer1

ip address negotiated
ip mtu 1492
ip tcp adjust-mss 1452
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username xxxxxxx password 0 yyyyyyy

interface Ethernet0

ip address 10.1.1.1 255.255.255.0

ip nat inside

ip dhcp excluded-address 10.1.1.1

access-list 1 permit 10.1.1.0 0.0.0.255

ip nat inside source list 1 interface Dialer1 overload

ip route 0.0.0.0 0.0.0.0 Dialer1

大体上就这些 有需要的话可以再往上加

需要注意的地方是设置MTU 否则容易出现问题