2600路由器PPPoE設(shè)置的分析
作者:佚名
這里我們對(duì)2600路由器PPPoE設(shè)置的內(nèi)容做了具體的介紹,那么通過(guò)分析和講解,希望大家對(duì)這個(gè)過(guò)程能夠有一個(gè)具體的掌握。下面我們就來(lái)看看詳細(xì)內(nèi)容吧。
在路由器設(shè)置中,PPPoE一直是一個(gè)重點(diǎn)。今天我們就針對(duì)2600路由器PPPoE設(shè)置的過(guò)程進(jìn)行一下分析和介紹。首先我們會(huì)根據(jù)網(wǎng)絡(luò)拓?fù)鋱D,來(lái)了解一下所設(shè)置的網(wǎng)絡(luò)環(huán)境,之后對(duì)于具體代碼在做一個(gè)解析。
2600路由器PPPoE設(shè)置拓?fù)鋱D如下:
2600路由器PPPoE設(shè)置具體命令:
- hostname pooh
- ip host rund 172.17.247.195
- !
- ip subnet-zero
- no ip domain-lookup
- !
- vpdn enable
- no vpdn logging
- !
- vpdn-group 1
- request-dialin
- protocol pppoe
- !
- !
- !
- !
- interface Ethernet0/0
- ip address 10.200.56.22 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 cisco password cisco1
- !
- 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 10.200.56.0 0.0.0.255
- !
- line con 0
- exec-timeout 0 0
- transport input none
- line vty 0 4
- login
- password ww
- !
- end
2600路由器PPPoE設(shè)置完畢。
責(zé)任編輯:佟健
來(lái)源:
IT實(shí)驗(yàn)室