zoukankan      html  css  js  c++  java
  • 配置cisco设备记录用户命令

    R1(config)# aaa new-model 
    R1(config)# aaa accounting commands 0 default start-stop group local 
    R1(config)# aaa accounting commands 1 default start-stop group local 
    R1(config)# aaa accounting commands 15 default start-stop group local 
    R1(config)# line vty 0 4 
    R1(config-line)# accounting commands 0 default 
    R1(config-line)# accounting commands 1 default 
    R1(config-line)# accounting commands 15 default 
    R1(config-line)#exit
    R1(config)#line vty 5 15
    R1(config-line)# accounting commands 0 default 
    R1(config-line)# accounting commands 1 default 
    R1(config-line)# accounting commands 15 default 
    R1(config-line)#exit
    ===============================================================================

    Enter configuration commands, one per line. End with CNTL/Z.
    Router1(config)#aaa new-model
    Router1(config)#aaa accounting exec default start-stop group local
    Router1(config)#aaa accounting connection default start-stop group local
    Router1(config)#aaa accounting system default stop-only group local
    注释 除了可以记录用户输入命令以外还提供了
    exec(用户开始和中止exec 会话的时间记录),
    connection(用户发起外部连接的时间,地址,数据包多少等信息记录比如telnet ssh 等)
    system(系统重启,禁用AAA 等系统信息)等三种系统事件的记录

  • 相关阅读:
    RabbitMQ消费端自定义监听器DefaultConsumer
    RabbitMQ exchange交换机类型
    RabbitMQ 快速入门
    chrome jsonView插件安装
    谈谈令人头大的prototype 和__proto__
    原生JS写一个淡入淡出轮播图
    模拟聊天对话框
    全选反选的小案例
    原生js做一个简单的进度条
    点击回到顶部的按钮
  • 原文地址:https://www.cnblogs.com/qzqdy/p/11864865.html
Copyright © 2011-2022 走看看