PPPoE has always been a key point in vro settings. Today, we will analyze and introduce the PPPoE setting process on the 2600 router. First, we will take a look at the configured network environment based on the network topology, and then parse the specific code.
2600 the topology of the PPPoE configuration on the vroppis as follows:
2600 vropppppoe setting command:
- 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 the PPPoE configuration of the vroppis complete.