Nodegrid is used to connect different devices to manage the network.
If one would like to close any currently running sessions to the Nodegrid or to a connected target device, follow these steps
To see a list of currently open sessions with device name, use the following command,
log in as an admin (telnet/ssh/console)
show /system/device_sessions/
To close an open device session,
cd /system/device_sessions/
terminate_device_sessions <Device_Name>
To see current open sessions to the Nodegrid use the following comand,
show /system/open_sessions/
This command will show user,mode,source ip ,ref number and session start time.
To close an open session to the Nodegrid,
cd/system/open_sessions/
terminate_session <Ref Number>