Registro de configuración de arranque
Algo que siempre olvido, solo recuerdo 0x2102 y 0x2142 ya que ambos son los mas usados. El registro de configuración permite configurar el modo de arranque de un dispositivo IOS. Si queremos saber cual tenemos configurado lo hacemos:
sh ver | i ion_reg Configuration register is 0x2102 router#
Para cambirlo, en modo de configuración:
config-register [new register]
Posibles valores:
- 0x102 : Ignores break, 9600 baud
- 0x1202 : 1200 baud
- 0x2101 : Boots into bootstrap, ignores break, boots into ROM if fails, 9600 baud
- 0x2102 : Ignores break, boots into ROM if fails, 9600 baud. Is the default option for most platforms.
- 0x2120 : Boots into ROM, 19200 baud
- 0x2122 : Ignores break, boots into ROM if fails, 19200 baud
- 0x2124 : Netboot, ignores break, boots into ROM if fails, 19200 baud
- 0x2142 : Ignores break, boots into ROM if fails, 4800 baud
- 0x2922 : Ignores break, boots into ROM if fails,, 38400 baud
- 0x3122 : Ignores break, boots into ROM if fails, 57600 baud
- 0x3902 : Ignores break, boots into ROM if fails, 115200 baud
Salud,