cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
913
Views
0
Helpful
1
Replies

ACE - debug xlate

ROMAN TOMASEK
Level 1
Level 1

Is possible to debug nat transactions on the ACE. I know that the commands show xlate or show nat-fabric exist. But is possible to use some command which is similar like debug ip nat trans like on the Cisco router? Or is other method for real-time debug the ip nat translations on the ACE? Thank you very much. Roman

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

There is no debug as the nating is done in a micro engine which has very limited functions.

You can however enable "logging fastpath" and send the log messages to a syslog server (mandatory) and you should get an entry for each connection coming in and the associated xlate.

Here is an example:

%ACE-6-302026: Built ICMP connection for faddr 4.20.98.115/39033 gaddr 199.87.8.250/8 laddr 10.129.200.145/0

Gilles.

View solution in original post

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

There is no debug as the nating is done in a micro engine which has very limited functions.

You can however enable "logging fastpath" and send the log messages to a syslog server (mandatory) and you should get an entry for each connection coming in and the associated xlate.

Here is an example:

%ACE-6-302026: Built ICMP connection for faddr 4.20.98.115/39033 gaddr 199.87.8.250/8 laddr 10.129.200.145/0

Gilles.