Re: RFC1483 Bridging

From: Anbu <ksanpu_at_gmail.com>
Date: Thu, 20 May 2010 09:26:22 +0530

HI

It is the working config same as your situation , it is configured in a 871
router with DLink Router as a modem.

interface FastEthernet4

 no ip address
 duplex auto
 speed auto
 pppoe enable group global
 pppoe-client dial-pool-number 1
!
interface Vlan1
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
interface Dialer1
 ip address negotiated
 ip mtu 1492

 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 ppp authentication pap callin
 ppp pap sent-username ********** password *********

!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip nat inside source list 1 interface Dialer1 overload
!
access-list 1 permit 192.168.1.0 0.0.0.255
!

HTH,
Anbu

Blogs and organic groups at http://www.ccie.net
Received on Thu May 20 2010 - 09:26:22 ART

This archive was generated by hypermail 2.2.0 : Tue Jun 01 2010 - 07:09:53 ART