Unable to connect to Secondary IP Address using TelnetConnection Class
We are unable to connect to the Secondary IP Address using the TelnetConnection Class.
The user wants to connect to a Secondary IP Address in the case where the telnet connection has failed with 'HOST_IPADDR'. We are currently using a Telnet connection Class(of Jinterpreter) to connect to the NE . On analysing the Telnet Connection class, the user found that in the class itself, inside the connect method, it is taking "getCommParam("HOST_IPADDR");" everytime to connect to the NE . But the user wants to Connect to the secondary IP (set as HOST_SECADDR in comm param ), if it fails with a HOST_IPADDR error. As in the connect method it always takes the HOST_IPADDR from
The user wants to connect to a Secondary IP Address in the case where the telnet connection has failed with 'HOST_IPADDR'. We are currently using a Telnet connection Class(of Jinterpreter) to connect to the NE . On analysing the Telnet Connection class, the user found that in the class itself, inside the connect method, it is taking "getCommParam("HOST_IPADDR");" everytime to connect to the NE . But the user wants to Connect to the secondary IP (set as HOST_SECADDR in comm param ), if it fails with a HOST_IPADDR error. As in the connect method it always takes the HOST_IPADDR from
0