cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
12433
Views
0
Helpful
31
Replies

asa 8.6 static command

todd.hauf
Level 1
Level 1

Am trying the following command on ASA 8.61, however it appears the static command no longer works.  Would appreciate any insights.

static (inside,outside) 10.25.0.1 10.25.0.1 netmask 255.255.240.0

Thanks.

31 Replies 31

Hi Bro

I'm so sorry for the late reply, as I've been away and just got back to work today. I don't see anything wrong with your DHCP debug outputs. Can you paste your config here, so that I could simulate your actual config in my FW?

Warm regards,
Ramraj Sivagnanam Sivajanam

tapfuma72
Level 1
Level 1

Can anyone tell me if this conversion is correct i am having major issues trying to convert my original commands with the new ones

 


Old Configuration

*****************************************************************************

static (inside,outside) udp interface 450000 10.0.0.1 4500 netmask 255.255.255.255
static (inside,outside) udp interface isakmp 10.0.0.1 isakmp netmask 255.255.255.255
static (inside,outside) tcp interface 22222 10.0.0.1 ssh netmask 255.255.255.255


New Migration

1)
 object network object udp-450000
 host 10.0.0.1
 nat (inside,outside) static 69.255.255.41

2)
 object network object udp-isakmp
  host 10.0.0.1
  nat (inside,outside) static 69.255.255.41 service udp 450000

3)
 object network object tcp-22222
  host 10.0.0.1
  nat (inside,outside) static 69.255.255.41 service tcp 22222

Review Cisco Networking for a $25 gift card