ASR1006 log NAT translations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2013
10:10 PM
- last edited on
03-25-2019
03:38 PM
by
ciscomoderator
Good day. We've got the following problem, but i cant solve it.
We have:
ASR1000-RP2
ASR1000-ESP40
ASR1000-SIP40
SPA-10X1GE-V2
SPA-10X1GE-V2
!
Kiwi Syslog Server
ASR performs the function of ISG. The number of subscribers until 10000. This number is constantly growing.
Because of the economic address space subscribers surf the Internet through NAT.
Now the task to keep logs of all translations or binds. Need to store the information about what time, certain internal IP address using the external IP.
I've tried:
!
ip nat log translations syslog
!
logging trap debugging
logging host xx.xx.xx.xx transport UDP port xxx
no logging console (so as not to load the CPU)
!
Next on the syslog server has come the following message:
...
%IOSXE-4-PLATFORM: F0: cpp_cp: QFP:0.0 Thread:064 TS:00004084523374422713 %NAT-4-DEFAULT_MAX_ENTRIES: default maximum entries value 1048576 exceeded; frame dropped
...
I did:
!
ip nat translation max-entries 10000000
!
Error stopped publishing but logs do not come.
I think of the huge number of translation per second, it can not send them as fast.
How can this problem be solved or otherwise obtain and store information about a translations?
Say what Syslog server is properly used for large volumes of data.
Thank You and sorry for my English
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2013 09:47 PM
So I was able to redirect all log nat translations to the server using the command:
ip nat log translations flow-export v9 udp destination server_ip udp_port
Through Wireshark I get all the relevant information about ip address and time.
Is there any software that could take this information and process it.
I has used PRTG, ZOHO but they can`t analyze this flow type.
Can anyone help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2014 11:18 PM
Vitaliy Zinatov, for process NAT logs from ASR i use NFDUMP tools.
NFDUMP can analyze this flow type.
http://nfdump.sourceforge.net/
