配置如下archive命令,可以记录登录到设备,具体配置了哪些命令:

R3(config)#archive
R3(config-archive)#log config
R3(config-archive-log-cfg)#
R3(config-archive-log-cfg)#logging enable
R3(config-archive-log-cfg)#notify syslog

R3#sho logging
Syslog logging: enabled (11 messages dropped, 0 messages rate-limited,
                0 flushes, 0 overruns, xml disabled, filtering disabled)
    Console logging: level debugging, 35 messages logged, xml disabled,
                     filtering disabled
    Monitor logging: level debugging, 0 messages logged, xml disabled,
                     filtering disabled
    Buffer logging: level debugging, 16 messages logged, xml disabled,
                    filtering disabled
    Logging Exception size (4096 bytes)
    Count and timestamp logging messages: disabled

No active filter modules.

Trap logging: level informational, 38 message lines logged

Log Buffer (4096 bytes):

*Mar  1 00:19:35.555: %SYS-5-CONFIG_I: Configured from console by console
*Mar  1 00:19:52.779: %SYS-5-CONFIG_I: Configured from console by console
*Mar  1 00:20:44.227: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:logging enable
*Mar  1 00:20:47.935: %SYS-5-CONFIG_I: Configured from console by console
*Mar  1 00:20:56.847: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:interface Ethernet0/0
*Mar  1 00:21:00.967: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:ip address 23.1.1.3 255.255.255.0
*Mar  1 00:21:01.731: %SYS-5-CONFIG_I: Configured from console by console
*Mar  1 00:22:12.543: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:username cisco password cisco
*Mar  1 00:22:12.543: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:!config: USER TABLE MODIFIED
*Mar  1 00:22:13.327: %SYS-5-CONFIG_I: Configured from console by console
*Mar  1 00:22:45.299: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:archive
*Mar  1 00:22:50.751: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:log config
*Mar  1 00:23:00.003: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:notify syslog
*Mar  1 00:23:12.295: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:logging enable
*Mar  1 00:33:32.739: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:notify syslog
*Mar  1 00:33:38.299: %SYS-5-CONFIG_I: Configured from console by console

关于archive(feature)的更多相关文章

  1. Flashback Data Archive ( Oracle Total Recall ) introduced in 11g

    Flashback Data Archive feature is part of Oracle Total Recall technology. Flashback Data Archive fea ...

  2. Apple Reject

    2016年11月10日 上午1:15 发件人 Apple 2. 1 PERFORMANCE: APP COMPLETENESS Thank you for your resubmission. Per ...

  3. [转载] HDFS and Erasure Codes (HDFS-RAID)

    The Hadoop Distributed File System has been great in providing a cloud-type file system. It is robus ...

  4. Linux获取当前目录名,shell获取当前目录名

    想把当前目录名保存到一个变量中,然后用在别的地方 ${PWD##*/} 测试: cd /var/log/squid echo ${PWD##*/} 还有很多种方法,请参考这个老外写的: http:// ...

  5. 学习笔记之 初试Caffe,Matlab接口提取feature

    Caffe 提供了matlab接口,可以用于提取图像的feature.

  6. Software: MPEG-7 Feature Extraction Library

    Software MPEG-7 Feature Extraction Library : This library is adapted from MPEG-7 XM Reference Softwa ...

  7. WordPress 主题开发 - (十三) Archive模板 待翻译

    What archive.php does (and all its related templates) is show posts based on a select criteria. A da ...

  8. 【UVA】658 - It's not a Bug, it's a Feature!(隐式图 + 位运算)

    这题直接隐式图 + 位运算暴力搜出来的,2.5s险过,不是正法,做完这题做的最大收获就是学会了一些位运算的处理方式. 1.将s中二进制第k位变成0的处理方式: s = s & (~(1 < ...

  9. Feature Selection Can Reduce Overfitting And RF Show Feature Importance

    一.特征选择可以减少过拟合代码实例 该实例来自机器学习实战第四章 #coding=utf-8 ''' We use KNN to show that feature selection maybe r ...

随机推荐

  1. 题解【CodeForces171C】A Piece of Cake

    Description 给你\(n\)个数,求出\(\sum_{i=1}^{n} a_{i}\times i\qquad\) Input 共\(n + 1\)个数,分别为\(n\)和\(n\)个数\( ...

  2. 【转】Java8 Stream 流详解

      当我第一次阅读 Java8 中的 Stream API 时,说实话,我非常困惑,因为它的名字听起来与 Java I0 框架中的 InputStream 和 OutputStream 非常类似.但是 ...

  3. PHP无法获取.env文件设置的值

    EGPCS指代的是什么?     指的是可以从服务器配置和请求的信息中获取的信息,它包括了environment(环境).GET.POST.cookie.server,对应的全局数组:$_ENV.$_ ...

  4. 解析python 生产/消费者模型实现过程

    1.多线程实现 import threadingimport queueimport logginglogging.basicConfig(level = logging.INFO,format = ...

  5. Linux07——安装MySQL

    ①检查工作 CentOS6 rpm -qa|grep mysql  或者 rpm -qa | grep mysql 如果存在mysql-libs的旧版本包如下: 一定要执行卸载呀!!! 卸载命令:rp ...

  6. 在远程连接mysql数据库出现问题怎么办

    远程连接mysql数据库报“Communications link failure...”错误 今天在用myEclipse连接时提示:Communications link failure,Last ...

  7. opencv:图像去噪(椒盐噪声)

    #include <opencv2/opencv.hpp> #include <iostream> using namespace cv; using namespace st ...

  8. HBase 启动后HMaster进程自动消失

    原因分析 1.hadoop 与 hbase 版本不兼容,导致的异常. 2.log日志信息显示 org.apache.hadoop.hbase.TableExistsException: hbase:n ...

  9. 2.5 【配置环境】多浏览器驱动 (chrome、IE、Firefox)❀

    来源:http://blog.csdn.net/huilan_same/article/details/51896672 http://www.cnblogs.com/thinkCoding/p/64 ...

  10. Javascript模块化编程之CommonJS,AMD,CMD,UMD模块加载规范详解

    JavaSript模块化 在了解AMD,CMD规范前,还是需要先来简单地了解下什么是模块化,模块化开发?     模块化是指在解决某一个复杂问题或者一系列的杂糅问题时,依照一种分类的思维把问 题进行系 ...