Tuesday, January 31, 2017

ASR1002 not picking SPA automatically -



No logs to show that the box notices the SPA, show inventory doesn't show it and you are running the latest code, then a reboot of the box might be the solution.

See logs on reboot the box notices the card.


NHRP MIB is not enabled: Trap generation suppressed
However, configuration changes effective
NHRP MIB is not enabled: Trap generation suppressed
However, configuration changes effective
NHRP MIB is not enabled: Trap generation suppressed
However, configuration changes effective
NHRP MIB is not enabled: Trap generation suppressed
However, configuration changes effective
SETUP: new interface Crypto-Engine0/0/6 placed in "shutdown" state

SETUP: new interface TenGigabitEthernet0/3/0 placed in "shutdown" state


Press RETURN to get started!







Thursday, January 12, 2017

Junos Software Upgrade - 0.0KB/s - stalled

run file copy scp://user@../jun../.../jinstall-ex-4500-12.3R12.4-domestic-signed.tgz

jinstall-ex-4500-12.3R12.4-domestic-signed.tg   0%    0     0.0KB/s - stalled 

I encountered the above state when trying to copy an image to an ex4550.

I factory-loaded the box, set up the root password and basic IP for reachability to the box that has the images and was able to copy the image & finish the upgrade of the box.

PS: Ensure you back up the configurations.


# load factory-default 

# commit

# show interfaces ge-0/0/0
unit 0 {
    family inet {
        address 10.10.10.18/24;
    }

delete interface ge-0/0/0 unit 0 family ethernet-switching
set interface ge-0/0/0 unit 0 family inet address 10.10.10.18/24
set routing-options static route 0.0.0.0/0 next-hop 10.10.10.1

# commit

rebooted the box at this point and the upgrade was as smooth as ever.