Есть циска 2621.
cisco 2621 (MPC860) processor (revision 0x102) with 36864K/12288K bytes of memory.
Настроил на ней pppoe-сервер:vpdn-group test_ADSL
accept-dialin
protocol pppoe
virtual-template 1
!
interface Loopback1
ip address x.x.x.x 255.255.255.248 secondary
ip address x.x.x.x 255.255.255.255
!
interface FastEthernet0/1.199
description test_ADSL
encapsulation dot1Q 199
ip access-group 173 in
ip access-group 173 out
no ip proxy-arp
pppoe enable
no cdp enable
!
interface Virtual-Template1
mtu 1492
ip unnumbered Loopback1
ip access-group 173 in
ip access-group 173 out
no ip proxy-arp
no logging event link-status
no snmp trap link-status
no peer default ip address
ppp authentication chap callin
ppp accounting No_AUTH
!
При попытке подключения, слушаю debug pppoe errors, получаю:
20w6d: [8]PPPoE 8: AAA unique ID alloc error
20w6d: [8]PPPoE 8: session not in hash
20w6d: %SYS-2-MALLOCFAIL: Memory allocation of 65536 bytes failed from 0x80E2DA94, alignment 0
Pool: Processor Free: 37288 Cause: Not enough free memory
Alternate Pool: None Free: 0 Cause: No Alternate pool
-Process= "SSS Manager", ipl= 0, pid= 52
-Traceback= 80E32EEC 80E35010 80E2DA98 81136E78 81138794 81138908 811389FC 80E58A08 80E5C0A8
Router32#undebug all
All possible debugging has been turned off
В чем возможна проблема? Может на маршрутизаторе неправильное распределение памяти.