how can we block remote desktop for some user from cisco
router through aaccess-list

Answer Posted / dharmendra kumar soni

Hi
Remotely accessing routers is through of telnet gives us
easy access to our routers from almost anywhere. This is
done through the use of access control lists standard access
list

r1(config)#access-list 10 permit 10.10.206.3 255.255.255.255
r1(config)#access-list 10 permit 10.10.206.4 255.255.255.255
r1(config)#access-list 10 deny any
r1(config)#line vty 0 4
r1(config)#access-class 10 in

in above command restricted to telnet command particular two
ip add that means two can't access anything else

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which company mange api's?

748


What are the things that can be accessed in a CISCO router’s identifying information?

793


Suppose a Switch interface went in error-dis mode what you will do for Troubleshooting List all Possibilities

2037


What is the difference between hub, switch, and router?

756


How many types of ends in wan?

638






What is the difference between half duplex and full duplex?

740


Explain the difference between rip and ripv2?

723


What are the three sources of signal degradation on a data link?

937


Which type of transmission bus topology support?

872


How we can see mac address from dos prompt?

702


Which way of communication bus topology use?

697


Tell me how many hop counts are by default and how much you can increase in eigrp protocol?

810


What is the difference between named and extended acl?

791


Explain the terms unicast, multicast, broadcast.

769


What are packets?

753