- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2011 08:54 AM - edited 03-11-2019 02:46 PM
Hello to everyone,
my problem is quite simple to understand and I hope to resolve.
I am a UC500 used as voice system and firewall. I need to configure a SIP trunk to a voice provider.
I would like to know some best practices to make a good ACL to protect the system, and of course let us enjoy the calls through the SIP provider.
I really appreciate any contribute.
Regards Antonello
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2011 10:14 AM
Hi Antonia,
What you would need is an access-list on the outside interface of your firewall to allow the sip provider ip address to the UC500, something like this:
access-list outside_access_in permit ip host
access-group outside_access_in in interface outside
static (inside,outside)
policy-map global_policy
class inspection_default
inspect sip
Thats all that you would need on the ASA.
Hope that helps.
Thanks,
Varun
Varun Rao

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2011 10:14 AM
Hi Antonia,
What you would need is an access-list on the outside interface of your firewall to allow the sip provider ip address to the UC500, something like this:
access-list outside_access_in permit ip host
access-group outside_access_in in interface outside
static (inside,outside)
policy-map global_policy
class inspection_default
inspect sip
Thats all that you would need on the ASA.
Hope that helps.
Thanks,
Varun
Varun Rao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2011 07:11 AM
Thank you Varun.
