Wired Intelligent Edge

 View Only
last person joined: 2 hours ago 

Bring performance and reliability to your network with the Aruba Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of the ArubaOS-Switch and ArubaOS-CX devices, and find ways to improve security across your network to bring together a mobile first solution.
Expand all | Collapse all

How do we check local files in 6300M?

This thread has been viewed 6 times
  • 1.  How do we check local files in 6300M?

    Posted 5 days ago

    Not sure if I should post my question here.

    Just wonder where the output/redirected files go/save to and how do we show local storage of 6300M?
    show running-config | redirect "abc.txt"

    Thanks.



  • 2.  RE: How do we check local files in 6300M?

    EMPLOYEE
    Posted 2 days ago

    Hi,

    The following command will show some files on the system, but not all of them:

    switch# diag

    switch# diag storage filesystem all list

    You can use the Linux shell on the switch to list all the files there.

    The output of your command is redirected to a file in the "/tmp" directory. Here an example how to check it via the shell: 

    switch#  start-shell

    switch:~$ ls /tmp

    switch:~$ cat /tmp/abc.txt