CISCO ASA 配置“访问列表”是否有效?协议名称“ip”包括“tcp”和“tcp”。和“udp”?
我有几行,我想知道是否有一些因此而被遮挡?
I have several lines and I wonder if some are shadowed due to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
IP、TCP、UDP、ICMP、GRE、IGRP 都在网络层使用 IP。 IP 声明确实包括所有第 3 层协议。
IP, TCP, UDP, ICMP, GRE, IGRP all use IP at the Network Layer. The IP statement does include all layer 3 protocols.
定义访问列表时应该小心。
选择 ip 将同时覆盖 tcp 和 udp,因此为了防止影子,您应该仔细排序 ACL,而不是将 ip ACL 放在最上面。
You should be careful while defining access lists.
Choosing ip will cover both tcp and udp so to prevent shadowing, you should order the ACL carefully, not put the ip ACL on top.
是的,但它不包括 gre 等协议,如果您需要 VPN 隧道或类似的东西
yes, but it doesnt include protocols like gre etc, if you need vpn tunnels or something similar