请问下RADIUS 服务器可不可以和DC是同一台是不是必需要两块网卡才行,怎么用他来实现计费功能呢如何测试。

请问下RADIUS 服务器可不可以和DC是同一台是不是必需要两块网卡才行,怎么用他来实现计费功能呢如何测试。,第1张

利用交换机的Port-Security功能实现
以下是一个配置实例:
switch#config t
switch(config)#int f0/1
switch(config-if)#switchport mode access
//设置交换机的端口模式为access模式,注意缺省是dynamic
//dynamic模式下是不能使用Port-security功能
switch(config-if)#switchport port-security
//打开port-security功能
switch(config-if)#switchport port-security mac-address xxxxxxxxxxxx
//xxxxxxxxxxxx就是你要关联的mac地址
switch(config-if)#switchport port-security maximum 1
//其实缺省就是1
switch(config-if)#switchport port-security violation shutdown
//如果违反规则,就shutdown端口
//这个时候你show int f0/1的时候就会看到接口是err-disable的
附:
switchport port-security命令语法
Switch(config-if)#switchport port-security ?
aging Port-security aging commands
mac-address Secure mac address
//设置安全MAC地址
maximum Max secure addresses
//设置最大的安全MAC地址的数量,缺省是1
violation Security violation mode
//设置违反端口安全规则后的工作,缺省是shutdown

DC是域控制器,GC是DC的一个角色。打个不切当的比方,DC是人,GC就好比一只手。就这么简单。GC的全称是全局编录服务器,顾名思义,就是实现目录访问的功能。如果需要了解更多点,更专业一点,找一个活动目录的书籍看看。
这是我网上找到的,不知道对你有没有帮助!


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/13447992.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-08-08
下一篇 2023-08-08

发表评论

登录后才能评论

评论列表(0条)

保存