When you open you case with cisco, make note of the case number. Click the button to generate the token.
Log into the CLI of your FMC via ssh
expert
sudo su
curl -k https://cxd.cisco.com/public/ctfr/firepower.py | python - -c [CASE#] -t [TOKEN] --auto-upload &
Do the same on the active FTD as well.
You can move on with your day and the TS files with automatically generate and upload to the case.
You need to have DNS resolution working.
On sensor CLI
Make sure the gateway and DNS servers are setup and working in the FTD CLI.
show networking
Configure the IP and GW
configure network ipv4 manual 192.168.100.50 255.255.255.0 192.168.100.254
nslookup cxd.cisco.com 192.168.100.53
Configure working DNS servers
configure network dns servers 192.168.100.53,192.168.100.53
The "ASA" parts DNS is handled from the GUI Devices -> platform settings -> DNS
Also look under system -> config -> Management interfaces
Enable DNS
Add a group
Assign to interfaces (inside,outside)
No comments:
Post a Comment