Have we found the answer for this yet? Sent from my iPhone
On 08/05/2012, at 9:06 PM, "[email protected]" <[email protected]> wrote: > > > here a configuration recovered from one of the first ipexpert volume 2 > > > > > > Configurations: > > R1: > ---------------------------------------------------------------------- > interface Dialer1 > encapsulation ppp > ip address negotiated > dialer pool 12 > dialer persistent > ip mtu 1492 > no shutdown > ! > interface FastEthernet0/0 > no ip address > pppoe-client dial-pool-number 12 > no shutdown > ! > router ospf 1 > network 0.0.0.0 0.0.0.0 area 0 > ! > > R2: > ---------------------------------------------------------------------- > bba-group pppoe global > virtual-template 12 > ! > ip local pool R1 12.12.12.100 12.12.12.100 > ! > > interface virtual-template1 > encapsulation ppp > ip address 12.12.12.2 255.255.255.0 > peer default ip address pool R1 > ! > interface GigabitEthernet0/0 > no ip address > pppoe enable group global > no shutdown > ! > router ospf 1 > network 12.12.12.0 0.0.0.255 area 0 > > > > > R1#show ip ospf neighbor > > Neighbor ID Pri State Dead Time Address > Interface > 12.12.12.2 0 FULL/ - 00:00:22 12.12.12.2 > Dialer1 > > > > Tp ypur router The problem of using ip address negotiated on the PPPoE > client side is that it will > use IPCP to negotiate the IP address and will always install the PPPoE > Server's IP address > and its own IP address as /32 routes. > in RIP you can resolve this issue using interface command > "no validate-update-source".. > > If you can switch by dhcp and then -ip add dhcp- under client and peer > default ip address dhcp under virtual-template > IP negotiation will follow dhcp's rule and you will have correct mask. > > On Mon, May 7, 2012, at 09:45 PM, naveen bhat wrote: >> >> Hi, >> >> >> >> >> >> I am trying to run OSPF over PPoE but it's not comming up .Here is the >> server/client config. Tried to change the OSPF network type to >> point-to-point but still same issue. As per the debug the two ends are >> complaning about not being on the same subnet and at the same time i can >> ping othe other side. >> >> >> R4# >> vpdn enable >> bba-group pppoe cisco >> virtual-template 1 >> >> username R3 password 0 cisco >> interface FastEthernet0/0 >> no ip address >> duplex auto >> speed auto >> pppoe enable group cisco >> interface Virtual-Template1 >> ip address 23.23.34.4 255.255.255.0 >> peer default ip address pool PPoE >> ppp authentication chap >> >> ip local pool PPoE 23.23.34.3 >> >> R3# >> interface FastEthernet0/1 >> no ip address >> duplex auto >> speed auto >> pppoe enable group cisco >> pppoe-client dial-pool-number 1 >> >> interface Dialer1 >> ip address negotiated >> ip mtu 1492 >> encapsulation ppp >> dialer pool 1 >> dialer persistent >> ppp authentication chap callin >> ppp chap password 0 cisco >> >> R3#debug ip ospf adj >> OSPF adjacency events debugging is on >> R3# >> *Apr 1 17:10:46.111: OSPF: Rcv pkt from 23.23.34.4, Dialer1, area >> 0.0.0.2 : src not on the same network >> R3# >> *Apr 1 17:10:50.242: OSPF: Rcv pkt from 23.23.34.4, Dialer1, area >> 0.0.0.2 : src not on the same network >> R3# >> *Apr 1 17:10:56.111: OSPF: Rcv pkt from 23.23.34.4, Dialer1, area >> 0.0.0.2 : src not on the same network >> R3#pi 23.23.34.4 >> Type escape sequence to abort. >> Sending 5, 100-byte ICMP Echos to 23.23.34.4, timeout is 2 seconds: >> !!!!! >> Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms >> >> >> Thanks, >> _______________________________________________ >> For more information regarding industry leading CCIE Lab training, please >> visit www.ipexpert.com >> >> Are you a CCNP or CCIE and looking for a job? Check out >> www.PlatinumPlacement.com >> >> http://onlinestudylist.com/mailman/listinfo/ccie_rs > -- > This message is intended for the individual(s) to whom it is addressed and > may contain information that is privileged or confidential. > If you are not the addressee you must not read,use or disclose the contents > of this email. > Whilst all reasonable care has been taken to avoid the transmission of > viruses, the recipient should carry out virus and other checks, > as they consider appropriate. > Myself accepts no responsibility in this regard. > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com > > http://onlinestudylist.com/mailman/listinfo/ccie_rs _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com http://onlinestudylist.com/mailman/listinfo/ccie_rs
