|
Jul 20th, 2011 at 7:04pm
in the SSH prompt you have a history command, it's a standard linux command, however, I am not sure what the history size is, or even if it's disabled by iDirect as standard. Command: #history
you will be able to see what commands were issued, for instance if someone opens the options file using VI or CAT you will see this, what changes they made in the file, you will not be able to see from there.
honestly if someone makes changes in the options file, which really is the common place to make changes, it will show on iBuilder, the NMS does a saved vs actual options file check.
for the Telnet, I am not sure, I will have to check what history you can see.
Now as for who has logged in to the system via SSH, I think, again going off the top of my head, you can use the last command: #last this should return who has logged in, when they logged in and if they have logged out or are still connected.
hope they work out and give you some detail you are looking for.
BTW all the above will be cleared if the router is rebooted, the history and last commands will return nothing if the remote was reset. (note: you can use #uptime to see how long since the last OS reboot)
|