cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
556
Views
0
Helpful
2
Replies

PPPoE Dialout on 1900 to ISP and send VLAN tag

dino55088
Level 1
Level 1

hi,

have an ethernet router that needs to use PPOoE to connect to ISP with a set  VLAN.

Cannot seem to find any doco on this.

Any help?

2 Replies 2

Hello,

you either need a subinterface on your Ethernet interface, or create a VLAN interface and bind it to a dialer. Post the config of the 1900 you have so far, so we can add the necessary bits and pieces...

vpdn enable
!
vpdn-group 1
!

interface GigabitEthernet0/2.51

desc PPPoE to Telco
encapsulation dot1Q 51
pppoe enable group global
pppoe-client dial-pool-number 1 dial-on-demand

!

!
interface Dialer1
description Dialer Interface
ip address negotiated
no ip redirects
no ip unreachables
ip mtu 1456
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer idle-timeout 2147483
dialer hold-queue 10
dialer-group 1
ppp authentication pap callin
ppp chap refuse
ppp pap sent-username me password 7 11111111111111111111

!

dialer-list prot ip permit

!

ip route 0.0.0.0 0.0.0.0 dialer 1

Review Cisco Networking for a $25 gift card