I have been working on CISCO's SMA390 and the RPC port for the device is not responsive when connected to a core switch. 1. The core switch is for public-facing IP/ CIMC IP of the device. 2. The IP's are configured and using ipmitool command. 3. The port is responding when tried to configure over a private network(laptop to device connection).
I have tried ping command after checking that the IP's are configured and its failing while the gateway is responding.
ipmitool lan print 1 ipmitool lan set 1 ipsrc static ipmitool lan set 1 ipaddr 10.10.1.5 ipmitool lan set 1 netmask 255.255.255.0 ipmitool lan set 1 defgw ipaddr 10.10.1.1 ipmitool lan set 1 access on ipmitool raw 0x36 0x52 0x0f
I want the ping and the ssh to be enabled.