¿Tiene una cuenta?
Este documento describe cómo actualizar los satélites de virtualización de red (nV) con un tiempo de inactividad mínimo al actualizar un router de servicios de agregación de Cisco serie 9000 (ASR9K) que tiene satélites conectados. Se necesita una consideración especial para reducir cualquier posible interrupción debido a la actualización del host o del dispositivo satelital.
En las versiones 5.3.2, 6.0.0 y posteriores, se admite la función de actualización automática. En versiones anteriores, había tres escenarios de transferencia de imágenes:
Con la función de actualización automática, puede automatizar la segunda opción, lo que hace que esto actúe como la primera opción y empuja la última imagen cuando el satélite se vuelve a conectar. La mejor analogía para la función de actualización automática del satélite es la de una actualización automática de un dispositivo programable sobre el terreno (FPD).
El comando que se utiliza para habilitar la función de actualización automática es upgrade on-connect, que se configura bajo el submodo de configuración nv satelital [ID de satélite]:
nv
satellite 100
type asr901
upgrade on-connect
!
En el escenario de un solo enlace, un satélite sólo está conectado a un único ASR9K, lo que significa que se ven dos recargas en el satélite. La primera recarga de satélite viene del host que se recarga durante una actualización de Cisco IOS ® XR, y la segunda recarga viene del software satelital Cisco IOS que se actualiza.
Para este tipo de actualización, complete los pasos de la sección Actualización de Satélite.
Si actualiza un satélite que está conectado a dos hosts ASR9K, se superan algunos de los desafíos que plantea un satélite de enlace único, pero se necesita una consideración especial para minimizar cualquier interrupción del tráfico.
Sobre la base de la suposición de que los dos hosts ASR9K deben actualizarse primero y el satélite último, o incluso en un momento posterior, tome estos pasos para minimizar cualquier interrupción:
Estos son los detalles de estos pasos con los repetitivos omitidos.
Este ejemplo tiene un anillo satelital (100, 101, 102) con satélites 100 y 102 activos para el host 1 (9001-G) y un satélite 101 activo para el host 2 (9001-H).
RP/0/RSP0/CPU0:ASR9001-G#show nv satellite status
Fri Aug 15 21:32:03.274 UTC
Satellite 100
-------------
Status: Connected (Stable)
Redundancy: Active (Group: 1)
Type: asr901
MAC address: 4c00.8287.1de4
IPv4 address: 10.0.100.1 (auto)
Serial Number: CAT1722U21S
Remote version: Compatible (not latest version)
ROMMON: 2.1 (Latest)
FPGA: N/A
IOS: 1402.20 (Available: 1406.12)
Configured satellite fabric links:
GigabitEthernet0/0/0/0
----------------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-9
Satellite 101
-------------
Status: Connected (Stable)
Redundancy: Standby (Group: 1)
Type: asr901
MAC address: 4c00.8287.2e24
IPv4 address: 10.0.101.1 (auto)
Serial Number: CAT1723U02B
Remote version: Compatible (not latest version)
ROMMON: 2.1 (Latest)
FPGA: N/A
IOS: 1402.20 (Available: 1406.12)
Configured satellite fabric links:
GigabitEthernet0/0/0/0
----------------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-9
Satellite 102
-------------
Status: Connected (Stable)
Redundancy: Active (Group: 1)
Type: asr901
MAC address: 4c00.8287.2ec4
IPv4 address: 10.0.102.1 (auto)
Serial Number: CAT1723U015
Remote version: Compatible (not latest version)
ROMMON: 2.1 (Latest)
FPGA: N/A
IOS: 1402.20 (Available: 1406.12)
Configured satellite fabric links:
GigabitEthernet0/0/0/0
----------------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-9
Si estas comprobaciones muestran todos los satélites como conectados, la configuración debería ser correcta. Si alguno de los satélites no se encuentra en el estado conectado en cualquiera de los ASR9Ks, entonces podría ser necesario troubleshooting adicional.
Esta configuración es lo que se utiliza en este documento.
interface GigabitEthernet0/0/0/0
nv
satellite-fabric-link network
redundancy
iccp-group 1
!
satellite 100
remote-ports GigabitEthernet 0/0/0-9
!
satellite 101
remote-ports GigabitEthernet 0/0/0-9
!
satellite 102
remote-ports GigabitEthernet 0/0/0-9
!
!
!
!
nv
satellite 100
type asr901
redundancy
host-priority 0
!
serial-number CAT1722U21S
!
satellite 101
type asr901
redundancy
host-priority 200
!
serial-number CAT1723U02B
!
satellite 102
type asr901
redundancy
host-priority 0
!
serial-number CAT1723U015
!
!
RP/0/RSP0/CPU0:ASR9001-H#show nv satellite status brief
Fri Aug 15 13:39:56.271 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Stby)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Stby)
Si se desea obtener una salida más condensada, el comando show nv satelital status brief se puede utilizar en ambos hosts. El estado conectado indica que el canal de control está operativo, mientras que Act y Stby indican el estado del plano de datos para cada satélite por host.
La manera más fácil de conmutar por error un satélite por el otro host ASR9K es cambiar la prioridad de host en la configuración. En este ejemplo, la prioridad del host se establece en el valor más alto (prioridad más baja), de modo que todos los satélites en el switch de anillo pasen al host 2.
RP/0/RSP0/CPU0:ASR9001-G#config t
Fri Aug 15 21:39:50.909 UTC
RP/0/RSP0/CPU0:ASR9001-G(config)#nv
RP/0/RSP0/CPU0:ASR9001-G(config-nV)#satellite 100
RP/0/RSP0/CPU0:ASR9001-G(config-satellite)#redundancy
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#host-priority 255
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#exit
RP/0/RSP0/CPU0:ASR9001-G(config-satellite)#exit
RP/0/RSP0/CPU0:ASR9001-G(config-nV)#satellite 102
RP/0/RSP0/CPU0:ASR9001-G(config-satellite)#redundancy
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#host-priority 255
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#end
Uncommitted changes found, commit them before exiting(yes/no/cancel)? [cancel]:y
Para verificar este cambio, se puede utilizar el comando show nv satelital status brief.
RP/0/RSP0/CPU0:ASR9001-G#show nv satellite status brief
Fri Aug 15 21:40:35.876 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Stby)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Stby)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Stby)
RP/0/RSP0/CPU0:ASR9001-H#show nv sat stat bri
Fri Aug 15 13:42:15.847 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Act)
Las nuevas imágenes satelitales (9000v y 901) están contenidas en los paquetes asr9k-9000v-nV-px-<release>y asr9k-901-nV-px-<release> respetuosamente. Una vez que estos paquetes se activan en el host, se podría actualizar un satélite.
Para descargar y activar la imagen del software en un satélite, utilice el comando install nv satelital en el modo EXEC.
install nv satellite { satellite id | all } { transfer | activate }
Descripción de la Sintaxis
ID del satélite |
Especifica el identificador único del satélite en el que se debe transferir la imagen. |
all |
Realiza la operación en todos los satélites actualmente activos que aún no están en la versión objetivo. |
transferencia |
Descarga la imagen del host al dispositivo satélite. |
activate |
Realiza la operación de instalación en el satélite. |
Después de ejecutar el comando install nv satelital y las recargas de satélite, la salida de show nv satelital status debería mostrar que las revisiones ROMMON, Field-Programmable Gate Array (FPGA) y Cisco IOS son las últimas. Si alguno de estos no dice más reciente, se necesita troubleshooting adicional para determinar por qué la imagen no fue actualizada.
RP/0/RSP0/CPU0:ASR9001-H#show nv satellite status
Fri Aug 15 19:54:26.429 UTC
Satellite 100
-------------
Status: Connected (Stable)
Redundancy: Active (Group: 1)
Type: asr901
MAC address: 4c00.8287.1de4
IPv4 address: 10.0.100.1 (auto)
Serial Number: CAT1722U21S
Remote version: Compatible (not latest version)
ROMMON: 2.1 (Latest)
FPGA: N/A
IOS: 1402.20 (Available: 1406.12)
Configured satellite fabric links:
GigabitEthernet0/0/0/0
----------------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-9
Satellite 101
-------------
Status: Connected (Stable)
Redundancy: Active (Group: 1)
Type: asr901
MAC address: 4c00.8287.2e24
IPv4 address: 10.0.101.1 (auto)
Serial Number: CAT1723U02B
Remote version: Compatible (latest version)
ROMMON: 2.1 (Latest)
FPGA: N/A
IOS: 1406.12 (Latest)
Configured satellite fabric links:
GigabitEthernet0/0/0/0
----------------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-9
Se pueden elegir varios satélites para el comando install nv satelital si utiliza un rango, por ejemplo 100-110, o por una coma, por ejemplo 100,105,115.
Si bien un satélite en un anillo puede conmutar rápidamente (normalmente menos de un segundo) al host de respaldo, es una práctica recomendada evitar esto si es posible y utilizar la función de prioridad de host para un switchover invocado por el usuario en lugar de un switchover activado por evento.
Teniendo esto en cuenta, si actualiza un satélite (SAT101 en este ejemplo) en un anillo y la ruta de datos activa de otro satélite pasa por este satélite (SAT102), habrá un switchover de la ruta de datos activa para el SAT102 cuando el SAT101 se reinicie para utilizar la nueva imagen y un segundo switchover para el SAT102 después del SAT 01 vuelve a estar en línea.
Para ilustrar esto, en estos ejemplos se utiliza esta topología con todos los satélites activos a 9001H y en espera a 9001G.
9001G --- SAT100 --- SAT101 --- SAT102 --- 9001H
A: ¿Qué ocurre cuando el SAT101 se actualiza desde el 9001H?
R: Cuando el satélite 101 se recarga, el satélite 100 pierde su enlace de control a 9001H y pasa a 9001G. El satélite 102 pierde su conexión al 9001G, pero el plano de datos no se conmuta. Una vez que el satélite 101 vuelve a funcionar y se restablece el canal de control entre el 9001H y el satélite 100, este satélite vuelve a conmutar y comienza a usar el 9001H como su ruta principal de plano de datos otra vez.
Esto verifica el estado del plano de datos para cada satélite, con 9001G como en espera y 9001H como activo.
RP/0/RSP0/CPU0:ASR9001-G#show nv satellite status brief
Fri Aug 15 21:40:35.876 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Stby)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Stby)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Stby)
Este es un ejemplo del satélite 101 que se actualiza desde el host 9001H.
RP/0/RSP0/CPU0:ASR9001-H#install nv satellite 101 activate
Fri Aug 15 18:05:27.899 UTC
The operation will cause an image to be transferred, and then activated on the
requested satellite.
WARNING: This will take the requested satellite out of service.
Do you wish to continue? [confirm(y/n)] y
Install Op 1: activate: 101
1 configured satellite has been specified for activate.
1 satellite has successfully initiated activate.
Cuando el satélite 101 se recarga para utilizar su nueva imagen, sucede lo siguiente, como se ve en la siguiente salida:
RP/0/RSP0/CPU0:ASR9001-G#show nv satellite status brief
Sat Aug 16 02:15:44.148 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 0000.0000.0000 Discovery Stalled; Conflict:
no Identification received yet
102 asr901 10.0.102.1 0000.0000.0000 Discovery Stalled; Conflict:
no Identification received yet
Una vez que el satélite 101 vuelve a funcionar y la conexión de control al satélite 100 se restablece a 9001H, todos los satélites están en espera a 9001G nuevamente y activos a 9001H. Esto significa que el satélite 100 realiza una segunda conmutación.
RP/0/RSP0/CPU0:Aug 15 18:15:20.280 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
TRANSFER_DONE : Image transfer completed on Satellite 101
RP/0/RSP0/CPU0:Aug 15 18:15:49.775 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 100 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 15 18:15:49.775 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 15 18:15:49.775 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 101
RP/0/RSP0/CPU0:Aug 15 18:15:49.792 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 100 removed
RP/0/RSP0/CPU0:Aug 15 18:15:49.805 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 101 removed
RP/0/RSP0/CPU0:Aug 15 18:18:31.793 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 up
RP/0/RSP0/CPU0:Aug 15 18:18:33.809 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR:
Node 101/ inserted
RP/0/RSP0/CPU0:Aug 15 18:18:35.665 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 100 up
LC/0/0/CPU0:Aug 15 18:18:36.021 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 15 18:18:36.022 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 15 18:18:37.786 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 15 18:18:37.786 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Down
RP/0/RSP0/CPU0:Aug 15 18:18:38.980 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:43.988 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:43.990 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:43.993 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:43.996 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:44.203 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
100/ inserted
RP/0/RSP0/CPU0:Aug 15 18:18:50.552 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:55.559 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:55.561 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:55.564 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:55.567 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:55.569 : invmgr[254]: %PLATFORM-INV-6-IF_OIRIN : xFP OIR:
SAT101/0/0 GigabitEthernet port_num: 0 is inserted, state: 1
RP/0/RSP0/CPU0:Aug 15 18:18:55.570 : invmgr[254]: %PLATFORM-INV-6-IF_OIROUT : xFP OIR:
SAT101/0/0 GigabitEthernet port_num: 0 is removed, state: 0
RP/0/RSP0/CPU0:Aug 15 18:18:56.925 : invmgr[254]: %PLATFORM-INV-6-IF_OIRIN : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 0 is inserted, state: 1
RP/0/RSP0/CPU0:Aug 15 18:18:56.927 : invmgr[254]: %PLATFORM-INV-6-IF_OIROUT : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 0 is removed, state: 0
RP/0/RSP0/CPU0:Aug 15 18:18:56.931 : invmgr[254]: %PLATFORM-INV-6-IF_OIRIN : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 4 is inserted, state: 1
Una vez actualizado el satélite, debe ver el mismo estado de satélite que antes.
RP/0/RSP0/CPU0:ASR9001-H#show nv satellite status brief
Fri Aug 15 18:20:59.515 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Act)
Con la misma topología que el ejemplo anterior y comenzando con todos los satélites que necesitan actualizarse, este ejemplo muestra la manera correcta de actualizar un anillo.
Compruebe el estado de los satélites desde ambos hosts y, a continuación, transfiera las imágenes a todos los satélites.
RP/0/RSP0/CPU0:ASR9001-G#show nv sat stat bri
Fri Aug 22 20:15:59.830 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Stby)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Stby)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Stby)
RP/0/RSP0/CPU0:ASR9001-H#show nv sat stat bri
Fri Aug 22 12:17:20.811 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Act)
RP/0/RSP0/CPU0:ASR9001-H#install nv satellite 100-102 transfer
Fri Aug 22 12:17:51.647 UTC
Install Op 1: transfer: 100-102
3 configured satellites have been specified for transfer.
3 satellites have successfully initiated transfer.
RP/0/RSP0/CPU0:ASR9001-H#RP/0/RSP0/CPU0:Aug 22 12:23:16.238 : icpe_satmgr[1168]:
%PKT_INFRA-ICPE_GCO-6-TRANSFER_DONE : Image transfer completed on Satellite 100
RP/0/RSP0/CPU0:Aug 22 12:27:55.990 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
TRANSFER_DONE : Image transfer completed on Satellite 101
RP/0/RSP0/CPU0:Aug 22 12:28:01.876 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
TRANSFER_DONE : Image transfer completed on Satellite 102
Después de esto, debido a que todos los satélites están activos a 9001H, active primero el satélite 100. Debido a esto, 9001G pierde las conexiones de control a todos los satélites del anillo.
RP/0/RSP0/CPU0:ASR9001-H#install nv satellite 100 activate
Fri Aug 22 12:30:13.088 UTC
WARNING: This will take the requested satellite out of service.
Do you wish to continue? [confirm(y/n)] y
Install Op 2: activate: 100
1 configured satellite has been specified for activate.
1 satellite has successfully initiated activate.
RP/0/RSP0/CPU0:ASR9001-H#
RP/0/RSP0/CPU0:ASR9001-H#RP/0/RSP0/CPU0:Aug 22 12:30:45.639 : icpe_satmgr[1168]:
%PKT_INFRA-ICPE_GCO-5-SATELLITE_STATUS : Satellite 100 one or more links may
be down - traffic may be impacted
RP/0/RSP0/CPU0:Aug 22 12:30:45.639 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 100
RP/0/RSP0/CPU0:Aug 22 12:30:45.658 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 100 removed
RP/0/RSP0/CPU0:Aug 22 12:33:28.059 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 100 up
RP/0/RSP0/CPU0:Aug 22 12:33:30.446 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR:
Node 100/ inserted
RP/0/RSP0/CPU0:Aug 22 12:33:30.449 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR:
Node 100/ inserted
LC/0/0/CPU0:Aug 22 12:33:30.495 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 22 12:33:30.497 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 22 12:33:43.498 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 12:33:43.498 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 12:33:45.487 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 22 12:33:45.490 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Up
RP/0/RSP0/CPU0:Aug 22 12:33:48.549 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 22 12:33:53.557 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 22 12:33:53.560 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 22 12:33:53.563 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 22 12:33:53.568 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
LC/0/0/CPU0:Aug 22 12:33:57.750 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 12:33:57.750 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Down
RP/0/RSP0/CPU0:Aug 22 12:34:06.111 : invmgr[254]: %PLATFORM-INV-6-IF_OIRIN : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 0 is inserted, state: 1
RP/0/RSP0/CPU0:Aug 22 12:34:06.113 : invmgr[254]: %PLATFORM-INV-6-IF_OIROUT : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 0 is removed, state: 0
RP/0/RSP0/CPU0:Aug 22 12:34:06.118 : invmgr[254]: %PLATFORM-INV-6-IF_OIRIN : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 4 is inserted, state: 1
RP/0/RSP0/CPU0:ASR9001-H#show nv sat stat bri
Fri Aug 22 12:34:13.401 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act; Transferred)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Act; Transferred)
Una vez que el satélite 100 vuelva a funcionar, cambie su ruta de datos activa a 9001G y continúe el proceso de actualización con una actualización al satélite 101 y finalmente al satélite 102.
RP/0/RSP0/CPU0:ASR9001-G#show run nv satellite 100
Fri Aug 22 20:35:59.435 UTC
nv
satellite 100
type asr901
redundancy
host-priority 255
!
serial-number CAT1722U21S
!
!
RP/0/RSP0/CPU0:ASR9001-G#config t
Fri Aug 22 20:36:03.839 UTC
RP/0/RSP0/CPU0:ASR9001-G(config)#nv sat 100
RP/0/RSP0/CPU0:ASR9001-G(config-satellite)#redundancy
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#host-priority 50
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#end
Uncommitted changes found, commit them before exiting(yes/no/cancel)? [cancel]:y
RP/0/RSP0/CPU0:Aug 22 20:36:18.401 : config[65867]: %MGBL-CONFIG-6-DB_COMMIT :
Configuration committed by user 'lab'. Use 'show configuration commit changes
1000000053' to view the changes.
RP/0/RSP0/CPU0:Aug 22 20:36:18.429 : config[65867]: %MGBL-SYS-5-CONFIG_I :
Configured from console by lab on vty0 (64.102.157.220)
RP/0/RSP0/CPU0:ASR9001-G#LC/0/0/CPU0:Aug 22 20:36:20.291 : ifmgr[208]:
%PKT_INFRA-LINK-3-UPDOWN : Interface GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 22 20:36:20.293 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN :
Line protocol on Interface GigabitEthernet100/0/0/0, changed state to Up
RP/0/RSP0/CPU0:ASR9001-G#show nv sat stat bri
Fri Aug 22 20:37:19.041 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Stby)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Stby)
RP/0/RSP0/CPU0:ASR9001-G#
RP/0/RSP0/CPU0:ASR9001-H#show nv sat stat bri
Fri Aug 22 12:40:26.728 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Stby)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act; Transferred)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Act; Transferred)
RP/0/RSP0/CPU0:ASR9001-H#install nv satellite 101 activate
Fri Aug 22 12:40:39.496 UTC
WARNING: This will take the requested satellite out of service.
Do you wish to continue? [confirm(y/n)] y
Install Op 3: activate: 101
1 configured satellite has been specified for activate.
1 satellite has successfully initiated activate.
RP/0/RSP0/CPU0:ASR9001-H#RP/0/RSP0/CPU0:Aug 22 12:41:11.108 : icpe_satmgr[1168]:
%PKT_INFRA-ICPE_GCO-5-SATELLITE_STATUS : Satellite 100 one or more links may be
down - traffic may be impacted
RP/0/RSP0/CPU0:Aug 22 12:41:11.108 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 22 12:41:11.108 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 101
RP/0/RSP0/CPU0:Aug 22 12:41:11.125 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 100 removed
RP/0/RSP0/CPU0:Aug 22 12:41:11.134 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 101 removed
LC/0/0/CPU0:Aug 22 12:41:11.150 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 12:41:11.150 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Down
RP/0/RSP0/CPU0:Aug 22 12:44:08.154 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 up
RP/0/RSP0/CPU0:Aug 22 12:44:10.598 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR:
Node 101/ inserted
RP/0/RSP0/CPU0:Aug 22 12:44:14.031 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 100 up
Como el satélite 101 está activado, esto sucede cuando se recarga:
RP/0/RSP0/CPU0:ASR9001-G#RP/0/RSP0/CPU0:Aug 22 20:39:52.241 : icpe_satmgr[1152]:
%PKT_INFRA-ICPE_GCO-5-SATELLITE_STATUS : Satellite 101 one or more links may be
down - traffic may be impacted
RP/0/RSP0/CPU0:Aug 22 20:39:52.241 : icpe_satmgr[1152]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 102 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 22 20:39:52.257 : invmgr[253]: %PLATFORM-INV-6-OIROUT :
OIR: Node 101 removed
RP/0/RSP0/CPU0:Aug 22 20:39:52.271 : invmgr[253]: %PLATFORM-INV-6-OIROUT :
OIR: Node 102 removed
RP/0/RSP0/CPU0:Aug 22 20:42:49.285 : icpe_satmgr[1152]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 up
RP/0/RSP0/CPU0:ASR9001-G#RP/0/RSP0/CPU0:Aug 22 20:42:51.712 : invmgr[253]:
%PLATFORM-INV-6-OIRIN : OIR: Node 101/ inserted
RP/0/RSP0/CPU0:Aug 22 20:42:55.166 : icpe_satmgr[1152]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 102 up
RP/0/RSP0/CPU0:Aug 22 20:42:55.539 : invmgr[253]: %PLATFORM-INV-6-OIRIN : OIR:
Node 102/ inserted
Puede especificar varios satélites en lugar de activar un satélite a la vez.
RP/0/RSP0/CPU0:ASR9001-H#install nv satellite 100-102 activate
Fri Aug 22 13:04:35.604 UTC
The operation will cause an image to be transferred where required, and then
activate new versions on the requested satellites.
WARNING: This will take the requested satellites out of service.
Do you wish to continue? [confirm(y/n)] y
Install Op 5: activate: 100-102
3 configured satellites have been specified for activate.
3 satellites have successfully initiated activate.
RP/0/RSP0/CPU0:Aug 22 13:05:07.612 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 100 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 22 13:05:07.612 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 22 13:05:07.612 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 100
RP/0/RSP0/CPU0:Aug 22 13:05:07.612 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 101
RP/0/RSP0/CPU0:Aug 22 13:05:07.630 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 100 removed
RP/0/RSP0/CPU0:Aug 22 13:05:07.640 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 101 removed
LC/0/0/CPU0:Aug 22 13:05:07.653 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 13:05:07.653 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 13:05:07.912 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet0/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 13:05:07.912 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet0/0/0/0, changed state to Down
RP/0/RSP0/CPU0:Aug 22 13:05:07.916 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 102 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 22 13:05:07.916 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 102
RP/0/RSP0/CPU0:Aug 22 13:05:07.934 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 102 removed
RP/0/RSP0/CPU0:ASR9001-H#show nv sat stat bri
Fri Aug 22 13:06:12.255 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 0000.0000.0000 Discovery Stalled; Conflict:
interface is down
101 asr901 10.0.101.1 0000.0000.0000 Discovery Stalled; Conflict:
interface is down
102 asr901 10.0.102.1 0000.0000.0000 Discovery Stalled; Conflict:
interface is down
Esta sección proporciona un ejemplo de una actualización a un código satelital posterior y los activadores de la función de actualización automática.
RP/0/RSP1/CPU0:AE(admin)#install activate disk0:asr9k-asr901-nV-px-5.3.2.12I
Thu Jun 18 20:19:21.299 UTC
Install operation 2 '(admin) install activate disk0:asr9k-asr901-nV-px-5.3.2.12I'
Info: Install Method: Parallel Process Restart
The install operation will continue asynchronously.
Install operation 2: load phase started at 20:19:43 UTC Thu Jun 18 2015.
Info: The changes made to software configurations will not be persistent
Info: across system reloads. Use the command '(admin) install commit' to
Info: make changes persistent.
Info: Please verify that the system is consistent following the software
Info: change using the following commands:
Info: show system verify
Info: install verify packages
RP/0/RSP1/CPU0:Jun 18 20:19:21.373 : instdir[251]:
%INSTALL-INSTMGR-6-INSTALL_OPERATION_STARTED : Install operation 2 '(admin)
install activate mem:asr9k-asr901-nV-px-5.3.2.12I' started by user 'started
by user 'lab' via CLI at 20:19:21 UTC Thu Jun 18 2015.
lab'
RP/0/RSP1/CPU0:Jun 18 20:19:58.402 : firmware_manager[235]:
%PLATFORM-UPGRADE_FPD-6-FW_MGR_OPERATION_INFO : AUTO_FPD_UPGRADE_INFO: FW_MGR:
auto fpd-upgrade CLI not configured. Return!
RP/0/RSP1/CPU0:Jun 18 20:20:01.422 : sysmgr[94]: %OS-SYSMGR-7-INSTALL_NOTIFICATION
: notification of software installation received
LC/0/0/CPU0:Jun 18 20:20:02.236 : sysmgr[91]: %OS-SYSMGR-7-INSTALL_NOTIFICATION :
notification of software installation received
LC/0/0/CPU0:Jun 18 20:20:02.250 : sysmgr[91]: %OS-SYSMGR-7-INSTALL_FINISHED :
software installation is finished
RP/0/RSP1/CPU0:Jun 18 20:20:06.432 : sysmgr[94]: %OS-SYSMGR-7-INSTALL_FINISHED :
software installation is finished
RP/0/RSP1/CPU0:Jun 18 20:20:18.772 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-4-SATELLITE_UPGRADE_ON_CONNECT_SET : Satellite 100 has been
configured to auto-update on re-connection and is currently not using a current
version. If the satellite control session is re-established, then the satellite
will update and be temporarily out of service.
RP/0/RSP1/CPU0:Jun 18 20:20:23.075 : instdir[251]:
%INSTALL-INSTMGR-6-INSTALL_OPERATION_COMPLETED_SUCCESSFULLY : Install operation
2 completed successfully
RP/0/RSP1/CPU0:Jun 18 20:22:04.756 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-6-VERSION_NOTCURRENT : Satellite 100 is running a software
version which is not current. Auto-upgrade scheduled.
RP/0/RSP1/CPU0:Jun 18 20:22:04.756 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-4-SATELLITE_UPGRADE_ON_CONNECT_SET : Satellite 100 has been
configured to auto-update on re-connection and is currently not using a current
version. If the satellite control session is re-established, then the satellite
will update and be temporarily out of service.
RP/0/RSP1/CPU0:Jun 18 20:22:04.884 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-5-VERSION_AUTOUPGRADE_STARTED : Auto-upgrade started for
1 satellite.
RP/0/RSP1/CPU0:Jun 18 20:27:22.438 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-6-TRANSFER_DONE : Image transfer completed on Satellite 100
LC/0/0/CPU0:Jun 18 20:27:48.995 : ifmgr[211]: %PKT_INFRA-LINK-3-UPDOWN :
Interface GigabitEthernet0/0/0/10, changed state to Down
LC/0/0/CPU0:Jun 18 20:27:48.995 : ifmgr[211]: %PKT_INFRA-LINEPROTO-5-UPDOWN :
Line protocol on Interface GigabitEthernet0/0/0/10, changed state to Down
RP/0/RSP1/CPU0:Jun 18 20:27:48.996 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-6-INSTALL_DONE : Image install completed on Satellite 100
LC/0/0/CPU0:Jun 18 20:27:50.476 : vic_0[367]: %PLATFORM-VIC-4-SIGNAL :
Interface GigabitEthernet0/0/0/10, Detected Signal failure
LC/0/0/CPU0:Jun 18 20:29:16.741 : ifmgr[211]: %PKT_INFRA-LINK-3-UPDOWN :
Interface GigabitEthernet0/0/0/10, changed state to Up
LC/0/0/CPU0:Jun 18 20:29:57.670 : ifmgr[211]: %PKT_INFRA-LINK-3-UPDOWN :
Interface GigabitEthernet0/0/0/10, changed state to Down
LC/0/0/CPU0:Jun 18 20:29:58.213 : vic_0[367]: %PLATFORM-VIC-4-RX_LOS :
Interface GigabitEthernet0/0/0/10, Detected Rx Loss of Signal
LC/0/0/CPU0:Jun 18 20:29:58.224 : ifmgr[211]: %PKT_INFRA-LINK-3-UPDOWN :
Interface GigabitEthernet0/0/0/10, changed state to Up
LC/0/0/CPU0:Jun 18 20:30:25.019 : ifmgr[211]: %PKT_INFRA-LINEPROTO-5-UPDOWN :
Line protocol on Interface GigabitEthernet0/0/0/10, changed state to Up
RP/0/RSP1/CPU0:Jun 18 20:30:28.969 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-5-SATELLITE_STATUS : Satellite 100 up
Esta es una lista de versiones esperadas para un satélite.
Versión XR | Primer envío de cliente (FCS) o actualización de mantenimiento de software (SMU) | Tipo de imagen | Versión de imagen | Notas |
4.2.1 | FCS | Cisco IOS/Kernel | 202.0 (151-3.SVA) | 202-209.9 |
ROMMON | 125 | |||
FPGA | 1.13 | |||
4.2.3 | FCS | Cisco IOS/Kernel | 210 (151-3.SVB) | 210-219.9 |
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCuc59715 | Cisco IOS/Kernel | 211 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCty86900 | Cisco IOS/Kernel | 212 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCul09549 | Cisco IOS/Kernel | 213 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
4.3.0 | FCS | Cisco IOS/Kernel | 252 (151-3.SVC) | 250-259.9 |
ROMMON | 125 | |||
FPGA | 1.13 | |||
4.3.1 | FCS | Cisco IOS/Kernel | 276 (151-3.SVD) | |
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCuj97259 | Cisco IOS/Kernel | 277 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCui77863 | Cisco IOS/Kernel | 278 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCuj97259 | Cisco IOS/Kernel | 279 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
4.3.2 | Cisco IOS/Kernel | 285 (151-3.SVF) | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
4.3.4 | Cisco IOS/Kernel | 287 (151-3.SVFa) | Podría decir que 285 están disponibles, esto está mal. | |
ROMMON | 125 | |||
FPGA | 1.13 | |||
5.1.0 | Cisco IOS/Kernel | 292 (151-3.SVE) | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
5.1.1 | Cisco IOS/Kernel | 322.6 (151-3.SVG) | ||
ROMMON | 126 | Para utilizar las funciones avanzadas, un satélite debe ejecutar esta versión. | ||
FPGA | 1.13 | |||
5.1.2 | Cisco IOS/Kernel | 327 (151-3.SVG2) | ||
ROMMON | 127 | |||
FPGA | 1.13 | |||
5.1.3 | Cisco IOS/Kernel | 338.1 (151-3.SVI) | ||
ROMMON | 127 | |||
FPGA | 1.13 | |||
5.2.0 | Cisco IOS/Kernel | 353 (151-3.SVH) | ||
ROMMON | 127 | |||
FPGA | 1.13 | |||
5.2.1 | Cisco IOS/Kernel | 353 (151-3.SVH) | ||
ROMMON | 127 | |||
FPGA | 1.13 | |||
5.2.2 | Cisco IOS/Kernel | 378 (151-3.SVH2) | ||
ROMMON | 127 | |||
FPGA | 1.13 | |||
5.3.0 | Cisco IOS/Kernel | 530.101 (151-3.SVI) | ||
ROMMON | 127.0 | |||
FPGA | 1.13 | |||
5.3.1 | Cisco IOS/Kernel | 531.101 | ||
ROMMON | 127.0 | |||
FPGA | 1.13 | |||
5.3.2 | Cisco IOS/Kernel | 532.101 | ||
ROMMON | 127.0 | |||
FPGA | 1.13 |
Versión XR | FCS o SMU | Tipo de imagen | Versión de imagen | Notas |
4.3.0 | FCS | Cisco IOS/Kernel | 1212.1 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
4.3.1 | FCS | Cisco IOS/Kernel | 1304.23 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
4.3.2 | FCS | Cisco IOS/Kernel | 1308.18 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
4.3.4 | FCS | Cisco IOS/Kernel | 1312.06 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
5.1.0 | FCS | Cisco IOS/Kernel | 1308.18 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
5.1.1 | FCS | Cisco IOS/Kernel | 1401.13 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
5.1.2 | FCS | Cisco IOS/Kernel | 1404.11 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
5.1.3 | FCS | Cisco IOS/Kernel | 1408.01 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
5.2.0 | FCS | Cisco IOS/Kernel | 1406.12 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
5.2.1 | FCS | Cisco IOS/Kernel | 1406.12 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
5.2.2 | FCS | Cisco IOS/Kernel | 1409.29 | |
ROMMON | 2.1 | |||
FPGA | n/a | |||
5.3.0 | FCS | Cisco IOS/Kernel | 1409.29 | |
ROMMON | 2.1 | |||
FPGA | n/a |
Saw the following message which indicates something blocking the image transfer
SAT9K_IMG_DOWNLOADER-3-TFTP_READ_FAIL: FTP download failure for 4502A1__.FPG with
error code:-3
Sugerencia: Verifique la configuración de protección del plano de administración (MPP) para asegurarse de que TFTP esté configurado en permitido para el puerto de enlace entre chasis (ICL).
En esta situación, el Fabricante del Plano de Control de la Interfaz (ICPE) informa de que la instalación se completa, pero cuando marca el satélite, no ejecuta la última versión.
RP/0/RSP0/CPU0:asr9k#install nv satellite 101 transfer progress
Wed Dec 18 16:36:43.381 CST
1 configured satellite has been specified for transfer.
1 satellite has successfully initiated transfer.
| Working...RP/0/RSP0/CPU0:Dec 18 16:37:00.072 CST: icpe_gco[1148]:
%PKT_INFRA-ICPE_
GCO-6-TRANSFER_DONE : Image transfer completed on Satellite 101
Press Ctrl+C at any time to stop displaying the current progress.
Completed.
1 satellite has successfully completed the transfer operation: 101.
RP/0/RSP0/CPU0:asr9k#install nv satellite 101 activate progress
Wed Dec 18 16:37:26.943 CST
WARNING: This will take the requested satellite out of service.
Do you wish to continue? [confirm(y/n)] y
1 configured satellite has been specified for install.
1 satellite has successfully initiated install.
<snip>
RP/0/RSP0/CPU0:Dec 18 16:37:29.962 CST: icpe_gco[1148]:
%PKT_INFRA-ICPE_GCO-6-INSTALL_DONE :
Image install completed on Satellite 101
RP/0/RSP0/CPU0:Dec 18 16:37:29.968 CST: invmgr[262]:
%PLATFORM-INV-6-OIROUT : OIR: Node 101
removed
Completed.
1 satellite has successfully completed the install operation: 101.
RP/0/RSP0/CPU0:asr9k#show nv satellite status satellite 101
Wed Dec 18 16:39:09.258 CST
Satellite 101
-------------
State: Connected (Stable)
Type: asr9000v
MAC address: 8478.ac05.8a14
IPv4 address: 101.101.101.101
Configured Serial Number: CAT1733U1K2
Received Serial Number: CAT1733U1K2
Remote version: Compatible (not latest version)
ROMMON: 125.0 (Latest)
FPGA: 1.13 (Latest)
IOS: 210.0 (Available: 292.0)
Qué examinar:
Hay un problema conocido cuando se actualiza de la versión 5.1.1 a la versión 5.1.2 o cuando se rebaja, que puede provocar que la actualización falle, lo que se documenta en el ID de bug de Cisco CSCuo41004.
<B>Symptom:</B>
During an upgrade from 5.1.1 or downgrade to 5.1.1 scenario, both hosts of a dual
head satellite configuration become the standby host for the satellite. This
stops traffic.
<B>Conditions:</B>
A dual head topology for nV ICPE configuration and one of the hosts being 5.1.1, with
the other being a later version.
<B>Workaround:</B>
Ensure that the secondary host is the host that is running 5.1.1. So during an upgrade
from 5.1.1, then upgrade the primary host first; during a downgrade to 5.1.1, then
downgrade the secondary host first.
The primary host can be identified using the <cmdBold>show nv satellite protocol
redundacy<noCmdBold> command.
An alternative option (if only a few satellites have been configured) is to explicitly
configure host priorities for the 2 hosts.
<B>Further Problem Description:</B>
The dual system will recover when both systems have the same version.
If testing between versions is required, then the user must explicitly configure host
priorities.