About no exec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 03:37 PM - edited 03-19-2019 12:26 PM
Hey there. I've seen this configuration in another site, and I want to know the non exec command applies only for line aux 0. Do I have to write every type of connection? Thanks in advance.
line con 0
logging sychronous
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
- Labels:
-
UC Applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 03:44 PM
Yes, that config only applies to the line it is configured on.
I would also probably add (unless you know you need those other protocols):
transport input telnet ssh
transport output telnet ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 03:54 PM
Thanks! Can you please explain to me why will you add those lines?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 03:58 PM
Because those extra protocols can cause security issues. So if you don't want unexpected compromises you should turn them off.
