2600路由器PPPoE設置的分析
作者:佚名
這里我們對2600路由器PPPoE設置的內容做了具體的介紹,那么通過分析和講解,希望大家對這個過程能夠有一個具體的掌握。下面我們就來看看詳細內容吧。
在路由器設置中,PPPoE一直是一個重點。今天我們就針對2600路由器PPPoE設置的過程進行一下分析和介紹。首先我們會根據網絡拓撲圖,來了解一下所設置的網絡環境,之后對于具體代碼在做一個解析。
2600路由器PPPoE設置拓撲圖如下:
2600路由器PPPoE設置具體命令:
- 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設置完畢。
責任編輯:佟健
來源:
IT實驗室