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
Hub in star topology or bus topology?
What is the cladding?
What purpose does aging serve in a link state protocol?
What is de-encapsulation?
How many types of data?
Do we subletting of ip?
Can you explain PPP protocol?
1350 Value in which type of access-list?
What is Route Poisoning?
Which protocol you manually enable route summarization?
How many ways are there to implement VPN architecture?
How we can see mac address from dos prompt?
What is the beaconing?
Why do you use ‘service password encryption’?
Differentiate between broadcast domain and collision domain