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
Brielfly explain the conversion steps in data encapsulation
What is the command use to add a banner to a cisco router configuration?
Which type of routing you did in ccna?
Differentiate full-duplex from half-duplex.
Tell me how much hold down time of eigrep protocol?
What is the difference between csma/cd and csma/ca?
What is GRE in PPTP?
Name which protocols are link states?
What is the icmp protocol?
Can you describe the Authentication Header (AH) Protocol?
Why we use filter option?
Differentiate between broadcast domain and collision domain
What are the advantages of lan switching?
Which 2 protocols are in wan technology?
In eigrp metric parameters which 2 options are enable by default?