Does CISCO ASA configuration “access-list” protocol name “ip” includes both “tcp” and “udp”?

StackOverflow https://stackoverflow.com/questions/4441427

  •  10-10-2019
  •  | 
  •  

문제

I have several lines and I wonder if some are shadowed due to this?

도움이 되었습니까?

해결책

yes, but it doesnt include protocols like gre etc, if you need vpn tunnels or something similar

다른 팁

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.

IP, TCP, UDP, ICMP, GRE, IGRP all use IP at the Network Layer. The IP statement does include all layer 3 protocols.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top