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

ISP with vlan id , cannot dialup

hengyizhi
Level 1
Level 1
I use cisco 1921 k9 , made a pppoe setting, here the problem , my ISP come with a vlan ID :620, where should i input this vaule?
1 Reply 1

thiru.vel10
Level 1
Level 1

HI,

 

Create Sub-interface  with VLAN tag where the IPS modem/Device is connected  and then configure the Dialer interface with PPPOE setting.

 

Example:

Interface Gig 0/0 or 0/1

no ip address

 duplex auto

 speed auto

 

!

interface Gig0/0.620

 encapsulation dot1Q 620

 pppoe enable group global

 pppoe-client dial-pool-number 1

end

 

interface Dialer0

ip address  xxxxxxxxxxxx

 ip mtu 1492

 ip nat enable

 encapsulation ppp

 ip tcp adjust-mss 1452

 dialer pool 1

 dialer-group 1

 ppp authentication pap chap callin

 ppp chap hostname  ( Username)

 ppp chap password ( password)

 ppp pap sent-username ( Username) password 7 (Password)

end

Review Cisco Networking for a $25 gift card