Options

Nat lab ,nat lab , nbar error>>>sos

sweetheartsweetheart Member Posts: 10 ■□□□□□□□□□
i have same problem like the one mentioned in this link when i use NAT

7200emu.hacki.at :: View topic - NAT Error

and mINE IS LIKE THIS

R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#access-
R1(config)#access-list 10 per
R1(config)#access-list 10 permit 192.168.2.10 0.0.0.0
R1(config)#ip nat ins
R1(config)#ip nat inside source
R1(config)#ip nat inside source list
R1(config)#ip nat inside source list 10 int
R1(config)#ip nat inside source list 10 interface se
R1(config)#ip nat inside source list 10 interface serial 1/0 over
R1(config)#ip nat inside source list 10 interface serial 1/0 overload
R1(config)#int s1/0
R1(config-if)#ip nat ou
R1(config-if)#ip nat outside
% NBAR Error : Activation failed due to insufficient dynamic memory
% NBAR Error : Activation failed due to insufficient dynamic memory
R1(config-if)#
*Mar 1 00:21:17.499: %SYS-2-MALLOCFAIL: Memory allocation of 59620 bytes failed from 0x6044AD04, alignment 0
Pool: Processor Free: 422836 Cause: Memory fragmentation
Alternate Pool: None Free: 0 Cause: No Alternate pool
-Process= "Exec", ipl= 0, pid= 3 -Traceback= 0x604EFEEC 0x606464A0 0x6064CF6C 0x6044AD0C 0x6044AE64 0x6044D540 0x60445D28 0x6044E47C 0x6046F858 0x60454BCC 0x6045575C 0x60456748 0x60F1201C 0x6052F44C 0x6054DE80 0x605F4028
R1(config-if)#
*Mar 1 00:21:17.543: %NBAR-2-NOMEMORY: No memory available for StILE lmalloc -Traceback= 0x604EFEEC 0x6044AD40 0x6044AE64 0x6044D540 0x60445D28 0x6044E47C 0x6046F858 0x60454BCC 0x6045575C 0x60456748 0x60F1201C 0x6052F44C 0x6054DE80 0x605F4

IS IT REALLY MEMORY PROBLEM HOWEVER I HAVE 1 GIGA AND 250 MEMORY CARD IS IT NOT ENOUGH?
_________________
MY LOVE

Comments

  • Options
    mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    How much memory did you give the router?

    If you're using Dynagen/Dynamips (and/or GNS3) like you were before, you had this configuration for R1
    ############
    ROUTER R1
    ############
    model = 3640
    console = 2001
    ram = 96
    mmap = true
    slot0 = NM-4E
    slot1 = NM-4T
    e0/0 = NIO_gen_eth:\Device\NPF_{AA657E94-D772-47E2-A8E5-DD48F4B66075}
    e0/1 = sw1 f1/0
    s1/0 = R2 s1/1
    Try
    ram = 128
    :mike: Cisco Certifications -- Collect the Entire Set!
  • Options
    sweetheartsweetheart Member Posts: 10 ■□□□□□□□□□
    thanx 4 your reply i will do it , but its funny thats you still remmeber my problems :)
Sign In or Register to comment.