当前位置:   article > 正文

AAA-------网安的一种管理机制--认证授权计费

AAA-------网安的一种管理机制--认证授权计费
+ 计费
	- 不计费
	- 远端计费
+ RADIUS协议 ![](https://img-blog.csdnimg.cn/img_convert/18c6af05915f8d82df1246764f2e23e8.jpeg)
+ 配置接入类型 ![](https://img-blog.csdnimg.cn/img_convert/d9d6edf7cbac842cc34278a308916ef1.jpeg)
+ 实验
	- 第一种:console设置
		* 设置console用户名密码登陆
		* user-interface con 0
		* authentication-mode aaa 开启aaa认证
		* idle-timeout 11 0 默认超时10分钟
		* aaa 进入AAA
		* local-user admin password simple admin 建用户
		* local-user admin privilege level 15 赋予权限,vty不用重复
		* local-user admin service-type terminal terminal登陆
	- 第二种:telnet设置 (端口号23)
		* user-interface vty 0 4
		* authentication-mode aaa 开启aaa认证
		* idle-timeout 11 0 默认超时10分钟
		* aaa 进入AAA
		* local-user admin password simple admin 建用户
		* local-user admin privilege level 15 赋予权限,vty不用重复
		* local-user admin service-type telnet 服务
	- 第三种:SSH设置(端口号22)
		* stelnet server enable ssh服务打开
		* [Huawei]rsa local-key-pair create 生成秘钥对
		* ssh user admin1 系统视图创建
		* ssh user admin1 authentication-type password
		* ssh user admin1 service-type stelnet
		* aaa 进入aaa视图
		* local-user admin1 password cipher TR'NXB
		* local-user admin1 privilege level 15
		* local-user admin1 service-type ssh
		* user-interface vty 0 4 虚拟终端
		* authentication-mode aaa
		* user privilege level 15
		* protocol inbound ssh
	- 第四种radius认证
		* radius-server template 1
		* radius-server shared-key cipher [123.com](https://bbs.csdn.net/topics/618653875)
		* radius-server authentication 10.1.6.6 1812 weight 80
		* radius-server accounting 10.1.6.6 1813 weight 80
		* aaa
		* authentication-scheme auth1
		* authentication-mode radius
		* accounting-scheme acc1
		* accounting-mode radius
		* domain huawei.com
		* authentication-scheme auth1
		* accounting-scheme acc1
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50

最后

自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。

深知大多数网络安全工程师,想要提升技能,往往是自己摸索成长,但自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!

因此收集整理了一份《2024年网络安全全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友。

img

img

img

img

img

既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上网络安全知识点!真正的体系化!

如果你觉得这些内容对你有帮助,需要这份全套学习资料的朋友可以戳我获取!!

由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且会持续更新!

)

由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且会持续更新!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Guff_9hys/article/detail/774333
推荐阅读
相关标签
  

闽ICP备14008679号