News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Extended IP Access Control List and Configuration.

Started by Sunite, October 06, 2007, 11:08:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sunite

Extended IP Access Control List and Configuration.






 
Extended IP Access Control List



RouterA(config)#access-list 103 remark stop telnet to router A whose source ip 1.1.1.2



RouterA(config)#access-list 103 deny tcp host 1.1.1.2 host 1.1.1.2 eq 23

RouterA(config)#access-list 103 permit ip any



RouterA(config)#int s0/0

RouterA(config-if)#ip access-group 103 in



RouterA#show access-lists

Extended ip access list 103

Deny tcp host 1.1.1.2 host 1.1.1.1 eq telnet(2 matches)

Permit ip any (160 matches)