Skip to main content

Need help for my packet tracer ~

More
13 years 1 month ago #36398 by S0lo
www.sendspace.com/file/lkzj5s

Not all subnets are advetized. You should advertize all subnets in OSPF on all routers. Each router should advertize all of it's directly connected subnets. I fixed only the ORCHARD LINK router, leaving the rest for you to do :)

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
More
13 years 1 month ago #36400 by JYghost
OMG thank alot ! it really help me alot ! :D and erm is it possible to apply ACL on the same subnet ?? cause i'm trying to block warehouse from payroll, and they are in the same subnet (Jurong Industrial) so what should i do ??
More
13 years 1 month ago #36409 by S0lo
To prevent traffic flowing from warehouse to payroll, you can place an access-list on the Fa0/1.50 interface in the "Jurong Industrial" router to prevent such traffic. like this:

access-list 100 deny ip 10.1.3.192 0.0.0.63 10.1.3.64 0.0.0.63

access-list 100 permit ip any any


Then you apply the access list on the Fa0/1.50:

interface fa0/1.50
ip access-group 100 in

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.146 seconds