- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 12:48 AM
Hi All,
In one of the distribution switch I could see the below permit statement are added. Could you please explain the difference between the below 2 lines?
IP access-list extended XXX
21 permit icmp X.X.X.X X.X.X.X any
22 permit icmp any X.X.X.X X.X.X.X
Thanks.
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 12:52 AM
22 permit icmp any X.X.X.X X.X.X.X - Is permitting ICMP FROM any TO x.x.x.x x.x.x.x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 12:56 AM
21 permit icmp X.X.X.X X.X.X.X any - FROM (source to ANY)
22 permit icmp any X.X.X.X X.X.X.X - ANY to Destination XX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 12:52 AM
22 permit icmp any X.X.X.X X.X.X.X - Is permitting ICMP FROM any TO x.x.x.x x.x.x.x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 12:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 12:56 AM
21 permit icmp X.X.X.X X.X.X.X any - FROM (source to ANY)
22 permit icmp any X.X.X.X X.X.X.X - ANY to Destination XX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 01:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 03:11 AM
You welcome and happy that answer helped you.
