06-12-2017 08:08 PM - edited 03-05-2019 08:41 AM
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?
06-12-2017 11:02 PM
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...
06-13-2017 12:22 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide