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
Which company mange api's?
What are the things that can be accessed in a CISCO router’s identifying information?
Suppose a Switch interface went in error-dis mode what you will do for Troubleshooting List all Possibilities
What is the difference between hub, switch, and router?
How many types of ends in wan?
What is the difference between half duplex and full duplex?
Explain the difference between rip and ripv2?
What are the three sources of signal degradation on a data link?
Which type of transmission bus topology support?
How we can see mac address from dos prompt?
Which way of communication bus topology use?
Tell me how many hop counts are by default and how much you can increase in eigrp protocol?
What is the difference between named and extended acl?
Explain the terms unicast, multicast, broadcast.
What are packets?