07-06-2006 02:56 PM - edited 03-18-2019 06:06 PM
IS it possible to allow telnet access directly to the service-module address without going via the CME router and then using the session command
thanks
Solved! Go to Solution.
07-09-2006 03:10 PM
What happens if you change "transport output pad telnet rlogin lapb-ta mop udptn v120 ssh" to "transport output all"?
Brandon
07-06-2006 07:04 PM
CUE uses a TTY port which will allow you to access the service module directly. When you type "service-module service-Engine 1/0 session", you something similar to:
Trying 172.19.153.41, 2033 ... Open
In this case 2033 is the TTY port. This will vary based on where the module is installed. So, if 172.19.153.41 is the address of the interface referenced in the ip unnumbered command for CUE, you could type "telnet 172.19.153.41 2033" from a PC and telnet directly to the CUE module. This is the reason CUE security best practices recommend securing this TTY port like any other. See the following link.
Hope this helps. If so, please rate the post.
Brandon
07-06-2006 08:18 PM
Brandon
I still get a RST from the router (PC sees connect failed) after applying all the commands on the line that are typically required for telnet access
07-07-2006 03:58 AM
So, you can telnet to the router, but when you add the port such as telnet "172.19.153.41 2033", the connection fails? Can you post your config?
Brandon
07-09-2006 02:00 AM
interface Loopback0
description Management Interface
ip address 172.23.200.1 255.255.255.252
!
interface Service-Engine0/0
ip unnumbered Loopback0
service-module ip address 172.23.200.2 255.255.255.252
service-module ip default-gateway 172.23.200.1
!
line 66
password xxx
login
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
--------------------------------------------------------------------------------------------------------
Telnet to service-engine
C:\>telnet 172.23.200.1 2066
Connecting To 172.23.200.1...Could not open connection to the host, on port 2066: Connect failed
IP: tableid=0, s=10.12.0.11 (Vlan12), d=172.23.200.1 (Loopback0), routed via RIB
IP: s=10.12.0.11 (Vlan12), d=172.23.200.1, len 48, rcvd 4
TCP src=1923, dst=2066, seq=1193143146, ack=0, win=65535 SYN
IP: s=172.23.200.1 (local), d=10.12.0.11 (Vlan12), len 40, sending
TCP src=2066, dst=1923, seq=0, ack=1193143147, win=0 ACK RST
--------------------------------------------------------------------------------------------------------
Telnet to Service-module
C:\>telnet 172.23.200.2 2066
Connecting To 172.23.200.2...Could not open connection to the host, on port 2066: Connect failed
No debug recorded
07-09-2006 03:10 PM
What happens if you change "transport output pad telnet rlogin lapb-ta mop udptn v120 ssh" to "transport output all"?
Brandon
07-11-2006 02:00 AM
Brandon
After a reboot and using the configuration show previously it now works thanks for the help
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide