cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
651
Views
5
Helpful
1
Replies

ASR 1006 Aux port

alkill001
Level 1
Level 1

I can't use Aux port for ASR 1006, becouse i can't find it in configuration.

 

Version: asr1000rp2-advipservicesk9.03.07.05.S.152-4.S5.bin"

router#sho line ?
  <0-16>       First Line range
  async-queue  Show async-queue
  console      Primary terminal line
  summary      Quick line status summary
  vty          Virtual terminal
  |            Output modifiers
 <cr>

router#sho line 
   Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
     0 CTY              -    -      -    -    -      0       0     0/0       -
*    1 VTY              -    -      -    -    1      4       0     0/0       -
*    2 VTY              -    -      -    -    1     16       0     0/0       -
*    3 VTY              -    -      -    -    1      2       0     0/0       -
     4 VTY              -    -      -    -    1      3       0     0/0       -

 

Can you help me whith my problem?

1 Reply 1

akumarka
Cisco Employee
Cisco Employee

By default, the AUX port is given to Linux running in the background, instead of the IOS.to enable it in IOS

 

  1. Set the config-register to 0x0000, so a reload will load us into Rommon
  2. Save that config and reload
  3. In Rommon, there’s a variable BOOT_PARAM which gives access to the AUX port to Linux. We can unset it to give it to the IOS instead:

rommon> unset BOOT_PARAM

rommon> sync

rommon> reset

 

  1. Change the config-register back to 0x2102 to boot back into IOS on the next reset, then boot out of Rommon

Review Cisco Networking for a $25 gift card