Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I've deployed a branch site using the brownfield provisioning process. The issue is once the site is provisioned, I do not see a way to update the local usernames/passwords or the enable secret that is the IWAN app used to connect to the device.Our ...
I've put together a bash script that creates the backup and then copies it via FTP to a different server. That works properly if it is manually run. But it doesn't work if it is initiated via the crontab.Here is the script:$ more ./daily_backup.sh ...
Is there an "easy" way to automate backups of an APIC-EM server?Currently running a single instance VM of APIC-EM version 1.5.0.1368.Thanks in advance!-Jason
Greetings friends!Does anyone have any experience with running APIC-EM in AWS? Is this even possible?Any insight would be greatly appreciated!Thanks in advance!Jason
I am working on a PoC with APIC-EM and the IWAN app. I've got both a hub site and a branch site configured.When I look at the configurations that get deployed, I'm concerned about some of the IWAN settings.Is it possible to change the following info...
Here is a script that will work when initiated by crontab:#!/bin/sh# Set variablesFTPHOST='10.255.0.100'FTPUSER='anonymous'FTPPASSWD='network'FTPDIR='APIC-EM/Backups/usspvlapic01'FILE='*.backup'# Create Backup/opt/cisco/grapevine/bin/grape backup gro...