What command would you use to create an extended access list that stops host 172.16.10.1 from telnetting to host 172.16.30.5? bretpark 17-September-2009 01:09:38 AMComments Access-list 110 deny tcp host 172.16.10.1 host 172.16.0.0 eq 23 access list-list 110 permit ip any any Posted by sagitraz |
Posted: 17-September-2009 02:38:05 AM By: sagitraz Access-list 110 deny tcp host 172.16.10.1 host 172.16.0.0 eq 23 access list-list 110 permit ip any any |