1、ASA常用管理
management-access inside      #开启远程连接inside口
show snmp-server oidlist          #查看ASA snmp的oid
show vpn-sessiondb svc|l2l|remote      #查看远程VPN连接状态
ASA5525(config)# vpn-sessiondb logoff ?    #注销VPN登陆用户

2、查看接口描述
show interfaces description

3、查看每个模块信息(包括板卡信息)
show inventory   #N6K

4、查看光纤模块的光功率信息
show int trans details

5、ssh登陆配置
crypto key generate rsa modulus 1024
ip domain name kayou.com
ip ssh version 2

6、snmp v3配置
snmp-server group test v3 priv
snmp-server host 172.20.1.233 version 3 priv test
snmp-server community test.com RO
snmp-server enable traps snmp linkdown linkup
snmp-server user test test v3 auth md5 test123 priv des test123 配置用户名和密码
#默认端口为162(show run all | in snmp-server查看snmp默认配置)
查看snmp状态
show snmp
show snmp user
show snmp host

7、使用ftp协议开启自动远程配置备份
archive
 log config
  logging enable
  logging size 200
  notify syslog contenttype plaintext
  hidekeys
 path ftp://192.168.105.207/BJ_SW01/$t($h)-config
 write-memory
ip ftp username network     #ftp登录用户名
ip ftp password 7 cisco       #ftp登录密码

8、交换机堆叠配置
switch 1 renumber 2         #更改交换机堆叠号(需要重启交换机),默认为1
switch 1 priority <1-15>    #优先级越高越优
show switch                     #查看堆叠状态

9、c2960-lanbase-mz.122-53.SE2.bin版本接口802.1X配置
switchport access vlan 100    #接口划入vlan 100
switchport mode access        #接口access模式
authentication event fail action authorize vlan 11    #接口认证失败 vlan 11
authentication event no-response action authorize vlan 100    #接口认证无响应 vlan100
authentication port-control auto     #开启接口控制认证
dot1x pae authenticator     #开启802.1X功能
dot1x timeout quiet-period 10     #认证失败后的静默时间10
dot1x timeout supp-timeout 5     #认证等待的时间5

 

最新文章

  1. Finalize()、Dispose()、SafeHandle、GC
  2. 人人都是 DBA(XIV)存储过程信息收集脚本汇编
  3. log4net注意事项
  4. 关于for,while与do while
  5. android 高德地图出现【定位失败key鉴权失败】
  6. PHP的cURL库:抓取网页,POST数据及其他,HTTP认证 抓取数据
  7. C#中hashtable的赋值、取值、遍历、排序操作
  8. Java业务原子性的一种实现(key 独占访问)
  9. Linux中创建新用户并赋给指定文件权限
  10. 在Tomcat中配置单点登录
  11. 知识小罐头08(tomcat8启动源码分析 上)
  12. tar:short read problem
  13. JavaSE基础知识(5)—面向对象(5.7 final关键字)
  14. Xamarin Essentials教程构建共享请求
  15. [Vuex] Perform Async Updates using Vuex Actions with TypeScript
  16. 报错:NoSuchMethodError: kafka.javaapi.PartitionMetadata.leader()Lkafka/cluster/Broker;
  17. C# 判断字符串是否符合十六进制,八进制,二进制和十进制整数格式的正则表达式
  18. 国网SGCC_UAP 反编译.class文件源代码
  19. Windows XP Professional产品序列号
  20. [UE4]Return Node节点好用法

热门文章

  1. 解决Visual Studio(2017)软件无法重新生成问题
  2. CodeChef - ELHIDARR Find an element in hidden array(互动题)题解
  3. 【做题】arc072_f-Dam——维护下凸包
  4. windows下使用gvim不支持python3.6问题解决
  5. P4363 [九省联考2018]一双木棋chess
  6. 题解——CodeForces 438D The Child and Sequence
  7. (转)Paper list of Meta Learning/ Learning to Learn/ One Shot Learning/ Lifelong Learning
  8. 函数嵌套函数传递this值
  9. CentOS7使用firewalld和selinux
  10. maven . mac