<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: multiple pppoe over VLAN in Network Management</title>
    <link>https://community.cisco.com/t5/network-management/multiple-pppoe-over-vlan/m-p/3738812#M126014</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can see that Dialer 2 and 4 are forced to shut down using the "Shutdown" command.&lt;/P&gt;
&lt;PRE&gt;interface Dialer2
 ip address negotiated
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
 &lt;STRONG&gt;no shutdown&lt;/STRONG&gt;
 dialer pool 2
 ppp authentication pap chap callin
 ppp chap hostname ****
 ppp chap password 0 ****
 ppp pap sent-username *** password 0 ****
!
interface Dialer4
 ip address negotiated
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
&lt;STRONG&gt; no shutdown&lt;/STRONG&gt;
 dialer pool 4
 dialer-group 4
 ppp authentication pap chap callin
 ppp chap hostname ***
 ppp chap password 0 ***
 ppp pap sent-username *** password 0 ***
!&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run above-highlighted commands under each dialer interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak Kumar&lt;/P&gt;</description>
    <pubDate>Mon, 05 Nov 2018 03:19:40 GMT</pubDate>
    <dc:creator>Deepak Kumar</dc:creator>
    <dc:date>2018-11-05T03:19:40Z</dc:date>
    <item>
      <title>multiple pppoe over VLAN</title>
      <link>https://community.cisco.com/t5/network-management/multiple-pppoe-over-vlan/m-p/3738752#M126012</link>
      <description>&lt;P&gt;hello all&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have 3 internet connections&amp;nbsp;and i have a 4331 as my router and i have a 3850 as my switch i have connected my internets&amp;nbsp;to my switch and gave them each there own vlan&amp;nbsp;500,501,502 and connected my switch to my router via a trunk link with allows only said VLANs&amp;nbsp;and i have created 3 subinterfaces with the same&amp;nbsp;VLANs on each and configured 3 dialer interfaces but my issue is only one comes up the other two keep restarting how can i fix this issue ?&lt;/P&gt;
&lt;P&gt;this is my switch:&lt;/P&gt;
&lt;PRE&gt;interface GigabitEthernet1/0/37
 switchport access vlan 500
 switchport mode access
 switchport nonegotiate
!
interface GigabitEthernet1/0/38
 switchport access vlan 501
 switchport mode access
 switchport nonegotiate
!
interface GigabitEthernet1/0/39
 switchport access vlan 502
 switchport mode access
 switchport nonegotiate
!
!
interface GigabitEthernet1/0/42
 switchport trunk allowed vlan 500-502
 switchport mode trunk
 switchport nonegotiate
 speed 1000
 duplex full
!  &lt;/PRE&gt;
&lt;P&gt;this is my router :&lt;/P&gt;
&lt;PRE&gt;interface GigabitEthernet0/0/1
 no ip address
 negotiation auto
!
interface GigabitEthernet0/0/1.500
 encapsulation dot1Q 500
 pppoe enable group global
 pppoe-client dial-pool-number 1
!
interface GigabitEthernet0/0/1.501
 encapsulation dot1Q 501
 pppoe enable group global
 pppoe-client dial-pool-number 2
!
interface GigabitEthernet0/0/1.502
 encapsulation dot1Q 502
 pppoe enable group global
 pppoe-client dial-pool-number 4
!
!
interface Dialer1
 ip address negotiated
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
 load-interval 30
 dialer pool 1
 dialer-group 1
 ppp authentication chap pap callin
 ppp chap hostname ****
 ppp chap password 0 ****
 ppp pap sent-username **** password 0 ****
 no cdp enable
!
interface Dialer2
 ip address negotiated
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
 shutdown
 dialer pool 2
 ppp authentication pap chap callin
 ppp chap hostname ****
 ppp chap password 0 ****
 ppp pap sent-username *** password 0 ****
!
interface Dialer4
 ip address negotiated
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
 shutdown
 dialer pool 4
 dialer-group 4
 ppp authentication pap chap callin
 ppp chap hostname ***
 ppp chap password 0 ***
 ppp pap sent-username *** password 0 ***
!&lt;/PRE&gt;
&lt;P&gt;can any one help me on this&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 20:53:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-management/multiple-pppoe-over-vlan/m-p/3738752#M126012</guid>
      <dc:creator>n.bokhar1</dc:creator>
      <dc:date>2018-11-04T20:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pppoe over VLAN</title>
      <link>https://community.cisco.com/t5/network-management/multiple-pppoe-over-vlan/m-p/3738812#M126014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can see that Dialer 2 and 4 are forced to shut down using the "Shutdown" command.&lt;/P&gt;
&lt;PRE&gt;interface Dialer2
 ip address negotiated
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
 &lt;STRONG&gt;no shutdown&lt;/STRONG&gt;
 dialer pool 2
 ppp authentication pap chap callin
 ppp chap hostname ****
 ppp chap password 0 ****
 ppp pap sent-username *** password 0 ****
!
interface Dialer4
 ip address negotiated
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
&lt;STRONG&gt; no shutdown&lt;/STRONG&gt;
 dialer pool 4
 dialer-group 4
 ppp authentication pap chap callin
 ppp chap hostname ***
 ppp chap password 0 ***
 ppp pap sent-username *** password 0 ***
!&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run above-highlighted commands under each dialer interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Deepak Kumar&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 03:19:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-management/multiple-pppoe-over-vlan/m-p/3738812#M126014</guid>
      <dc:creator>Deepak Kumar</dc:creator>
      <dc:date>2018-11-05T03:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: multiple pppoe over VLAN</title>
      <link>https://community.cisco.com/t5/network-management/multiple-pppoe-over-vlan/m-p/3738871#M126016</link>
      <description>&lt;P&gt;thanks but the issue continues&amp;nbsp;i have shut them down so my primary connection stays up&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 07:05:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-management/multiple-pppoe-over-vlan/m-p/3738871#M126016</guid>
      <dc:creator>n.bokhar1</dc:creator>
      <dc:date>2018-11-05T07:05:59Z</dc:date>
    </item>
  </channel>
</rss>

