防火墙拦截内部异常访问海外IP,源访问IP为此设备IP,如何追溯是哪台连接这个AC设备的PC,访问过这个海外IP
防火墙-外网-AC-AP-PC
(0)
AC上通过display wlan client ip xxx查询PC的mac地址和当前连接的AP,然后查到PC,
如果需要查询历史连接记录,建议将AC连接云简平台,通过云简平台的运维功能进行查询
(0)
(0)
暂无评论
# 查看安全拦截日志,记录目的海外IP、拦截精确时间
display security-log buffer | include 海外IP
# 查看当前会话表,过滤目标海外IP,确认AC出接口会话
display session table destination 海外IP
# 过滤访问海外IP的所有内网会话,会显示真实无线PC源IP
display session table destination 海外IP
SrcIP:192.168.10.50(无线PC真实IP) DstIP:海外IP VLAN:10
拿到无线终端内网 IP(192.168.10.50)。# 根据终端IP查询无线客户端全量信息
display wlan client ip 192.168.10.50 verbose
display wlan statistics client mac-address 终端MAC
# 过滤指定时间、目的海外IP的本地日志
display info-center logfile buffer | include 海外IP
display wlan client history ip x.x.x.x查看该 IP 历史接入记录(哪个 AP、什么时间段上线)。display dhcp snooping binding | include 终端IP
# AC用户VLAN配置二层桥接,不配置Vlanif三层IP
interface Vlan-interface 10
undo ip address
display session table destination 海外IP,获取无线 PC 真实内网 IP;display wlan client ip 终端IP verbose,拿到 MAC、接入 AP;(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论