4.5.1 Backing Up Settings on the Cisco Nexus 9336C-FX2 RoCE Network Fabric Switch

The following procedure describes how to back up the Cisco Nexus 9336C-FX2 RoCE Network Fabric switch settings. A backup is recommended after the switch is initially configured, and again after every configuration change.

  1. Access the switch using SSH, and log in as the admin user and password.
  2. Review the current configuration.
    switch# show running-config
  3. Copy the current configuration to a file.

    You copy the current configuration to a file on the database server or storage server. For example:

    
    switch# copy running-config tftp://hostname/directory_name/switch_name-start-config.back
    Enter vrf (If no input, current vrf ‘default’ is considered): management
    Enter username: uname
    uname@hostname’s password: password
    Copy complete.

    You can use any of the supported transport schemes on the RoCE Network Fabric switch: tftp, ftp, scp or sftp.

    The hostname is the address or name of the remote server, and the directory_name is the path to the directory that contains the file on the remote server. The hostname, directory_name, and file name are case sensitive.

    On Oracle Exadata systems, the default Cisco VRF (Virtual Routing and Forwarding) name for the RoCE Network Fabric is management. However, this setting may be customized. When prompted, specify the VRF name being used on your system.

    You may also be prompted for a username and password to access the remote server.

  4. Exit from the session.
    switch# exit