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
3
votes
1 answer

Pexpect if else statement

I am trying to create a script which clears ciscoasa bad xlate. To check bad xlate I run sh xlate | in 500 and if it gets a reply then it should send a clear command. If I don't do it, ciscoasa won't allow new vpn tunnels. I need help with the if…
Shazib
  • 123
  • 2
  • 9
3
votes
1 answer

RPC & TCP Behavior

Can someone describe from a network point of view what RPC (SUN and/or DCE) is and why it deviates from standard TCP behavior? The way that I understand it is a client reaches out to a server with a unique source port and then switches the source…
Keenan
  • 37
  • 2
3
votes
1 answer

Lua script - find digits in a string

I have a Cisco ASA 8.4 VPN Concentrator. I am trying to use Lua to extract digits from a certificate string coming in and use them in a LDAP lookup with AD for authorization. I found a string that works...sometimes. The string comes in with the…
2
votes
1 answer

Sybase/Sap sql: converting from cp1251 to utf8

Default charset in base is Windows1251, but when I use "for json" statement, result presents in "utf8" Is it possible convert some column to ut8, using sql? I try this code select 1 as "tag", null as "parent", "period" as "!1!period", …
Юрій
  • 21
  • 3
2
votes
1 answer

Azure Stream Analytics input corrupts strings containing timezone info

I am using Azure Event Hub for collection of timebased events. Connected Azure Stream Analytics (ASA) to it. This results in losing the timezone info at ASA level. What I ascertained is the following: I have sent data in JSON format containing a…
maartenk
  • 71
  • 5
1
vote
0 answers

Unable to log into serial terminal using Plink and Python pexpect module

I have a set of Cisco firewalls that I have to wipe all the data from. I want to automate this by using Python (on a Windows machine) and PuTTY Link (Plink) on the command line. The problem I keep running into is when I try to log into the…
1
vote
1 answer

How do I check of an account had opted-in to an ASA using the python algosdk?

I'm trying to see if an asset has been opted-in by a user on his wallet before performing a transfer of the asset to the user, but I can't seem to find how this is done in the Python algosdk. Any lead would be appreciated. I expect to be able to…
Emmanuel
  • 11
  • 2
1
vote
1 answer

Ansible + Jinja2 Loop - Dict object has no attribute

I'm losing my mind here but i just cant seem to see where my problem lies! Im trying to have ansible create me users on a Cisco ASA and im using Jinja 2 templates. I have a host vars file where i am specifying the users (sensitised data): users: …
DreadnautKris
  • 13
  • 1
  • 3
1
vote
1 answer

Regex Pattern for filtering multiline data for REST API

Migrating ASAs from ASDM to FMC including access policy. One of the steps to complete the project is to migrate network/service objects, their groups to FMC. Planning to create objects by filtering ASA objects (from ASA configuration) with regex and…
Labanavis
  • 11
  • 3
1
vote
2 answers

Remove Config Lines on ASA with Ansible

I have an ansible playbook that creates a network object and sets ACL policies. It's working well, but I would like to create the complementary playbook to remove the object and its associated config but I don't know the correct way to approach the…
1
vote
1 answer

Need a Script to Format PIX/ASA log into CSV

I'm working a project to parse various on a server into csv. Does anyone have a good perl script or gawk statement that can parse a standard PIX/ASA log into CSV... Thanks.
deFonza
  • 11
  • 3
1
vote
3 answers

Stream Analytics deserialising JSON from Python via Event Hub

I have set up an Azure Event Hub and I am sending AMQP messages in JSON format from a Python script, and am attempting to stream those messages to Power BI using Stream Analytics. The messages a very simple device activity from and IoT device The…
Rob Lewis
  • 11
  • 3
1
vote
0 answers

Sending an Enter/New line character to Cisco ASA from Unix using Korn Shell Script

I am writing a script to login to a Cisco ASA device and input a few ACLs into the configuration. I have created a Korn Shell Script and executing the .sh file from a Ubuntu box. I am able to login to the Cisco ASA box successfully. The problem is…
1
vote
2 answers

paramiko with Cisco ASA

Does somebody try to use Paramiko to connect to Cisco ASA? I use the following script: import sys import os import paramiko paramiko.util.log_to_file("ssh_conn.log") ssh_client = paramiko.SSHClient() print ('client…
vedburtruba
  • 1,089
  • 1
  • 9
  • 10
1
vote
1 answer

ASA failover and L3 behind

Here is my setup https://dl.dropboxusercontent.com/u/16923193/asa%20failover.JPG As you can see, we have dual ASA 5512-X used for Internet access, VPN and so on, and L3 3560-X behind them, that’s connected to L2 access switches. ASA config is ok so…
1
2 3 4