[j-nsp] CISCO (LAC) & E120 (LNS) - L2TP

Jake Jake 2012jake at gmail.com
Thu Jun 6 02:26:43 EDT 2013


We are trying to configure a Cisco (LAC) and E120 (LNS) to terminate PPPoE
sessions from end network over L2TP . Below is the configuration on the
LNS. Once the PPPoE session is initiated , we can see the tunnel build with
no sessions & L2TP logs are received on the LAC. LAC receives CDN's message
with "Error Code 4" stating "No resource" from the E120 router. On the E120
two tunnel shared ports are configured with a defined set of max-sessions.
Any suggestions on why E120 returns "No resource code"? E120 running on
10.2 code, however we don't have l2tp-session license enabled. But I
believe this is required to exceed the support of max-sessions to 32000.

aaa authentication ppp default radius
aaa accounting ppp default radius
aaa authentication radius-relay default radius
aaa accounting radius-relay default radius
aaa authentication tunnel default radius
aaa accounting tunnel default radius

l2tp tunnel idle-timeout 0
l2tp destination profile "CISCO" virtual-router default ip address
10.11.51.2
!
max-sessions 100
 remote host default
  tunnel password "xxx"
  profile test
  local host "E120"
  local ip address 10.11.51.1

E120#sh tunnel-server config
                          Server Ports
                          ------------
              Card                        Provisioned
   Port       Type    MaximumInterfaces   Interfaces    HwPresent
----------   ------   -----------------   -----------   ---------
Port 0/2/0   shared   8000                0             yes
Port 1/2/0   shared   8000                0             yes

E120#sh tunnel-server
No active server ports present

aaa domain-map test
 auth-router-name default
 ip-router-name default
 address-pool-name "test"
 ipv6-router-name default
 strip-domain enable

profile test
 ip virtual-router default
 ip unnumbered loopback 10
 ppp authentication pap chap

E120#sh resource
Resource Threshold Trap: enabled
                                           max      current    rising
           type               location   capacity    value    threshold
---------------------------   --------   --------   -------   ---------
ip interface                  system        96001     11146       86401
ip interface                  slot 0        16383         4       14745
ip interface                  slot 1        16383     11142       14745
atm-sub-if interface          system        98304         0       88474
atm-vc interface              system        98304         0       88474
ppp-link interface            system        96000     11121       86400
ppp-link interface            slot 0        16000         0       14400
ppp-link interface            slot 1        16000     11121       14400
atm-active-sub-if interface   system        98304         0       88474
                                          falling    hold-down
           type               location   threshold     time
---------------------------   --------   ---------   ---------
ip interface                  system           960         300
ip interface                  slot 0           164         300
ip interface                  slot 1           164         300
atm-sub-if interface          system           983         300
atm-vc interface              system           983         300
ppp-link interface            system           960         300
ppp-link interface            slot 0           160         300
ppp-link interface            slot 1           160         300
atm-active-sub-if interface   system           983         300

If anyone has a working config for Cisco (LAC) & E120 (LNS) please do share.


More information about the juniper-nsp mailing list