Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quick Help With ACL's

Status
Not open for further replies.

mdmartz

IS-IT--Management
Joined
Dec 12, 2005
Messages
1
Location
US
Let's say that my network (A) is 172.100.0.24/29
There is another network (B) that is 65.111.200.0

I want to deny the lower 4 IP addresses of network A (172.100.0.24-27) access to the second half of network B (65.111.200.128-255)

I am not sure what the access-list would look like.

access-list 101 deny tcp 172.100.0.? 0.0.0.? 65.111.200.? 0.0.0.?

Any help?

Thanks in advance.

-Matt
 
access-list 101 deny tcp 172.100.0.24 0.0.0.28 65.111.200.128 0.0.0.25 eq to any
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top