Sunday, January 17, 2010

PPPoE BBA-GROUP Method Without Authentication

Dear Friends!!!
See Care about Currently we have several Broadband Company providing Internet Access they Configure BBA-GROUP method on Cisco Router In ISP end.
To Configure PPPoE(Point-to-Point Over Ethernet) basically two methods vpnd(virutal private dial-up network) and BBA-Group. Here I perform BBA-Group method on Cisco router In ISP side and Customer Side We have to create dialer Interface that Assign IP address via IPCP method.

Let's we start First See Following Image.





PPPoE provides an emulated (and optionally authenticated) point-to-point link across a shared medium, typically a broadband aggregation network such as those found in DSL service providers. In fact, a very common scenario is to run a PPPoE client on the customer side (commonly on a SOHO Linksys or similar brand router), which connects to and obtains its configuration from the PPPoE server (head-end router) at the ISP side. Note that ATM is typically run between the customer’s modem and the DSLAM, though it will be transparent in this lab since our PPPoE client exists on a separate device.

------------------------ISP--------------------------------------------

Connected to Dynamips VM "PPPoEServer" (ID 3, type c7200) - Console port


ISP>en
ISP#show run
ISP#show running-config
Building configuration...

Current configuration : 906 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ISP
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
bba-group pppoe BSNL_ADSL_BROADBAND
virtual-template 1
sessions per-mac limit 2
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable group BSNL_ADSL_BROADBAND
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Virtual-Template1
ip address 10.0.0.1 255.255.255.0
peer default ip address pool BSNL_POOL
!
ip local pool BSNL_POOL 10.0.0.2 10.0.0.254
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
!
end

ISP#

-----------------CLIENT------------------------------------------------


Connected to Dynamips VM "PPPoEClient" (ID 2, type c7200) - Console port


CLIENT#show run
CLIENT#show running-config
Building configuration...

Current configuration : 769 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CLIENT
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Dialer1
mtu 1942
ip address negotiated
encapsulation ppp
dialer pool 1
!
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
!
end



Thank you,

Regards,
Jignesh

No comments:

Post a Comment