按照交换机的配置配置了防火墙的tacacs,没起作用,是否还有其他配置...
(0)
最佳答案
您好,请知:
以下是F1050防火墙部署tacacs的案例链接,请参考:
https://zhiliao.h3c.com/Theme/details/104414
本案例使用F1050防火墙部署hwtacacs,与IMC TAM进行联动,达到设备安全管理的效果。
IMC版本为PLAT 7.3 E0506P03
F1050版本信息如下:
H3C Comware Software, Version 7.1.064, Release 9323P13
Copyright (c) 2004-2018 New H3C Technologies Co., Ltd. All rights reserved.
H3C SecPath F1050 uptime is 43 weeks, 2 days, 14 hours, 39 minutes
Last reboot reason: User reboot
Boot image: flash:/f1000fw-cmw710-boot-R9323P13.bin
Boot image version: 7.1.064, Release 9323P13
Compiled Jan 09 2018 16:00:00
System image: flash:/f1000fw-cmw710-system-R9323P13.bin
System image version: 7.1.064, Release 9323P13
Compiled Jan 09 2018 16:00:00
特别说明:
1、要部署hwtacacs的设备已经在IMC进行了纳管。
2、要部署hwtacacs的设备已经和IMC网络互通。
3、要部署hwtacacs的设备需要提前开启远程管理的功能,并创建用户及赋予权限,待设备和服务器都部署完 tacacs后,需要使用服务器上的tacacs账号对设备进行远程登陆管理,当tacacs服务器挂掉了,才可以使用 设备的本地用户远程登陆管理。
1、授权场景条件:
设备区域管理、设备类型管理、授权时段策略管理
2、授权命令配置:
Shell profile配置、命令集配置
3、设备管理:
配置共享密钥、绑定设备区域、绑定设备类型
4、添加用户名、密码
5、F1050部署hwtacacs
IMC侧配置如下:
配置“授权场景条件”
添加“设备区域管理”
设置“区域名称”
设置“设备类型管理”
增加
设置“授权时段策略管理”
增加,设置“授权时段策略名称”、“生效时间”、“失效时间”
设置“授权命令配置”-“shell profile配置”
设置“shell profile名称”-“授权级别”
设置“命令集配置”
设置“命令集名称”、“缺省授权方式”
配置“设备管理”
增加设备,设置“共享密钥”、“确认共享密钥”,绑定“设备区域”、“设备类型”
配置“授权管理”
绑定“设备区域”-“设备类型”-“授权时段”-“shell profile”-“授权命令集”
配置“用户设备分组”,设置“分组名称”-“授权策略”
设置“设备用户管理”-“所有设备用户”
设置“账号名”-“登陆密码”-“登陆密码确认”-“设备用户分组”-“用户的授权策略”
F1050 hwtacacs部署如下:
1、hwtacacs部署:
hwtacacs scheme shebeiguanli
primary authentication 10.190.8.7
primary authorization 10.190.8.7
primary accounting 10.190.8.7
key authentication cipher $c$3$hVZtAmGt4f7eI95KTa+igKt7AnAbhJOyaj1ZeVk=
key authorization cipher $c$3$GAkGlGfIBCLPE5cm3IxSZEgMEagnHd+KQ8J6rIQ=
key accounting cipher $c$3$CzP60ShF9RunkKwH+zvliQ+iWedOchlHvD0g9/o=
user-name-format without-domain
nas-ip 10.189.248.50
2、部署domain:
domain tamdm
authentication login hwtacacs-scheme shebeiguanli local
authorization login hwtacacs-scheme shebeiguanli local
accounting login hwtacacs-scheme shebeiguanli local
authorization command hwtacacs-scheme shebeiguanli local
accounting command hwtacacs-scheme shebeiguanli
3、启用默认domain:
domain default enable tamdm
4、查看Hwtacacs显示信息:
dis hwtacacs scheme
Total 1 HWTACACS schemes
------------------------------------------------------------------
HWTACACS Scheme Name : shebeiguanli
Index : 0
Primary Auth Server:
IP : 10.190.8.7 Port: 49 State: Active
VPN Instance: Not configured
Single-connection: Disabled
Primary Author Server:
IP : 10.190.8.7 Port: 49 State: Active
VPN Instance: Not configured
Single-connection: Disabled
Primary Acct Server:
IP : 10.190.8.7 Port: 49 State: Active
VPN Instance: Not configured
Single-connection: Disabled
VPN Instance : Not configured
NAS IP Address : 10.189.248.50
Server Quiet Period(minutes) : 5
Realtime Accounting Interval(minutes) : 12
Response Timeout Interval(seconds) : 5
Username Format : without-domain
Data flow unit : Byte
Packet unit : one
5、查看domain显示信息:
dis domain tamdm
Domain: tamdm
State: Active
Login authentication scheme: HWTACACS=shebeiguanli, Local
Login authorization scheme: HWTACACS=shebeiguanli, Local
Login accounting scheme: HWTACACS=shebeiguanli, Local
Command authorization scheme: HWTACACS=shebeiguanli, Local
Command accounting scheme: HWTACACS=shebeiguanli
Default authentication scheme: Local
Default authorization scheme: Local
Default accounting scheme: Local
Accounting start failure action: Online
Accounting update failure action: Online
Accounting quota out action: Offline
Service type: HSI
Session time: Exclude idle time
DHCPv6-follow-IPv6CP timeout: 60 seconds
Authorization attributes:
Idle cut: Disabled
Session timeout: Disabled
IGMP access limit: 4
MLD access limit: 4
至此,F1050 hwtacacs典型组网配置案例已完成!
(0)
hwtacacs scheme a
primary authentication 1.1.1.1
primary authorization 1.1.1.1
primary accounting 1.1.1.1
key authentication simple 123
key authorization simple 123
key accounting simple 123
user-name-format without-domain
domain system
authentication login hwtacacs-scheme a local
authorization login hwtacacs-scheme a local
accounting login hwtacacs-scheme a local
authorization command hwtacacs-scheme a local
accounting command hwtacacs-scheme a
line vty 0 4
authentication-mode scheme
user-role network-operator
command authorization
command accounting
local-user admin class manage
password simple admin
authorization-attribute user-role network-admin
service-type telnet
service-type http
(0)
line vty authentication-mode scheme 已经配置了
line vty authentication-mode scheme 已经配置了
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明