show log for CSS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2009 03:04 AM - edited 03-06-2019 03:12 AM
Hi guys,
I would like to know if there is a way to search log for specified time in CSS?
I have logs from Feb till now , but i want to view logs for Aug only, is it possible?
This is CSS11503 series. Thanks in advance.
siraJ
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2009 01:33 PM
Hello SiraJ,
if CSS is like a router you can use
sh log | inc Aug
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2009 03:59 PM
the log has about 140k lines, i am able to view first 3000++ lines and last 1000 lines (via tail commands).
I am just wondering if i can view any lines in between?
this is the log command for CSS
LoadBalancer# sh log sys.log ?
line-numbers Include line numbers when displaying log file
tail Begin display at specified line count from end of file
LoadBalancer# sh log sys.log
Thanks again
SiraJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2009 11:30 PM
Hello SiraJ,
I would think to move the file on a unix station and the to use the grep command to create a subfile for the mounth of August or by accessing the file with vi or vim editors.
verify you can move the file with FTP or TFTP protocols.
Hope to help
Giuseppe
