Question

asa 5510 configuration

Asked by: Hahaciok

Hi,

First sorry for bad English

We have old Cisco 2600 series router and have purchased ASA 5510. Now I want to replace router with ASA, but cannot... When I test ASA 5510 in test environment, it seems as if everything is fine, but when I connect to a real environment, that's what happens:

1. As you can see from my network diagram, our LAN address range is 172.30.16.0/24, all users go to the Internet through a proxy server (172.30.16.253), my computer goes directly to the Internet. Now  when I connect ASA 5510 to a real environment, when I try to access the web directly nothing happens, I cannot ping website, the dns is not reachable, but proxy server can reach dns server(but very slow), and users can surf the Internet. Log show nothing shows, except, when I turn on skype, log show portmap translation failed for my ip address...

2. Mail server cannot reach DNS server, ping anything and s.o. Packet tracer shows, that packets must go correctly...

I dont understand, what is wrong, because, as I say, in test environment everything is ok, but in real....

Any ideas, how to solve my problem?

object-group service DM_INLINE_SERVICE_1
 service-object tcp eq domain 
 service-object udp eq domain 
 service-object tcp eq www 
 service-object tcp eq https 
 service-object tcp eq smtp 
 service-object icmp 
 service-object icmp echo
 service-object icmp echo-reply
object-group service DM_INLINE_SERVICE_2
 service-object tcp eq domain 
 service-object udp eq domain 
object-group service DM_INLINE_TCP_1 tcp
 port-object eq www
 port-object eq https
 port-object eq smtp
object-group network DM_INLINE_NETWORK_1
 network-object host xx.xx.81.19
 network-object host xx.xx.81.20
access-list LAN_nat0_out extended permit ip 172.30.16.0 255.255.255.0 192.168.4.0 255.255.255.0 
access-list LAN_nat0_out extended permit ip 172.30.16.0 255.255.255.0 192.168.1.0 255.255.255.0 
access-list MAIL_nat0_out extended permit ip 192.168.4.0 255.255.255.0 172.30.16.0 255.255.255.0 
access-list MAIL_nat0_out extended permit ip 192.168.4.0 255.255.255.0 192.168.1.0 255.255.255.0 
access-list WAN_access_in extended permit ip object-group DM_INLINE_NETWORK_1 any 
access-list WAN_access_in extended permit tcp any host xx.xx.66.19 eq www 
access-list WAN_access_in extended permit tcp any host xx.xx.66.20 object-group DM_INLINE_TCP_1 
access-list WAN_access_in extended permit tcp any host xx.xx.66.20 gt 10000 
access-list MAIL_access_in extended permit ip 192.168.4.0 255.255.255.0 172.30.16.0 255.255.255.0 
access-list MAIL_access_in extended permit object-group DM_INLINE_SERVICE_1 192.168.4.0 255.255.255.0 any inactive 
access-list MAIL_access_in extended permit ip any any 
access-list WWW_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 172.30.16.0 255.255.255.0 
access-list WWW_access_in extended permit ip host 192.168.1.1 host 172.30.16.207 
access-list WWW_access_in extended permit object-group DM_INLINE_SERVICE_2 host 192.168.1.1 host 172.30.16.230 
access-list WWW_nat0_outbound_1 extended permit ip 192.168.1.0 255.255.255.0 192.168.4.0 255.255.255.0 
pager lines 24
logging enable
logging trap debugging
logging asdm informational
mtu WAN 1500
mtu LAN 1500
mtu WWW 1500
mtu MAIL 1500
mtu management 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
icmp permit any WAN
icmp permit any LAN
icmp permit any WWW
icmp permit any MAIL
asdm image disk0:/asdm-613.bin
no asdm history enable
arp timeout 14400
nat-control
global (WAN) 101 xx.xx.66.21-xx.xx.66.22 netmask 255.255.255.248
global (WWW) 101 xx.xx.66.19 netmask 255.255.255.248
global (MAIL) 101 xx.xx.66.20 netmask 255.255.255.248
nat (LAN) 0 access-list LAN_nat0_out
nat (LAN) 101 0.0.0.0 0.0.0.0
nat (WWW) 0 access-list WWW_nat0_outbound_1
nat (WWW) 0 access-list WWW_nat0_outbound outside
nat (MAIL) 0 access-list MAIL_nat0_out
nat (MAIL) 101 192.168.4.3 255.255.255.255
static (LAN,WAN) tcp interface www 172.30.16.231 www netmask 255.255.255.255 
static (LAN,WAN) tcp interface ftp 172.30.16.231 ftp netmask 255.255.255.255 
static (LAN,WAN) tcp interface 8080 172.30.16.217 8080 netmask 255.255.255.255 
static (MAIL,WAN) tcp xx.xx.66.20 smtp 192.168.4.3 smtp netmask 255.255.255.255 
static (WWW,WAN) xx.xx.66.19 192.168.1.1 netmask 255.255.255.255 
static (MAIL,WAN) xx.xx.66.20 192.168.4.1 netmask 255.255.255.255 
access-group WAN_access_in in interface WAN
access-group WWW_access_in in interface WWW
access-group MAIL_access_in in interface MAIL
route WAN 0.0.0.0 0.0.0.0 xx.xx.66.17 1
route LAN 172.30.16.0 255.255.255.0 192.168.200.254 1
route LAN 192.168.101.0 255.255.255.0 192.168.200.254 1
 
 
Part of log:
 
3|Oct 30 2009|14:30:06|305006|82.128.187.109|58428|||portmap translation creation failed for tcp src LAN:172.30.16.207/8000 dst WAN:82.128.187.109/58428
3|Oct 30 2009|14:30:06|305006|213.100.51.213|443|||portmap translation creation failed for tcp src LAN:172.30.16.207/7999 dst WAN:213.100.51.213/443
3|Oct 30 2009|14:30:06|305006|84.112.146.184|80|||portmap translation creation failed for tcp src LAN:172.30.16.207/7998 dst WAN:84.112.146.184/80
3|Oct 30 2009|14:30:06|305006|85.11.219.194|80|||portmap translation creation failed for tcp src LAN:172.30.16.207/7997 dst WAN:85.11.219.194/80
3|Oct 30 2009|14:30:06|305006|81.225.88.54|80|||portmap translation creation failed for tcp src LAN:172.30.16.207/7996 dst WAN:81.225.88.54/80
3|Oct 30 2009|14:30:06|305006|193.10.218.219|80|||portmap translation creation failed for tcp src LAN:172.30.16.207/7995 dst WAN:193.10.218.219/80
3|Oct 30 2009|14:30:06|305006|84.115.2.141|80|||portmap translation creation failed for tcp src LAN:172.30.16.207/7994 dst WAN:84.115.2.141/80
3|Oct 30 2009|14:30:06|305006|213.100.51.213|50131|||portmap translation creation failed for tcp src LAN:172.30.16.207/7993 dst WAN:213.100.51.213/50131
3|Oct 30 2009|14:30:06|305006|84.112.146.184|443|||portmap translation creation failed for tcp src LAN:172.30.16.207/7992 dst WAN:84.112.146.184/443
3|Oct 30 2009|14:30:06|305006|85.11.219.194|443|||portmap translation creation failed for tcp src LAN:172.30.16.207/7991 dst WAN:85.11.219.194/443
3|Oct 30 2009|14:30:06|305006|81.225.88.54|443|||portmap translation creation failed for tcp src LAN:172.30.16.207/7990 dst WAN:81.225.88.54/443
3|Oct 30 2009|14:30:06|305006|193.10.218.219|443|||portmap translation creation failed for tcp src LAN:172.30.16.207/7989 dst WAN:193.10.218.219/443
3|Oct 30 2009|14:30:06|305006|84.115.2.141|443|||portmap translation creation failed for tcp src LAN:172.30.16.207/7988 dst WAN:84.115.2.141/443
3|Oct 30 2009|14:30:06|305006|80.244.73.123|80|||portmap translation creation failed for tcp src LAN:172.30.16.207/7987 dst WAN:80.244.73.123/80

                                  
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:

Select allOpen in new window

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-10-30 at 05:56:00ID24857885
Tags

asa 5510

,

nat

Topics

Cisco PIX Firewall

,

Network Routers

Participating Experts
2
Points
250
Comments
6

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Lan-to-Lan configuration between Cisco VPN Concentrat…
    Difficulty doing Lan-to-Lan IPSec configuration between Cisco VPN Concentrator and Cisco ASA. The VPN concentrator log shows incoming request is using pre-shared key and the configured is pre-shared key with XAUTH. Could not find a way in Cisco ASA to use pre-shared key wit...
  2. SSL configuration in cisco ASA
    Hi, How to configure SSL VPN in cisco ASA with valid certificate? Thanks Shibu
  3. ASA configuration help
    Hi! i have been hired by a company that wants to host its own web services like financial research in its own data center and asked to come up with a solution that will be available 24/7. however i came up with a solution "Draft diagram attached", but i have a few ...
  4. Skype QoS in Cisco ASA 5510 ???
    Hi Experts, I need a rule to prioritize Skype packets in a given time duration, this rule should be control by me when I need it. Example; when we having a Skype meeting there should be a way to enable the rule and disable when it's over. if I can do this from ASDM that's ...
  5. Cisco ASA
    Do any one has Cisco ASA certification study guide. No dumps please. Proper study material.....
  6. Skype traffic on ASA
    During the voice conversion with Skype, does it use UDP traffic to send out voice data ? Can I know the size of data embedded in UDP packet as I only see a lot of UDP traffic but no bytes size was recorded on ASA? Will Skype use TCP to send voice traffic ? For UDP traffic, wi...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: ikalmarPosted on 2009-10-30 at 06:32:05ID: 25702734

Hi,

it seems that you missed the global paramteres:

global (WAN) 101 xx.xx.66.21-xx.xx.66.22 netmask 255.255.255.248
global (WWW) 101 xx.xx.66.19 netmask 255.255.255.248
global (MAIL) 101 xx.xx.66.20 netmask 255.255.255.248

only one need, whis is the ouside leg?

Coluld ylu show me the whoel config?

Best regards,
Istvan

 

by: DonbooPosted on 2009-10-30 at 13:07:48ID: 25706376

If you have access through the ASA in your test enviroment It might be ARP timeout on the ISP equipment the fools you here. When you switch the next time call your ISP and get them to clear the arp table on their equipment.

 

by: HahaciokPosted on 2009-11-01 at 01:13:50ID: 25712978

ikalmar:
Hi,

it seems that you missed the global paramteres:

global (WAN) 101 xx.xx.66.21-xx.xx.66.22 netmask 255.255.255.248
global (WWW) 101 xx.xx.66.19 netmask 255.255.255.248
global (MAIL) 101 xx.xx.66.20 netmask 255.255.255.248

only one need, whis is the ouside leg?

Coluld ylu show me the whoel config?

Best regards,
Istvan


ikalmar thanks for reply, but look at 54,55,56 lines, there is global parameters...

 

by: HahaciokPosted on 2009-11-01 at 01:23:04ID: 25713000

Donboo:
If you have access through the ASA in your test enviroment It might be ARP timeout on the ISP equipment the fools you here. When you switch the next time call your ISP and get them to clear the arp table on their equipment.


Thank you for reply, ok will try to speak my ISP... We will see, what will happen :)

 

by: ikalmarPosted on 2009-11-01 at 01:28:49ID: 25713010

which leg is the outside leg???

 

by: HahaciokPosted on 2009-11-01 at 21:45:30ID: 25717246

ikalmar:
which leg is the outside leg???

Thank you for reply, outside leg is WAN, if I correctly understand your question...

For clarity I attached ASA configuration...

: Saved
: Written by enable_15 at 15:40:31.079 EET Fri Oct 30 2009
!
ASA Version 8.0(4) 
!
hostname ciscoasa
domain-name xxxx.xxx
enable password arEI74q746V0xVf7 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Ethernet0/0
 nameif WAN
 security-level 0
 ip address xx.xx.66.18 255.255.255.248 
!
interface Ethernet0/1
 nameif LAN
 security-level 99
 ip address 192.168.200.254 255.255.255.0 
!
interface Ethernet0/2
 nameif WWW
 security-level 50
 ip address 192.168.1.254 255.255.255.0 
!
interface Ethernet0/3
 description DMZ-MAIL
 nameif MAIL
 security-level 49
 ip address 192.168.4.254 255.255.255.0 
!
interface Management0/0
 nameif management
 security-level 100
 ip address 192.168.10.1 255.255.255.0 
 management-only
!
ftp mode passive
clock timezone EET 2
dns server-group DefaultDNS
 domain-name xxxx.xxx
object-group service DM_INLINE_SERVICE_1
 service-object tcp eq domain 
 service-object udp eq domain 
 service-object tcp eq www 
 service-object tcp eq https 
 service-object tcp eq smtp 
 service-object icmp 
 service-object icmp echo
 service-object icmp echo-reply
object-group service DM_INLINE_SERVICE_2
 service-object tcp eq domain 
 service-object udp eq domain 
object-group service DM_INLINE_TCP_1 tcp
 port-object eq www
 port-object eq https
 port-object eq smtp
object-group network DM_INLINE_NETWORK_1
 network-object host xx.xx.81.19
 network-object host xx.xx.81.20
access-list LAN_nat0_out extended permit ip 172.30.16.0 255.255.255.0 192.168.4.0 255.255.255.0 
access-list LAN_nat0_out extended permit ip 172.30.16.0 255.255.255.0 192.168.1.0 255.255.255.0 
access-list MAIL_nat0_out extended permit ip 192.168.4.0 255.255.255.0 172.30.16.0 255.255.255.0 
access-list MAIL_nat0_out extended permit ip 192.168.4.0 255.255.255.0 192.168.1.0 255.255.255.0 
access-list WAN_access_in extended permit ip object-group DM_INLINE_NETWORK_1 any 
access-list WAN_access_in extended permit tcp any host xx.xx.66.19 eq www 
access-list WAN_access_in extended permit tcp any host xx.xx.66.20 object-group DM_INLINE_TCP_1 
access-list WAN_access_in extended permit tcp any host xx.xx.66.20 gt 10000 
access-list MAIL_access_in extended permit ip 192.168.4.0 255.255.255.0 172.30.16.0 255.255.255.0 
access-list MAIL_access_in extended permit object-group DM_INLINE_SERVICE_1 192.168.4.0 255.255.255.0 any inactive 
access-list MAIL_access_in extended permit ip any any 
access-list WWW_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 172.30.16.0 255.255.255.0 
access-list WWW_access_in extended permit ip host 192.168.1.1 host 172.30.16.207 
access-list WWW_access_in extended permit object-group DM_INLINE_SERVICE_2 host 192.168.1.1 host 172.30.16.230 
access-list WWW_nat0_outbound_1 extended permit ip 192.168.1.0 255.255.255.0 192.168.4.0 255.255.255.0 
pager lines 24
logging enable
logging trap debugging
logging asdm informational
mtu WAN 1500
mtu LAN 1500
mtu WWW 1500
mtu MAIL 1500
mtu management 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
icmp permit any WAN
icmp permit any LAN
icmp permit any WWW
icmp permit any MAIL
asdm image disk0:/asdm-613.bin
no asdm history enable
arp timeout 14400
nat-control
global (WAN) 101 xx.xx.66.21-xx.xx.66.22 netmask 255.255.255.248
global (WWW) 101 xx.xx.66.19 netmask 255.255.255.248
global (MAIL) 101 xx.xx.66.20 netmask 255.255.255.248
nat (LAN) 0 access-list LAN_nat0_out
nat (LAN) 101 0.0.0.0 0.0.0.0
nat (WWW) 0 access-list WWW_nat0_outbound_1
nat (WWW) 0 access-list WWW_nat0_outbound outside
nat (MAIL) 0 access-list MAIL_nat0_out
nat (MAIL) 101 192.168.4.3 255.255.255.255
static (LAN,WAN) tcp interface www 172.30.16.231 www netmask 255.255.255.255 
static (LAN,WAN) tcp interface ftp 172.30.16.231 ftp netmask 255.255.255.255 
static (LAN,WAN) tcp interface 8080 172.30.16.217 8080 netmask 255.255.255.255 
static (MAIL,WAN) tcp xx.xx.66.20 smtp 192.168.4.3 smtp netmask 255.255.255.255 
static (WWW,WAN) xx.xx.66.19 192.168.1.1 netmask 255.255.255.255 
static (MAIL,WAN) xx.xx.66.20 192.168.4.1 netmask 255.255.255.255 
access-group WAN_access_in in interface WAN
access-group WWW_access_in in interface WWW
access-group MAIL_access_in in interface MAIL
route WAN 0.0.0.0 0.0.0.0 xx.xx.66.17 1
route LAN 172.30.16.0 255.255.255.0 192.168.200.254 1
route LAN 192.168.101.0 255.255.255.0 192.168.200.254 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
aaa authentication telnet console LOCAL 
aaa authentication ssh console LOCAL 
http server enable
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 15
console timeout 0
threat-detection basic-threat
threat-detection statistics host
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map 
  inspect ftp 
  inspect h323 h225 
  inspect h323 ras 
  inspect rsh 
  inspect rtsp 
  inspect esmtp 
  inspect sqlnet 
  inspect skinny  
  inspect sunrpc 
  inspect xdmcp 
  inspect sip  
  inspect netbios 
  inspect tftp 
  inspect icmp 
  inspect icmp error 
!
service-policy global_policy global
prompt hostname context 
: end
                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:

Select allOpen in new window

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...