738
Views
0
Helpful
1
Replies
CLI Command to Disable Telnet access?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 10:45 AM - edited 07-04-2021 11:59 AM
What is the CLI command to disable telnet access to Cisco 1200 series APs on IOS?
Labels:
- Labels:
-
Other Wireless Topics
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 11:44 AM
You can write simple access list
ap(config)#access-list 1 deny any
ap(config)#line vty 0 4
ap(config-line)#access-class 1 in
M.
Hope that helps, rate if it does
