H3C-使用ACL配置SSH登陆限制IP地址
SYS
acl number 2000
rule 5 permit source 192.216.200.221 0
rule 10 permit source 192.216.200.222 0
rule 15 permit source 192.216.200.223 0
rule 20 permit source 192.216.200.224 0
rule 25 permit source 192.216.196.186 0
quit
ssh server acl 2000 //在SSH中应用ACL2000 执行到这步出错,请问正确的命令
交换机是H3C 5800-32F V5版本
ssh server ?
authentication-retries Specify authentication retry times
authentication-timeout Specify authentication timeout
compatible-ssh1x Specify the compatible ssh1x
dscp Specify DSCP value
enable Enable SSH Server
ipv6 Specify SSH Server IPv6 attribute
rekey-interval Specify the SSH server key rekey-interval
交换机是H3C 5800-32F V5版本
(0)
最佳答案
V5不是这样做的哦
用户访问控制
对于Acl中允许网段的用户不能正常登陆设备进行本地认证的问题,查看设备配置:
#
acl number 2001
rule 0 permit source 10.195.8.177 0 counting
#
user-interface vty 0 15
acl 2001 inbound
authentication-mode scheme
protocol inbound s"sh
(0)
acl number 2001
rule 0 permit source 10.195.8.177 0 counting
user-interface vty 0 15
acl 2001 inbound acl 2001 必须在此处调用吗?
authentication-mode scheme
protocol inbound ssh
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论