cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
323
Views
0
Helpful
1
Replies

How to configure Cisco ASA-SSM-CSC-10 module access to internet

Sotheng Se
Level 1
Level 1

Dear Support,

 

I want to configure CSC module access to internet. Can you provide me sample configuration for it?

 

Best Regards,

 

 

1 Accepted Solution

Accepted Solutions

Juan Ponce Dominguez
Cisco Employee
Cisco Employee

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

View solution in original post

1 Reply 1

Juan Ponce Dominguez
Cisco Employee
Cisco Employee

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: