Network Management

last person joined: yesterday 

Keep an informative eye on your network with HPE Aruba Networking network management solutions
Expand all | Collapse all

Export device configuration from Airwave

This thread has been viewed 7 times
  • 1.  Export device configuration from Airwave

    Posted Dec 17, 2013 10:21 PM

    HI All,

     

    Does anybody have any secret tricks to exporting configurations from Airwave either from GUI or CLI?

     

    I'd like to extract copies of all my archived device configurations for reference and was hoping they are somewhere easy to find.

     

    Thanks

    Scott

     

     



  • 2.  RE: Export device configuration from Airwave

    Posted Dec 18, 2013 09:16 AM

    There is no direct way which i know but the below steps works for me.

     

    # db
      => \a
      => \o /tmp/running-config
      => select value from device_config where timestamp = <some epoch timestamp> and ap_id = <controller_id> and name = 'config_template';
      => \q
     
    The config of device with ID mentioned in the query will be exported into a file ( running-config) under the temp directory.
     
    This however is not a flash backup sort file, its just the configuration in text format ( a template is a better word)