12-03-2010 01:42 PM - edited 03-04-2019 10:40 AM
I am trying to use the AUX port on a ASR 1002 to connect to a console port on another router. Usually you telnet to port 2000+line number and then you are on the AUX with an outgoing connection. But I can not figure out how to do this on ASR. I am running 3.2S. Telnetting to port 2001, AUX is line 1, makes the router to send RST back. It seems that TCP is not listening on that port at all.
Anyone using the AUX port on ASR?
Solved! Go to Solution.
12-03-2010 03:41 PM
Can you add config below.
line aux 0
modem InOut
transport input all
transport output all
12-03-2010 03:41 PM
Can you add config below.
line aux 0
modem InOut
transport input all
transport output all
12-04-2010 01:07 AM
Thanks, that made it to work. Actually, I found out that the minimum config on AUX is
line aux 0
transport input all
transport output none
stopbits 1
Authentication is handled through aaa new-model.
/Svante
03-31-2017 09:03 AM
Hi,
We are new with Cisco ASR and IOS XR.
Our new WAN Router is an ASR 9001.
But I do not get the aux configuration.
RP/0/RSP0/CPU0:ro04000230_iWAN_ITZ(config)#line ?
console console template
default default template
template user defined template
there is no "aux"...
And if i enter "line aux" or "line aux 0", it looks like the XR interprets it as an user definded template, and i can't configure aux parameters:
RP/0/RSP0/CPU0:ro04000230_iWAN_ITZ(config-line)#exit
RP/0/RSP0/CPU0:ro04000230_iWAN_ITZ(config)#line aux 0
RP/0/RSP0/CPU0:ro04000230_iWAN_ITZ(config-line)#?
apply-group Apply configuration from a group
apply-group-append Append apply-group configuration from a group
apply-group-remove Remove a group from apply-group configuration
clear Clear the uncommitted configuration
commit Commit the configuration changes to running
describe Describe a command without taking real actions
do Run an exec command
exclude-group Exclude apply-group configuration from a group
exclude-item Negate a command or set its defaults
exit Exit from this submode
login Line login configuration
no Negate a command or set its defaults
pwd Commands used to reach current submode
root Exit to the global configuration mode
show Show contents of configuration
I want to use the aux port for telnet hopping like i did on ISR G2:
line aux 0
session-timeout 30 output
exec-timeout 60 0
no exec
transport input all
telnet break-on-ip
stopbits 1
speed 9600
flowcontrol hardware
exit
Do anyone knows how to configure the aux port for outgoing connections?
Thanks a lot!
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