关于archive(feature)
配置如下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)的更多相关文章
- Flashback Data Archive ( Oracle Total Recall ) introduced in 11g
Flashback Data Archive feature is part of Oracle Total Recall technology. Flashback Data Archive fea ...
- Apple Reject
2016年11月10日 上午1:15 发件人 Apple 2. 1 PERFORMANCE: APP COMPLETENESS Thank you for your resubmission. Per ...
- [转载] HDFS and Erasure Codes (HDFS-RAID)
The Hadoop Distributed File System has been great in providing a cloud-type file system. It is robus ...
- Linux获取当前目录名,shell获取当前目录名
想把当前目录名保存到一个变量中,然后用在别的地方 ${PWD##*/} 测试: cd /var/log/squid echo ${PWD##*/} 还有很多种方法,请参考这个老外写的: http:// ...
- 学习笔记之 初试Caffe,Matlab接口提取feature
Caffe 提供了matlab接口,可以用于提取图像的feature.
- Software: MPEG-7 Feature Extraction Library
Software MPEG-7 Feature Extraction Library : This library is adapted from MPEG-7 XM Reference Softwa ...
- WordPress 主题开发 - (十三) Archive模板 待翻译
What archive.php does (and all its related templates) is show posts based on a select criteria. A da ...
- 【UVA】658 - It's not a Bug, it's a Feature!(隐式图 + 位运算)
这题直接隐式图 + 位运算暴力搜出来的,2.5s险过,不是正法,做完这题做的最大收获就是学会了一些位运算的处理方式. 1.将s中二进制第k位变成0的处理方式: s = s & (~(1 < ...
- Feature Selection Can Reduce Overfitting And RF Show Feature Importance
一.特征选择可以减少过拟合代码实例 该实例来自机器学习实战第四章 #coding=utf-8 ''' We use KNN to show that feature selection maybe r ...
随机推荐
- [刷题] Leetcode算法 (2020-2-27)
1.最后一个单词的长度(很简单) 题目: 给定一个仅包含大小写字母和空格 ' ' 的字符串 s,返回其最后一个单词的长度. 如果字符串从左向右滚动显示,那么最后一个单词就是最后出现的单词. 如果不存在 ...
- WOW Factor
Recall that string aa is a subsequence of a string bb if aa can be obtained from bb by deletion of s ...
- testng如何实现并发
参考: https://www.cnblogs.com/znicy/p/6534893.html
- 【Python】数值运算函数
- kuangbin专题 专题九 连通图 POJ 1236 Network of Schools
题目链接:https://vjudge.net/problem/POJ-1236 题目:有向图,有若干个连通图,点之间有单向边边就可以单向传递信息,问: (1)至少需要发送几份信息才能使得每个点都传递 ...
- 虚拟机安装的ubuntu不能联网解决
安装双系统从没遇到的问题,再虚拟机上遇到了不能联网的问题: 下面给出我的解决方法(win10系统.ubuntu 16.04) 我的电脑-管理-设备管理器 看是否虚拟机的虚拟网卡在: 在去设置-控制面板 ...
- python中使用graphviz环境配置
去官网下载graphviz,并下一步安装 配置graphviz的bin目录到path环境变量下 python相关包: 使用conda注意:conda install graphviz 可能没用,要使用 ...
- python中GraphViz's executables not found的解决方法以及决策树可视化
出现GraphViz's executables not found报错很有可能是环境变量没添加上或添加错地方. 安装pydotplus.graphviz库后,开始用pydotplus.graph_f ...
- Django组件总结
Django组件介绍 分页器的使用 分页器在页面中非常常见,当数据库条数数据过多时,页面一次性显示不好看时,我们可以使用分页器,将数据分几次显示. 1.1 数据库内插入大量数据 Booklist=[] ...
- Codeforces Round #579 (Div. 3) 题解
比赛链接:https://codeforc.es/contest/1203/ A. Circle of Students 题意:\(T\)组询问,每组询问给出\(n\)个数字,问这\(n\)个数字能否 ...