cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
643
Views
0
Helpful
3
Replies

Port Address Translation w/ PIX 515E

ccNP22-40
Level 1
Level 1

Does anyone know if it is possible for a PIX 515E to do simple Port Address Translation (PAT)? Also, how many concurrent connections that would sustain?

Thanks,

Johnny

3 Replies 3

acomiskey
Level 10
Level 10

global (outside) 1 interface

nat (inside) 1 0 0

vitripat
Level 7
Level 7

Yes its possible to do PAT on PIX. Here is an example-

nat (inside) 1 0 0

global (outside) 1 interface

Above commands will simply PAT all the inside network when going outbound to the IP address on the outside interface of PIX.

Here is a link which will help you understand hot NAT/PAT is configured and works on PIX-

http://www.cisco.com/en/US/docs/security/pix/pix63/configuration/guide/bafwcfg.html#wp1112345

Hope this helps.

Regards,

Vibhor.

laurent.geyer
Level 1
Level 1

Is this what you're talking about?

Translate a.a.a.a TCP/80 to b.b.b.b TCP/8080

If so, you would accomplish it as follows:

static (, ) tcp a.a.a.a 80 b.b.b.b 8080 netmask 255.255.255.255

Review Cisco Networking products for a $25 gift card