cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1392
Views
0
Helpful
4
Replies

IR1101 - outgoing console via async port

dieter.lievens
Level 1
Level 1

Hi all,

 

I am trying to establish an outgoing console over the async port of a IR1101. I am getting a bit stuck, I'm afraid.

 

I am trying to establish a outgoing serial connections towards another cisco switch over the async interface of the router. The relevant config is:

 

interface Async0/2/0
no ip address
encapsulation relay-line

 

line 0/0/0
no exec
transport input all
line 0/2/0
no exec
transport input all

 

I tried with stopbits, with straight and roll-over cable. No luck.

 

I simply get this:

 

XXXXX1#telnet 172.31.244.4 2050 /vrf OOB
Trying 172.31.244.4, 2050 ... Open


User Access Verification

Username: admin
Password:

 

I can succesfully login, but the console is not giving me anthing.

Is what I am trying to do possible? Indeed, it's for a out of band solution

4 Replies 4

Hi, Anybody has resolved this issue? Thank you

Hello,

the only bit of information I could find is that apparently you need to configure this as well:

IR1101(config)#relay line 0/2/0 0/0/0

Then again, the connection with the switch is made. What port on the switch is the async interface connecting to ?

chrispybacon
Level 1
Level 1

I'm experiencing a similar issue:

We're trying to create a terminal server to be reached over cellular.  We have an IR1101 with an attached IRM-1100-4A2T, offering 4 Async ports 0/4/0 through 0/4/3.  Going through the documentation, I have created the following configuration to reach a switch's console port through as0/4/0, but it doesn't seem to be working, and I don't really know where to go from here.  When I telnet to the loopback on the port, I telnet into the router instead of bringing up the console port connected to the switch.  Any direction would be appreciated.

interface Loopback0
 description Management interface
 ip address 192.168.1.1 255.255.255.255
 
interface Async0/4/0
 no ip address
 encapsulation relay-line
 media-type rs232
 
line 0/4/0
 transport input all
 transport output all
 speed 115200
 
relay line 0/4/0 0/0/0

ip host SWITCH 2002 192.168.1.1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

IR1101#show line
   Tty Line Typ     Tx/Rx    A Modem  Roty AccO AccI  Uses  Noise Overruns  Int
      0    0 CTY              -    -      -    -    -     0      0    0/0      -
* 0/0/0    2 TTY      0/0     -    -      -    -    -     0      0    0/0      -
  0/0/1    3 TTY      0/0     -    -      -    -    -     0      0    0/0      -
  0/0/2    4 TTY      0/0     -    -      -    -    -     0      0    0/0      -
  0/0/3    5 TTY      0/0     -    -      -    -    -     0      0    0/0      -
  0/0/4    6 TTY      0/0     -    -      -    -    -     0      0    0/0      -
  0/2/0   50 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
* 0/4/0   98 TTY 115200/115200-    -      -    -    -     0      0    0/0      -
  0/4/1   99 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
  0/4/2  100 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
  0/4/3  101 TTY   9600/9600  -    -      -    -    -     0      0    0/0      -
*   146  146 VTY              -    -      -    -    -     1      0    0/0      -
    147  147 VTY              -    -      -    -    -     0      0    0/0      -
    148  148 VTY              -    -      -    -    -     0      0    0/0      -
    149  149 VTY              -    -      -    -    -     0      0    0/0      -
    150  150 VTY              -    -      -    -    -     0      0    0/0      -
    151  151 VTY              -    -      -    -    -     0      0    0/0      -
    152  152 VTY              -    -      -    -    -     0      0    0/0      -
    153  153 VTY              -    -      -    -    -     0      0    0/0      -
    154  154 VTY              -    -      -    -    -     0      0    0/0      -
    155  155 VTY              -    -      -    -    -     0      0    0/0      -
    156  156 VTY              -    -      -    -    -     0      0    0/0      -
    157  157 VTY              -    -      -    -    -     0      0    0/0      -
    158  158 VTY              -    -      -    -    -     0      0    0/0      -
    159  159 VTY              -    -      -    -    -     0      0    0/0      -
    160  160 VTY              -    -      -    -    -     0      0    0/0      -

 

Hi,

I got it working with the configuration below, but the important part was the cable. I had to build my own. See table 2 on " Connecting and Troubleshooting IoT Devices Using Asynchronous Serial Interfaces White Paper - Cisco ".

 

 

line 0/2/0

 exec-timeout 15 0

 transport preferred none

 transport input all

 transport output none

 

line 0/3/3

 exec-timeout 15 0

 transport input all

 transport output none

 

interface Async0/2/0

 no ip address

 encapsulation relay-line

 

interface Async0/3/3

 no ip address

 encapsulation relay-line

 media-type rs232

 

telnet <loopback-ip> 20xx (xx = line number)

 

 

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: