温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

使用syslog记录Cisco设备日志

发布时间:2020-07-15 14:21:38 来源:网络 阅读:4435 作者:海阔天空空 栏目:网络安全

使用syslog记录Cisco设备日志


以下配置描述了如何将Cisco设备的日志发往syslog服务器

device#conf t

device(config)#logging on

device(config)#logging a.b.c.d //日志服务器的IP地址

device(config)# logging facility local1

//facility标识, RFC3164 规定的本地设备标识为 local0 - local7

device(config)#logging trap errors //日志记录级别,可用"?"查看详细内容

device(config)#logging source-interface e0 //日志发出用的源IP地址

device(config)#service timestamps log datetime localtime

//日志记录的时间戳设置,可根据需要具体配置

检验

device#sh logging


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI