ASA Firewall error while adding SCTP in ACCESS LIST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2019 05:04 AM - edited 02-21-2020 08:38 AM
In ASA When i Try to add the SCTP protocol the ASDM give below error.Can any one help here to understand SCTP Options in ASA & why does it now work ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2019 10:49 AM
you need to define a host/object network/object-group
for example.
access-list inside_in extended permit sctp any host 192.168.x.x
yo can not have access-list inside_in extended permit sctp any any
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2019 11:57 PM
ciscoasa(config)# access-l TEST-1 ext permit sctp any host 192.168.10.1
^
ERROR: % Invalid input detected at '^' marker.
ciscoasa(config)# access-l TEST-1 ext permit s?
configure mode commands/options:
snp
ciscoasa(config)# access-l TEST-1 ext permit sctp ?
ERROR: % Unrecognized command
ciscoasa(config)# access-l TEST-1 ext permit sctp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2019 02:40 AM
what ASA version you running on ?
i test this command on 9.8 and it working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2019 03:45 AM
It looks like SCTP protocol support was add in ASA v9.5, release notes.
As has Radio_City, I've confirmed it works on my image (9.9)
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2019 04:20 AM
Mine i s Software Version 9.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2019 05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2019 06:55 AM
just to add what RJI asid
check this matrix of software in regards to firewall hardware
https://www.cisco.com/c/en/us/td/docs/security/asa/compatibility/asamatrx.html#id_59423
