cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5059
Views
0
Helpful
1
Replies

BRAS Configuration

FastIraq
Level 1
Level 1

Hi,


 


I am trying to Configure ASR 1002 to act as PPPOE over Ethernet Aggregation, I have attached Show verion and below Partial configuration:


 


there are some commands that are not being accepted in the virtual-templet 1 see below.


 





<SPAN style="FONT-SIZE: 8pt" mcestyle="font-size: 8pt;">

peer default ip address pool pool1


ppp authentication pap chap ms-chap


ppp ipcp dns 8.8.8.8


 


 


 


Partial Configurations:


 


 


vpdn enable
!
vpdn-group pppoe
 ! Default L2TP VPDN group
 ! Default PPTP VPDN group
 accept-dialin
  protocol any
  virtual-template 1


bba-group pppoe ****
 virtual-template 1
 sessions per-mac limit 1
 sessions auto cleanup
!
!
interface GigabitEthernet0/0/0
 no ip address
 negotiation auto
!
interface GigabitEthernet0/0/0.406
 encapsulation dot1Q 406
 pppoe enable group ****
!
interface GigabitEthernet0/0/0.2001
 encapsulation dot1Q 2001
 ip address 192.168.200.10 255.255.255.0
!
!
interface GigabitEthernet0/0/2
 no ip address
 negotiation auto
 pppoe enable group Fastiraq
!
interface Virtual-Template1 type ethernet
 ip address 192.168.50.1 255.255.255.0
 ip nat inside


 


and getting hte below error in debug PPPOE output when connecting.


 


PPPoE 59: PPP dynamic bind failure


 


Best Regards,


 


Mohanad


 

1 Reply 1

Manuel Rodriguez
Cisco Employee
Cisco Employee

Hi,

Can you provide a show tech or at least a full config and also the full output of 'debup pppoe even' and 'debug pppoe packet'?

Also, when you say that some commands are not accepted under VTemplate, what is exactly happening? Do you get an error when you try to enter those commands?

Also, you mentioned that you are trying to terminate PPPoE session on the device. However, I see also some VPDN configuration here. Are you intend to do VPDN as well?

Regards.