<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Example Configurations for PPP over Ethernet (PPPoE)</title>
	<atom:link href="http://blog.internetworkexpert.com/2008/01/20/example-configurations-for-ppp-over-ethernet-pppoe/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.internetworkexpert.com/2008/01/20/example-configurations-for-ppp-over-ethernet-pppoe/</link>
	<description>Helping you become a Cisco Certified Internetwork Expert</description>
	<pubDate>Fri, 05 Sep 2008 15:05:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Saptanshu</title>
		<link>http://blog.internetworkexpert.com/2008/01/20/example-configurations-for-ppp-over-ethernet-pppoe/#comment-1216</link>
		<dc:creator>Saptanshu</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.internetworkexpert.com/2008/01/20/example-configurations-for-ppp-over-ethernet-pppoe/#comment-1216</guid>
		<description>Hi Brian,

But in that case server will not be able to ping its own interface. To ping own interface of server 

*** Server ***

ip dhcp excluded-address 191.1.45.1 190.12.45.3
!
ip dhcp pool MYPOOL
 network 191.1.45.0 255.255.255.0
!
vpdn enable
!
vpdn-group CISCO
 accept-dialin
 protocol pppoe
 virtual-template 1
!
interface Ethernet0/0
 ip address 191.1.45.5 255.255.255.0
 pppoe enable
!
interface Virtual-Template1
ip unnumbered e0/0
 peer default ip address dhcp-pool MYPOOL

Please correct if i am wrong.
In Lab do we need to ping own interface of server in VPDN's.

Regards
Saptanshu</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>But in that case server will not be able to ping its own interface. To ping own interface of server </p>
<p>*** Server ***</p>
<p>ip dhcp excluded-address 191.1.45.1 190.12.45.3<br />
!<br />
ip dhcp pool MYPOOL<br />
 network 191.1.45.0 255.255.255.0<br />
!<br />
vpdn enable<br />
!<br />
vpdn-group CISCO<br />
 accept-dialin<br />
 protocol pppoe<br />
 virtual-template 1<br />
!<br />
interface Ethernet0/0<br />
 ip address 191.1.45.5 255.255.255.0<br />
 pppoe enable<br />
!<br />
interface Virtual-Template1<br />
ip unnumbered e0/0<br />
 peer default ip address dhcp-pool MYPOOL</p>
<p>Please correct if i am wrong.<br />
In Lab do we need to ping own interface of server in VPDN&#8217;s.</p>
<p>Regards<br />
Saptanshu</p>
]]></content:encoded>
	</item>
</channel>
</rss>
