# 스위치 정보 저장

스위치 설정값 정보하는 방법 (일반모드에서 수행)

1. Dell N1548  
    ```
    dell_sw#copy running-config startup-config
     
    This operation may take few minutes.
    Management interfaces will not be available during this time.
     
    Are you sure you want to save? (y/n) y
     
    Configuration Saved!
    ```
2. Cisco  
    ```shell
    Switch#copy running-config startup-config
    Destination filename [startup-config]?
    Building configuration...
    [OK]
    ```