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

Access List

sudheer.gundlapally
Community Member

We have a PIX fire wall. I want to allow only the SMTP traffic and deny all other traffic from perticular host in the network. how can i do that..

Thanks in advance..

1 Reply 1

acomiskey
Level 11
Level 11

This is one way. x.x.x.x is the ip of the host you want to allow smtp traffic to initiate from.

access-list inside permit tcp host x.x.x.x any eq smtp

access-list inside deny tcp any any eq smtp

access-list inside permit ip any any

access-group inside in interface inside

Please rate helpful posts.

Review Cisco Networking for a $25 gift card