Forum Discussion

SSHSSH_97332's avatar
SSHSSH_97332
Icon for Nimbostratus rankNimbostratus
Aug 01, 2014

BIGIQ Automatic Configuration Backup

Can BIGIQ Take UCS archives from devices it is managing But in Automatic Scheduled manner ?

 

3 Replies

  • Agree - also running v4.4.0 and not found a way of scheduling backups.

     

    BIG-IQ is missing a whole load of features. I spent an hour removing and adding all the network configuration in TMOS. The BIG-IQ web interface is missing features such as Trunks, LACP, and VLAN tagging.

     

    For bespoke network configuration, remove and add network configuration in TMOS. (Adjust configuration below as required - example is VLAN 50 with VLAN tagging).

     

    create net trunk BIGIQ01_LACP_TRUNK { interfaces add { 2.1 2.2 } lacp enabled }

     

    create net vlan VLAN_50 tag 50 interfaces add { BIGIQ01_LACP_TRUNK {tagged} }

     

    create net self VLAN_50_Self_IP address x.x.x.x/24 vlan VLAN_50

     

    Configuration works fine, but not all of it will be visible in the web interface. In my environment, the BIG-IQ is connected to to Cisco virtual (vPC) port-channel.