site Search:


 
    All Forums Hot Topics Gallery






how-to block ads


 
Search Topic:
Uniqs:
447
Share Topic
Posting?
Post a:
Post a:
Links: ·Submit a new forum topic ·Forum FAQ ·Submit a FAQ ·Docs Guidelines and Advisories ·EOS/EOL thread
AuthorAll Replies

theinmoe

join:2006-03-11
Houston, TX

1 edit

[Config] PIX 501 fixup to ASA-5505

I have Cisco PIX 500 Firewall Version 6.3(5) with following fixup.
fixup protocol tftp 69
fixup protocol tftp 2000
fixup protocol tftp 2427
fixup protocol tftp 5060
fixup protocol tftp 6000
I'm replacing PIX with ASA 5505 and how to add these tftp ports to Cisco ASA-5505 inspect tftp?
Thanks

HELLFIRE

join:2009-11-25
kudos:4

ASA replaced 'fixup' with MPF / 'inspect.' If you're using TFTP on the standard port, it's just

inspect tftp
 

You could do the rest as follows

class-map [class-map-name]
match port udp eq 2000
match port udp eq 2427
match port udp eq 5060
match port udp eq 6000
 
policy-map [policy-map-name]
class [class-map-name]
 

Then attach [policy-map-name] to the default service policy

Regards

theinmoe

join:2006-03-11
Houston, TX

Thanks, let me try that. I'm not really familiar with Cisco command. How to attach policy map to default service policy in config prompt?
Inspect tftp is on by default. Will read some more.


theinmoe

join:2006-03-11
Houston, TX

reply to HELLFIRE
Thanks, let me try that. I'm not really familiar with Cisco command. How to attach policy map to default service policy in config prompt?
Inspect tftp is on by default. Will read some more.


HELLFIRE

join:2009-11-25
kudos:4

reply to theinmoe

service-policy [policy-map-name] interface [inside | outside]
 

Try this config script

config t
class inspection_default
inspect tftp
exit
class-map TFTP_NONSTANDARD
match port udp eq 2000
match port udp eq 2427
match port udp eq 5060
match port udp eq 6000
exit
policy-map MyPolicy
class TFTP_NONSTANDARD
inspect tftp
exit
service-policy MyPolicy interface inside
 

Regards

Monday, 04-Jun 08:12:15 Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo
over 12.5 years online © 1999-2012 dslreports.com.
Most commented news this week
Hot Topics