Questions tagged [asa]

Cisco ASA (Adaptive Security Appliance) is a family of security products from Cisco Systems. For Sybase ASA, use the [sybase-asa] tag.

Cisco ASA (Adaptive Security Appliance) is a family of security products from Cisco Systems. For Sybase ASA, use the tag.

50 questions
0
votes
1 answer

How to make Sun NFS works over Cisco ASA VPN connection with minimum ports opened?

I did a test of NFS service over Cisco ASA 5505 firewall. With normal interface default ACL, which is "permit ip any any" on inside interface (Level 100), "deny ip any any" on outside interface (level 0). NFS server is connected to outside…
ricky1i
  • 11
  • 2
0
votes
1 answer

regarding Changing CiscoAny connect Client GUI Text and message

I tried changing from Configuration > Remote Access VPN > Network (Client) Access > AnyConnect Customization/Localization > GUI Text and Message and also from language localisation. But none of solution work for me. Asa 9.14 and ASDM 7.17 and…
0
votes
0 answers

Script working only with Routers and Switches

I would like help in this Script here, i am totally new in Python, just want to know if you guys have any Idea, why this script below works good only with routers and switches, for ASA and WLC 5500 and 9800 it don't works. This is the script: from…
Guilherme
  • 1
  • 1
0
votes
0 answers

For the Ansible cisco.asa module "cisco.asa.asa_acls:" why do I get the below error?

I'm running a basic acl creation on Ansible but get this error: TASK [Merge provided configuration with device configuration] ******************************************************************** fatal: [192.168.0.140]: FAILED! => {"changed": false,…
Danny
  • 1
0
votes
1 answer

How to output a "show" command result from Cisco ASA in playbook?

Relatively new to Ansible but I'm just wondering what the syntax looks like if I want to run a command on an ASA like show run | i opmanager and then print the output. I have put a pause in because after the output is printed I want it to wait…
0
votes
0 answers

Cisco ASA Concurrent VPN Users - Timechart in KQL / Azure Sentinel

I need to make a timechart of concurrent VPN users connected to my Cisco ASA like the one in the following screenshot: look! here is "the perfect" timechart in splunk Another timechart screenshot here:…
Prakhar
  • 1
  • 1
0
votes
1 answer

Ho to send bulk commands to cisco ASA with ssh

I don't have a lab ASA version, so I have to be 200% sure before I spoil a firewall. How can I send 5-10 commands in bulk to cisco ASA with ssh? I would consider something like this: ssh admin@my_asa < list_of_commands.txt Best would be to not to…
mathrixx
  • 11
  • 3
0
votes
1 answer

sshpass stops parsing piped input after 70 lines

I made a bash script to automatically update a object-group on a Cisco ASA with office365 IPs via SSH. I'm getting the IPs from MS, building the right command-syntax for the ASA, and writing all commands in a file (right now 90 lines, but as this is…
0
votes
2 answers

OpenNMS Syslogd Configuration

I am trying to configure OpenNMS to receive Syslog messages from an ASA. My syslogd-configuration file looks like so:
Joe
  • 2,641
  • 5
  • 22
  • 43
0
votes
0 answers

Azure Stream Analytics to Power BI - event ordering - drop other events

I'm trying to stream data from my device to Azure IoT Hub to Stream Analytics to Power BI. Power BI implemented a new way to display streaming data. I would like to generate a line chart via the "Add tile" button on a Power BI Dashboard. This takes…
Andy M.
  • 13
  • 5
0
votes
2 answers

sybase - update column to be identity, ordered by certain values

I want to update the sequence column below to be an IDENTITY column in future, and the current rows must be updated to be ordered by update_time ascending. How do I do this in Sybase? Simplified example of what I have below. Current table: SEQUENCE…
0
votes
1 answer

ASA 5505 mac address allocation issue

I have a ASA 5505 in transparent mode with a Security plus licence Licensed features for this platform: Maximum Physical Interfaces : 8 perpetual VLANs : 20 DMZ Unrestricted Dual ISPs …
SoupOfStars
  • 147
  • 1
  • 12
0
votes
1 answer

Asana Tasks Not Showing Created_At Date?

I'm using the asana gem and trying to get all created_at dates for all tasks in all my projects. I can get names and ids to show, but not other fields. For example, created_at returns a blank when printed to the screen. It would seem like every…
0
votes
2 answers

CISCO Perl script - multiple syntax errors

When I run the below code from Ubuntu 14.04 I get multiple syntax errors. root@bnbackup:~# perl asa_backup_3 #!/usr/bin/perl #Function: Backup/restore configuration/extensions to/from a TFTP server. #Description: The objective of this script is…
Daniel Baker
  • 75
  • 2
  • 9
0
votes
1 answer

dont include the last line in matching between patterns in awk and sed, but include the first

Apologies - Iv'e now edited the title - the title was originally the opposite of what I wanted. I want to include the first line of the pattern, and every line up to the occurence of the end pattern. The end pattern, is a subset of the start…
NickC
  • 1
  • 1