Well I was trying to access the service port from the client pc which is located at the another network.
Service port = 10.100.2.1/16
Client IP = 10.1.1.10/16
We know that one cannot put the default gateway on service port. However as per the documentation you will be able to add the static route for the remote management. Well I have used the following command.
config route add 10.1.0.0 255.255.0.0 <gateway.ip>
Also I am getting below mentioned message while running above mentioned command.
"ip address/netmask conflicts with the configured ip address of the service port"
Bookmarks