How to enable TELNET on ASA ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2010 10:02 PM - edited 03-11-2019 11:37 AM
Hello Everyone,
I am new to networking & cisco
Can you tell me the command for remote telnet to firewall by using PUTTY software ???
My firewalls Ip is (175.172.10.2) which we natted on router to 1.1.1.2..
I want to access firewall from remote location ?? What the possibal command for that ?
- Labels:
-
NGFW Firewalls

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2010 10:06 PM
Telnet is not supported on the lowest security level interface (which i believe would be your ASA external interface).
If you would like to telnet to the ASA external interface, you would need to remote VPN to the ASA first.
Alternatively, you can SSH to the ASA external interface directly (TCP/22) and you would need to configure the IP address where you will be SSH from on the ASA.
Hope that answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2010 11:53 PM
Hello,
I want to telnet into my firewall using PUTTY software..
is it possibal ? if so what are the commands i need to fire in Firewall ?
thank you...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2010 05:27 AM
As advised earlier, it is not possible to TELNET directly to the ASA outside interface. You can only SSH to the ASA outside interface.
If you would like to TELNET to ASA outside interface, you would need to VPN in first prior to initiating the telnet connection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2010 05:27 AM
Hello Vinayak,
You can enable telnet on inside/DMZ interfaces but not on outside. For
inside/DMZ, use the following commands:
telnet 0.0.0.0 0.0.0.0 inside
telnet 0.0.0.0 0.0.0.0 dmz
This will enable telnet for all hosts on inside/dmz. If you want to be
specific, then
telnet aa.bb.cc.dd 255.255.255.255 inside
telnet xx.yy.zz.0 255.255.255.0 dmz
This will allow specific hosts/network telnet access.
Hope this helps.
Regards,
NT

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2010 05:28 AM
Hi Vinayak,
Here is the configuration guide that shows how to setup Telnet access to the firewall:
However, as halijenn noted, you cannot access the firewall via Telnet on the lowest security interface. For that, you'll need to use SSH (also described in the link above) or connect via VPN first.
Hope that helps.
-Mike
