cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
358
Views
0
Helpful
1
Replies

ACCESS-LIST STATEMENT

olakunle06
Level 1
Level 1

Please i have a voip platform for fax and voice calls,unautorised users get access via ftp.pls i need access list statement to permit only 4 ip addresses on the 2600 series and all other attempts denied.i await sample config to load on my router thanks.

1 Reply 1

Richard Burts
Hall of Fame
Hall of Fame

OLAKUNLE

If what you want is only to permit access to 4 host addresses then this access list should do it:

access-list 101 permit ip any host n.n.n.n

access-list 101 permit ip any host x.x.x.x

access-list 101 permit ip any host y.y.y.y

access-list 101 permit ip any host z.z.z.z

and on the interface:

ip access-group 101 in

where n.n.n.n, x.x.x.x, y.y.y.y, and z.z.z.z are the 4 IP addresses to which you want to give access.

I am slightly concerned that there may be things like routing updates, remote management, or other functions that may be impacted by this. But it does what you asked and permits access only to the 4 addresses. If it is too restrictive then re-statement of the requirements would be needed.

HTH

Rick

HTH

Rick
Review Cisco Networking products for a $25 gift card