Coder Social home page Coder Social logo

Comments (5)

justjais avatar justjais commented on June 9, 2024

@tigryss Can you plz share the playbook with which you're seeing the following failure?

from cisco.asa.

tigryss avatar tigryss commented on June 9, 2024

@justjais here is the code

- name: "Run default Tacacs conf on firepower" debugger: on_failed when: - inventory_hostname == fwname - device == 'fpr' asa_command: commands: - scope security - show clock - scope console-auth - exit - scope default-auth - exit - scope tacacs - exit - exit register: output_def - debug: msg={{ output_def }} verbosity=3

I found the regexp issue in the asa.py and changed the regex rule, but now I'm landing in debug mode:

changed regex:
cisco/asa/plugins/terminal/asa.py
re.compile(br"[\r\n]?[\w+\s_-().:/[]]+(?:([^\)]+)){,3}(?:>|#) ?$")

https://regex101.com/r/cQ9MpW/2

now the regex mached with every line but the issue still the same

"msg": "command timeout triggered, timeout value is 300 secs.\nSee the timeout setting options in the Network Debug and Troubleshooting Guide."

from cisco.asa.

pranav-bhatt avatar pranav-bhatt commented on June 9, 2024

Hi @tigryss! Could you try with this module instead and see if the error still occurs? Firepower Threat Defense(FTD) Ansible

from cisco.asa.

tigryss avatar tigryss commented on June 9, 2024

Hi @tigryss! Could you try with this module instead and see if the error still occurs? Firepower Threat Defense(FTD) Ansible

I have only SSH port and no HTTP(S) nor REST API

from cisco.asa.

justjais avatar justjais commented on June 9, 2024

@tigryss Can you please raise the issue over the above linked FTD collections, as I believe the Cisco Firepower team can look into the said issue and provide you the resolution that's more suitable to your environment.

from cisco.asa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.