09-05-2014 07:16 PM - edited 03-11-2019 09:42 PM
Dear Support,
I want to configure CSC module access to internet. Can you provide me sample configuration for it?
Best Regards,
Solved! Go to Solution.
09-06-2014 10:34 AM
Hi,
You need to:
1. Connect the management port of the CSC to the internal network.
2. Session to the CSC: Session 1.
3. You will be prompted with basic network configuration.
4. Configure the ASA to divert the traffic to the CSC:
access-list csc deny extended deny ip host x.x.x.x any //where x.x.x.x is your CSC management IP.
access-list csc permit ip any any
!
class-map CSC
match access-list csc
!
policy-map global_policy
class CSC
csc fail-open
!
Then open a web browser and type https://x.x.x.x:8443 and you will get prompted with the CSC management portal where you can configure web filtering, smtp, pop3 or ftp policies.
JJ
09-06-2014 10:34 AM
Hi,
You need to:
1. Connect the management port of the CSC to the internal network.
2. Session to the CSC: Session 1.
3. You will be prompted with basic network configuration.
4. Configure the ASA to divert the traffic to the CSC:
access-list csc deny extended deny ip host x.x.x.x any //where x.x.x.x is your CSC management IP.
access-list csc permit ip any any
!
class-map CSC
match access-list csc
!
policy-map global_policy
class CSC
csc fail-open
!
Then open a web browser and type https://x.x.x.x:8443 and you will get prompted with the CSC management portal where you can configure web filtering, smtp, pop3 or ftp policies.
JJ
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide