Ryan

Results 14 comments of Ryan

another vote for getting this merged in with more recent vrnetlab commits 👍

@hellt thanks for pointing that out - seems very powerful. Just finished reading through your twitter announcement thread. This could be a good route for me to pursue using, but...

That is not the correct URL. Copy it from the repo page on GitHub: `git clone https://github.com/rnwolfe/fmc-tools.git`

Hey @Insomnia1305 - check issue: https://github.com/rnwolfe/fmc-tools/issues/1#issuecomment-482350532 The scripts should handle domains other than Global correctly; however, the issue is that the way Firepower API formats them is weird. I tested...

The domain would have to be provided to the FireREST object, so that suggestion should help. I forked this from fireREST, so you can check it out there: https://github.com/kaisero/fireREST. Though,...

Yes, they do: - `get_variable_set_id_by_name`: https://github.com/rnwolfe/fmc-tools/blob/master/fireREST/__init__.py#L534 - `get_file_policy_id_by_name`: https://github.com/rnwolfe/fmc-tools/blob/master/fireREST/__init__.py#L552 - `get_intrusion_policy_id_by_name`: https://github.com/rnwolfe/fmc-tools/blob/master/fireREST/__init__.py#L516 Are you sure you're using the fireREST in my repo and not the original repo I forked it...

Yes, it's in the fireREST directory. The code is in \_\_init\_\_.py (to be honest I have no idea why I moved it - it was too long ago). If you...

Hi @nickwinn, this only exports access policy.

Hey @nickwinn, this was kind of a one time use thing a year or so ago. I don't really have an intention of spending more time on it at this...

This is quite a nagging issue for me? Any updates/guidance?