Tuesday, September 3, 2019

NFX250 JDM Management Port eth0 not reachable

I have an NFX250 running version:

root@jdm# show version
## Last changed: 2019-09-03 21:03:43 UTC
version "15.1X53-D40.3.secure [dc-builder]";

I want to upgrade the software via the JDM, so I know I need to upload the package via the Winscp and run a couple of commands. However, first i need connectivity to the JDM Out-of-Band port which is the eth0 in this version as shown below:

root@jdm# show
## Last changed: 2019-09-03 21:03:43 UTC
version "15.1X53-D40.3.secure [dc-builder]";
system {
root-authentication {
encrypted-password "$6$H7r8x$jlt3bvJpAt24bj8EyeZwADCuAHZ6gCiw5KymN.r6XWcPRSTmhRr8GS5MWT5MwjSQhZC0O1hX5YA8M.3OMV4nY0"; ## SECRET-DATA
}
services {
ssh;
netconf {
ssh;
rfc-compliant;
}
}
phone-home {
server https://redirect.juniper.net;
upgrade-image-before-configuration;
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop 10.10.10.254;
}
}
interface eth0 {
vlan-id 0 {
family {
inet {
address 10.10.10.11/24;
}
}
}
vlan-id 1 {
family {
inet {
address 10.10.10.20/24;
}
}
}
}

If i connect my PC to the management port of the NFX  250, i must be able to ping the eth0 IP: 10.10.10.20/24. However, i'm not able to ping it or connect to it via Winscp. If i ping this IP from inside the NFX it is pinging.

Can someone help me with this?



No comments:

Post a Comment