cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
320
Views
0
Helpful
3
Replies

PPPOE configuration on asr9k

saahiprahi
Level 1
Level 1

Team,,

We need to do below similar configuration of ASR1002 in our new ASR9001 please support

ip dhcp pool PDY-3
network 30.23.0.0 255.255.0.0
default-router 30.23.2.1
dns-server 8.8.8.8 4.2.2.2

bba-group pppoe PDY-3
virtual-template 3
sessions per-mac limit 1
sessions auto cleanup

interface TenGigabitEthernet0/3/0.604
description #PDY_PPPOE_VLAN604#
encapsulation dot1Q 604
ip access-group 181 in
ip access-group 181 out
pppoe enable group VLAN604
pppoe max-sessions 500

interface Virtual-Template604
description #PONDY_PPPOE#
mtu 1492
ip unnumbered TenGigabitEthernet0/3/0.604
no ip redirects
ip nat inside
ip access-group 181 in
ip access-group 181 out
peer default ip address dhcp-pool PDY-4
keepalive 12
ppp authentication pap
ip virtual-reassembly

access-list 13 permit 30.23.0.0 0.0.255.255

 

3 Replies 3

saahiprahi
Level 1
Level 1

Team,,

We need to do below similar configuration of ASR1002 in our new ASR9001 please support

ip dhcp pool PDY-3
network 30.23.0.0 255.255.0.0
default-router 30.23.2.1
dns-server 8.8.8.8 4.2.2.2

bba-group pppoe PDY-3
virtual-template 3
sessions per-mac limit 1
sessions auto cleanup

interface TenGigabitEthernet0/3/0.604
description #PDY_PPPOE_VLAN604#
encapsulation dot1Q 604
ip access-group 181 in
ip access-group 181 out
pppoe enable group VLAN604
pppoe max-sessions 500

interface Virtual-Template604
description #PONDY_PPPOE#
mtu 1492
ip unnumbered TenGigabitEthernet0/3/0.604
no ip redirects
ip nat inside
ip access-group 181 in
ip access-group 181 out
peer default ip address dhcp-pool PDY-4
keepalive 12
ppp authentication pap
ip virtual-reassembly

access-list 13 permit 30.23.0.0 0.0.255.255

May it was not clear (to me i guess) what you looking PPPOE client or you looking to offer PPPOE Services ?

https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/bng/command/reference/b-bng-cr-asr9k/b-bng-cr-asr9k_chapter_010000.html

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hi Balaji, 

i'm looking for PPPOE configuration. 

we planning to migrate from CISCO ASR1001x to ASR9001 

nat inside and nat outside configuration are not available in ASR9001

 

interface Virtual-Template604
description #PONDY_PPPOE#
mtu 1492
ip unnumbered TenGigabitEthernet0/3/0.604
no ip redirects
ip nat inside
ip access-group 181 in
ip access-group 181 out
peer default ip address dhcp-pool PDY-4
keepalive 12
ppp authentication pap
ip virtual-reassembly