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
What are the advantages of lan switching?
What is the difference between csma/cd and csma/ca?
Mention the conversion steps of data encapsulation?
Explain what is the size of hello packets in eigrep protocol?
Explain the difference between simple authentication and md5?
Tell me when we use standard access-list?
How do we do encryption and authentication in L2TP?
Explain which layer are called upper layer?
What is HDLC?
What is the network subnet?
What is the mesh network?
What are the different ways authentication mechanism in VPN?
What is the difference between the user mode and the privileged mode?
What are the netbios and netbeui?
What is subnet? Why is it used?