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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 800 Access List

Status
Not open for further replies.

veilside

Technical User
Mar 19, 2010
42
DE
Dear All,

I am not advanced with creating access lists on cisco routers, and I have to configure an access list to prevent hacking/spoofing to device on my network have Public IP, here is the situation.

I am connected to the internet with Cisco 888 router, and this router is connected to three devices ( 1 webserver, Audio/Video conferring system, and IP camera )
I want to secure the Audio/Video System using access list on the Cisco 888 router.

Video system WAN IP is: X.X.X.X
Router IP Is: Z.Z.Z.Z
my network is: Y.Y.Y.Y

I want to create an access list to deny all traffic to my Video System X.X.X.X, except my network Y.Y.Y.Y, how I can do that ?
 
Post what you have...scrubbed

ip access-list extended IP-Options-and-Powerball
deny ip any any winning-powerball-ticket
permit ip any any option any-options
!
class-map ACL-Options-and-Powerball
match access-group name IP-Options-and-Powerball
!
policy-map CoPP-POLICY
class ACL-Options-and-Powerball
drop
!
control-plane
service-policy input CoPP-POLICY
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top