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 is the default size of frame?
What are the advantages of lan switching?
Tell me which multicast ip eigrp protocol use?
Can you explain static and dynamic tunnels?
Which command we use for ping in ipv6?
what does PPTP use for encryption and authentication?
What are the advantages of layered model in networking industry?
How is rip different from igrp?
What is the default behavior of access-list?
Tell us the name of algorithm of eigrp protocol?
What are the things that can be accessed in a CISCO router’s identifying information?
Why mac address called physical address?
When ip confliction accord in subnet which ip assigned automatically and what it called?
Define routing?
What purpose does aging serve in a link state protocol?