bUrfXg,s5500portal认证,端口认证配置
问题描述:
如何配置在端口上认证,不是vlan认证
4小时前提问802.1x认证,参考:
https://www.h3c.com/cn/d_
4小时前回答暂无
这个设备应该不支持Portal
4小时前回答暂无
1.创建一个本地用户:使用以下命令创建一个本地用户,并设置密码。
[Switch] local-user test password cipher yourpassword
2.配置AAA认证:使用以下命令开启AAA认证功能
[Switch] aaa
[Switch-aaa] local-user test service-type telnet http
[Switch-aaa] quit
3.配置端口认证:使用以下命令将端口绑定到已经创建的本地用户上。
[Switch] interface GigabitEthernet 0/0/1
[Switch-GigabitEthernet0/0/1] port link-type access
[Switch-GigabitEthernet0/0/1] port default vlan 100
[Switch-GigabitEthernet0/0/1] authentication enable
[Switch-GigabitEthernet0/0/1] authentication host-mode multi-host
[Switch-GigabitEthernet0/0/1] authentication port-method mac
[Switch-GigabitEthernet0/0/1] authentication guest-vlan
其中, authentication enable 命令需要开启端口认证功能。authentication port-method mac 命令指定端口认证使用MAC地址验证方式。authentication guest-vlan 命令指定未认证的客户端所在的VLAN。authentication timer quiet-period 和 authentication timer server-timeout 命令分别设置端口认证的安静时间和服务器超时时间。
暂无
你正在,s5500portal认证,端口认证配置