Thanks, would you help me to create the ACL. I am looking for a program to do the ACL simulation. I know the Cisco ACL Editor And Simulation. Do you know where to download the full version.
Regards,
Main Topics
Browse All TopicsCan some one help me to create this in Packet Tracer Ver. 4.11 files and document?
1) Containing basic network (without ACLs) files.
2) Containing the network with ACLs applied files.
3) Document in working with an explanation for the subnet plan and the access control lists.
Network devices should be fully configured with a naming convention used to identify all devices in your network.
Please refer to the attached file for more detail.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
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.
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.
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.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
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.
Packet Tracer should be able to handle the ACLs just fine, of course the best free "simulator" around is GNS3 (www.gns3.net) if your able to get your hands on a real IOS image. As for ACL Editor it can be purchased here http://www.garethevans.inf
What do you have done so far?
Thanks. Here is it.
Packet Tracer 4.1 program download.
ftp://satotech.serveftp.co
Packet Tracer File
ftp://satotech.serveftp.co
I am sorry the forum won't allow me to upload. I put a link for you to download from my FTP server.
Many thanks.
I'll leave the rest and what interfaces to add the ACLs to in your capable hands.
WAN
--
ip access-list extended LAN->HTTP
permit tcp 141.70.0.0 0.0.255.255 any eq www
ip access-list extended SERVERS
permit ip 141.70.64.0 0.0.0.63 141.70.5.0 0.0.0.3
permit ip 141.70.48.0 0.0.0.255 141.70.5.0 0.0.0.3
permit ip 141.70.112.0 0.0.3.255 141.70.5.0 0.0.0.3
permit tcp 141.70.0.0 0.0.255.255 host 141.70.5.1 eq www
permit tcp 141.70.0.0 0.0.255.255 host 141.70.5.2 eq smtp
ip access-list extended WAN->Servers
permit tcp any 141.70.5.0 0.0.0.3
--
IT MNT
ip access-list standard IT->Management
permit 141.70.48.0 0.0.0.255
Thanks for your help. I just try again to set the router connect the IT and Management as below:
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#access-list
Router(config)#exit
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface GigabitEthernet0/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface GigabitEthernet0/0
Router(config-if)#ip access-group 1 in
Router(config-if)#exit
Router(config)#
Router(config)#interface GigabitEthernet1/0
Router(config-if)#ip access-group 1 out
Router(config-if)#exit
Router(config)#
And I try to ping from IT host to Management host and it still give the result as below:
Packet Tracer PC Command Line 1.0
PC>ping 141.79.64.1
Pinging 141.79.64.1 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 141.79.64.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I don't know where I did wrong and why it keep no reply. I has been try for few days and can't make it work until today my due date and I still try to work it out. Can you tell me why it doesn't work? Can you help me to configure some of ther router in the pkt file so I can try to understand from there.
Thanks.
Here is the config I get from the router.
Router#show running-config
Building configuration...
Current configuration : 626 bytes
!
version 12.2
no service password-encryption
!
hostname Router
!
!
!
!
interface GigabitEthernet0/0
ip address 141.70.63.254 255.255.240.0
ip access-group 1 in
duplex auto
speed auto
!
interface GigabitEthernet1/0
ip address 141.70.79.254 255.255.240.0
ip access-group 1 out
duplex auto
speed auto
!
interface Serial2/0
ip address 141.70.10.6 255.255.240.0
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
!
access-list 1 permit 141.70.48.0 0.0.0.250
!
!
!
line con 0
line vty 0 4
login
!
!
end
I am panic now. All the interface and IP is correct why is still not getting through. Below is the Ip I reconfigure. Even I try to go both way in and out still no respond from ping.
Router#show running-config
Building configuration...
Current configuration : 671 bytes
!
version 12.2
no service password-encryption
!
hostname Router
!
!
!
!
interface GigabitEthernet0/0
ip address 141.70.48.254 255.255.240.0
ip access-group 1 in
ip access-group 1 out
duplex auto
speed auto
!
interface GigabitEthernet1/0
ip address 141.70.64.254 255.255.240.0
ip access-group 1 in
ip access-group 1 out
duplex auto
speed auto
!
interface Serial2/0
ip address 141.70.10.6 255.255.240.0
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
!
access-list 1 permit 141.70.48.0 0.0.0.250
!
!
!
line con 0
line vty 0 4
login
!
!
end
Router#show running-config
Building configuration...
Current configuration : 626 bytes
!
version 12.2
no service password-encryption
!
hostname Router
!
!
!
!
interface GigabitEthernet0/0
ip address 141.70.48.254 255.255.240.0
ip access-group 1 in
duplex auto
speed auto
!
interface GigabitEthernet1/0
ip address 141.70.64.254 255.255.240.0
ip access-group 1 out
duplex auto
speed auto
!
interface Serial2/0
ip address 141.70.10.6 255.255.240.0
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
!
access-list 1 permit 141.70.48.0 0.0.0.250
!
!
!
line con 0
line vty 0 4
login
!
!
end
Still the same result
PC>ping 141.70.64.1
Pinging 141.70.64.1 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 141.70.64.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I feel like I miss out some part of the setup in the router. Rounting setup?? Static & RIP ?? Can you help to make this router work in my packet tracer file and give it to me? I almost give up now.
Sorry no. I still work on it. I can't make the ACL function. If I apply the gateway, it will allow to ping both way in Management and IT. Then I implement the ACL that you give to me at "interface GigabitEthernet1/0" as outbound. It make no different. When I try to insert and access-list deny from Management to IT "interface GigabitEthernet0/0 then block the ping both way in the LAN. I was try it until 4am in the morning and give up. It make me go crazy.
Thanks. Here is it.
Packet Tracer 4.1 program download.
ftp://satotech.serveftp.co
Packet Tracer File
ftp://satotech.serveftp.co
Please tell me is there any problem on physical connectivity. Router setting RIP/Static and so on.
Some of the problems I found with your network.
No connectivity. All serial links were up/down because no clock rate was configured on the DCE, done with clock rate 64000
Incorrect IP address was used, everything used a mask of 255.255.240.0 when you were asked to use variable subnetting for each segment.
RIP was also incorrectly configured. Version 2 should have been used because of the variable subnet requirements. Also split horizon needed to be disabled on all the WAN router's serial interfaces since RIP by default will not send updates out to the spoke routers otherwise.
Lastly your ACL placement was incorrect, you tend to use both in/out directions on the same interface, careful planning is needed to know what kind of affect this would cause.
If I have time tonight 'll fix up the pkt file so you can see how it looks.
I also have a couple recommendations for when you post another question on the site to improve your success.
If you need assistance in another assignment, please clearly state in the question that it is homework and what exactly you need a hand with as well as what you have tried rather then just posting the question requirements. Experts will be more likely to assist you if you make it clear that your trying to understand a problem rather then get some experts to do your homework. Also if the deadline is add the date to the question and possibly raise the point value of the question so we can better gauge the urgency.
Lastly, you have rated yourself a guru on the subject, but have said you don't have much experience with Cisco. This can mislead the experts and effect the level of help you receive. Since to us it looks like you have a firm understanding of the topic and requires minimal explaination to get you going.
Business Accounts
Answer for Membership
by: donmanrobbPosted on 2008-03-30 at 03:48:09ID: 21240215
If you post your Packet Tracer file, I'll look it over and give you some feedback as to if your working in the right direction and/or answer some questions to help get you started.