Reset to Factory Default

Aruba AP:
Connect the serial console breakout adapter cable to the AP Ethernet port and your PC/Laptop
Power on the AP and get into apboot mode. You’ll see the option to go into AP boot mode when the AP is booting.
From the apboot prompt, enter the following commands
apboot> purge
apboot> save
apboot> reset or boot

Aruba Controller:
#write erase all
Switch will be factory defaulted. All the configuration and databases will be deleted. Press ‘y’ to proceed : y
#reload
Do you really want to restart the system(y/n): y

BlueCoat:

There are 3 methods of restoring system defaults.
Restoring Factory Defaults:
This option will reset all system settings, including the Setup Console password. To restore factory defaults, use the following CLI command:
SGOS# restore-defaults factory-defaultsRetaining Console Settings:
This option will retain settings like console username and password, front panel pin number, console enable password, SSH host keys, keyrings used by secure console services, RIP configurations, IP address, MTU size, TCP round trip time, and static routes. To restore defaults while retaining console settings, use the following CLI command:
SGOS# restore-defaults keep-consoleRestoring Defaults through the Management Console:
If you restore defaults through the Management Console, you will lose most settings because there is no “keep console” option. To restore defaults through the Management Console, select Maintenance > General, click the Restore button, then click OK to confirm.

Cisco:

#erase startup-config
#reload
that only delete config but not vlan.
vlan in vlan.dat
# delete flash:vlan.dat
Delete filename [vlan.dat]?
# reload

System configuration has been modified. Save? [yes/no]: n
Proceed with reload? [confirm]

The difficulty with clearing a switch that is cabled to other switches is removing the VLANs. When the switch
is finished reloading, it is possible for it to relearn VLANs from another connected switch that is in VTP server
or client mode.
To determine if the VLANs have been relearned, use the show vlan command.
Switch# show vlan brief
However, if the show vlan command displays nondefault VLANs after you have deleted the vlan.dat file,
your switch has learned the VLANs dynamically from another switch.
Switch# show vlan brief
VLAN Name Status Ports
—- ——————————– ——— ——————————-
1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4
Fa0/5, Fa0/6, Fa0/7, Fa0/8
Fa0/9, Fa0/10, Fa0/11, Fa0/12
Fa0/13, Fa0/14, Fa0/15, Fa0/16
Fa0/17, Fa0/18, Fa0/19, Fa0/20
Fa0/21, Fa0/22, Fa0/23, Fa0/24
Gi0/1, Gi0/2
10 OFFICE active
20 VOICE active
30 GUEST active
50 SERVERS active
100 MGMT active
200 TRANS active
900 NATIVE active
999 UNUSED active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup

To eliminate these VLANS, shut down all interfaces and remove the existing VLANs.
Switch(config)# interface range FastEthernet 0/1 – 24
Switch(config-if-range) # shutdown
Switch(config-if-range)# interface range GigabitEthernet 0/1 – 2
Switch(config-if-range) # shutdown
Switch(config-if-range) # exit
Switch(config) # no vlan 2-999
to delete config.text (config and password) from ROMMON
1. press Mode button within 15s
2.
switch>flash_init
switch>load_helper
switch>delete flash:config.text

switch>reset

ASA
(config)# configure factory-default 192.168.2.1 255.255.255.0

NOTE:
If you didn’t specify ip address, then inside interface ip address will be 192.168.1.1/24
Cisco CAPWAP/LWAP Access Point
rommon 1 > confreg 0x2142
You must reset or power cycle for new config to take effect
rommon 2 > reset
Would you like to enter the initial configuration dialog? [yes/no]: no
#copy start run
Destination filename [running-config]?
#conf t
(config)#enable secret cisco
(config)#config-register 0x2102
(config)#end
#wr
#reload
Proceed with reload? [confirm]Cyberoam:
If you forget Web and Console password, type RESET as password in console
Password: RESET
Please read this carefully:
You are about to reset the system back to factory default configuration.
* The new CLI password will be ‘admin’.
* All network interfaces will get up with the factory default configuration.
* Appliance registration will NOT be affected by this.
* Other firmware’s configuration will NOT be affected by this.
* Post reset, this will reboot the system.
Main Menu
1.  Reset configuration
2.  Reset configuration and signatures
3.  Reset configuration, signatures and reports
0.  Exit
Select Menu Number [0-3]: 1F5:
SOURCE: https://support.f5.com/kb/en-us/solutions/public/13000/100/sol13127.html

You may occasionally need to remove the current BIG-IP configuration and restore the system to the factory default setting. To do so, you can use the tmsh load sys config default command. The tmsh load sys config default command saves the currently-running configuration to the /var/local/scf/backup.scf file, and then loads the /defaults/defaults.scf file to restore the configuration to factory default settings.

Note: The tmsh load sys config default command retains certain configuration elements such as those that are necessary to maintain basic administrative functionality.

When you restore the BIG-IP configuration to factory default settings, the system performs the following tasks:

Removes all BIG-IP local traffic configuration objects
Removes all BIG-IP network configuration objects
Removes all non-system maintenance user accounts
Retains the management IP address
Removes system maintenance user account passwords (root and admin)
Retains the BIG-IP license file
Retains files in the /shared partition
Retains manually-modified bigdb database variables
To restore the BIG-IP configuration to the factory default setting, perform the following procedure.
Procedure

Restoring the BIG-IP configuration to the factory default setting

Impact of procedure: This procedure removes all BIG-IP local traffic and network configuration objects.

scp /config/bigip.license to your pc first
#config
config#tmsh
(tmos)#load sys config default
Reset the system configuration to factory defaults? (y/n)y
(tmos)#save sys config partitions all
(tmos)#quit
To restore config

(tmos)#load sys ucs test.ucs no-license

Fortinet:
# execute factoryreset

HP:

The user can restore the factory default configuration either on the switch itself, or through the switch console.
To execute the factory default reset on the switch, perform these steps:
-Using pointed objects, simultaneously press both the Reset and Clear buttons on the front of the switch.
-Continue to press the Clear button while releasing the Reset button.
-When the Self Test LED begins to blink, release the Clear button.
-The switch will then complete its self test and begin operating with its configuration restored to the factory default settings.

To restore the factory default configuration using the console, execute the erase startup-config command from the console command prompt.

Juniper:

root@host# delete
root@host# load factory-default
root@host# set system root-authentication plain-text-password
root@host# commit and-quit
root@host> request system rebootMikrotik[admin@MikroTik] >/system reset-configurationMikrotik:
[admin@MikroTik] >/system reset-configurationPaloAlto:
SOURCE: https://live.paloaltonetworks.com/docs/DOC-4692
1. Connect Console cable (9600,8,n,1) to Console port
2. Power on or reboot device
3. During the boot sequence, the screen should look like this
12-May 12.30.38
4. Type maint to enter maintenance mode.
12-May 12.32.16
5. In maintenance mode, this should appear on the screen:
12-May 12.33.25
6. Press enter and this menu should appear
12-May 12.35.27
7. Select Factory Reset and press enter:
12-May 12.36.16

 

Ruckus
#set-factory


SonicWall:

1. set your pc ip to 192.168.168.20 and connect ethernet cable to LAN
2. Unfold a paperclip and insert the end of the object into the hole where the reset button resides. The hole is located on the back of the appliance, usually positioned by the power switch or indicator lights.
Push and hold the reset button for 10 seconds, then navigate to http://192.168.168.168 in a web browser to reconfigure the appliance
Click the boot icon by “Current Firmware with Factory Default Settings” to restore the SonicWALL to its original configuration.
If the web-based configuration page prompts you to log in to the appliance, enter “admin” (without the quotations) into the Username field and “password” (without the quotations) into the Password field

Free VMWare Labs

SOURCE: http://labs.hol.vmware.com/HOL/catalogs/catalog/all

-EDU-ICM-1400 – VMware Education Services – SAMPLE – On Demand Classroom: vSphere Install, Configure, Manage 5.5 Course
-HOL-HBD-1301 – vCloud Hybrid Service – Jump Start for vSphere Admins
-HOL-HBD-1302 – vCloud Hybrid Service – Networking & Security
-HOL-HBD-1303 – vCloud Hybrid Service – Manage Your Cloud
-HOL-HBD-1481 – vCloud Air – Jump Start for vSphere Admins
-HOL-HBD-1482 – vCloud Air – Networking & Security
-HOL-HBD-1483 – vCloud Air – Manage Your Cloud
-HOL-MBL-1301-AZ – Horizon View from A to Z
-HOL-MBL-1301-UC – Horizon View Use Cases
-HOL-MBL-1304 – Horizon Workspace – Explore and Deploy
-HOL-MBL-1309 – Horizon Mirage – Manage Physical Desktops
-HOL-MBL-1311 – Applied ThinApp with the Horizon Suite
-HOL-MBL-1451 – Horizon 6 with View from A to Z
-HOL-MBL-1452 – Horizon View – Use Cases
-HOL-MBL-1453 – VMware Workspace Portal – Explore and Deploy
-HOL-MBL-1454 – Applied ThinApp with the Horizon Suite
-HOL-MBL-1455 – Managing Desktops with VMware Mirage
-HOL-MBL-1456 – Horizon DaaS – Explore and Deploy
-HOL-PRT-1301 – NetApp Virtual Storage Console
-HOL-PRT-1302 – IBM Tivoli Storage Manager for Virtual Environments
-HOL-PRT-1304 – Infoblox – Automate with vCAC and the vCO IPAM plug-in
-HOL-PRT-1305 – Cisco Nexus 1000V – Enhanced VXLAN Networking in vCloud Director
-HOL-PRT-1306 – Catbird-HyTrust-LogRhythm – Partner Security and Compliance
-HOL-PRT-1307 – Puppet Labs – Automate vSphere Provisioning and Management
-HOL-PRT-1309 – Liquidware Labs ProfileUnity for VMware Horizon View
-HOL-PRT-1461 – Policy Based Storage Management with EMC ViPR and VMware Integrations
-HOL-PRT-1462 – Virtualized Data Center Security: VMware NSX and Palo Alto Networks Next Generation Virtual Firewall
-HOL-PRT-1463 – vCenter Operations Management Pack for Oracle Enterprise Manager
-HOL-PRT-1464 – Secure your SDDC built on VMware NSX & vSphere with Symantec Data Center Security: Server
-HOL-PRT-1465 – Atlantis USX Data Services and VSAN: Software-defined Storage Infrastructure for Tier-1 Apps
-HOL-PRT-1466 – Bridge the gap between Virtualization and IT Service Management
-HOL-PRT-1467 – Virtual Volume with Dell EqualLogic
-HOL-PRT-1468 – Automating your cloud with vCloud Automation Center 6.0 and the Infoblox vCO IPAM Plug-in
-HOL-PRT-1469 – Puppet Labs – Automating Your Virtual Datacenter with Puppet Enterprise
-HOL-PRT-1470 – Deploy HP Software-Defined Storage with OneView for vCenter, Troubleshoot performance with HP StoreFront Analytics for vCOps
-HOL-PRT-1471 – NetApp VSC and VASA for Clustered Data ONTAP – Policy-Based Mgmt & VVOLs Tech Preview
-HOL-PRT-1472 – Juniper Virtual Security for the Enterprise and Service Provider Environment
-HOL-SDC-1301 – Applied Cloud Operations
-HOL-SDC-1302 – vSphere Distributed Switch from A to Z
-HOL-SDC-1303 – VMware NSX Network Virtualization Platform
-HOL-SDC-1304 – vSphere Performance Optimization
-HOL-SDC-1305 – Business Continuity and Disaster Recovery In Action VDPA, SRM, VIN
-HOL-SDC-1307 – vCloud Automation Solutions
-HOL-SDC-1308 – Virtual SAN (VSAN) and Virtual Storage Solutions
-HOL-SDC-1309 – vSphere Big Data Extensions
-HOL-SDC-1310 – vSphere and vSOM 101
-HOL-SDC-1311 – VMware IT Business Management
-HOL-SDC-1313 – vCloud Suite Use Cases – Infrastructure Provisioning (IaaS)
-HOL-SDC-1314 – vCloud Suite Use Cases – Application Provisioning (PaaS)
-HOL-SDC-1315 – vCloud Suite Use Cases – Control & Compliance
-HOL-SDC-1316 – vCloud Suite Use Cases – Quality of Service
-HOL-SDC-1317 – vCloud Suite Use Cases – Business Critical Applications
-HOL-SDC-1318 – vCloud Suite Use Cases – Business Continuity & Disaster Recovery
-HOL-SDC-1319 – VMware NSX for Multi-Hypervisor Environments
-HOL-SDC-1319 – VMware NSX for Multi-Hypervisor Environments
-HOL-SDC-1321 – vCloud Automation Center (vCAC) 6 from A to Z
-HOL-SDC-1322 – Eclipse Workbench vSphere Integration
-HOL-SDC-1323 – An In-depth Exploration of vCloud Networking and Security
-HOL-SDC-1401 – Cloud Management with vRealize Operations
-HOL-SDC-1402 – vSphere Distributed Switch from A to Z
-HOL-SDC-1403 – VMware NSX Introduction
-HOL-SDC-1404 – vSphere Performance Optimization
-HOL-SDC-1405 – IT Outcomes – High Availability and Resilient Infrastructure
-HOL-SDC-1406 – vCloud Suite 101
-HOL-SDC-1407 – VMware Automation Solutions
-HOL-SDC-1408 – VMware Virtual SAN 101
-HOL-SDC-1409 – vSphere Big Data Extensions
-HOL-SDC-1410 – Virtualization 101
-HOL-SDC-1411 – IT Cost Transparency with ITBM
-HOL-SDC-1412 – IT Outcomes – Data Center Virtualization and Standardization
-HOL-SDC-1413 – IT Outcomes – App and Infrastructure Delivery Automation
-HOL-SDC-1415 – IT Outcomes – Security Controls Native to Infrastructure
-HOL-SDC-1416 – IT Outcomes – Streamlined and Automated Data Center Operations
-HOL-SDC-1420 – OpenStack with VMware vSphere and NSX
-HOL-SDC-1421 – Brokering IT Services and Applications with vCloud Automation Center
-HOL-SDC-1422 – VMware Development Tools and SDKs
-HOL-SDC-1423 – vCloud Suite Networking
-HOL-SDC-1424 – VMware NSX in the SDDC
-HOL-SDC-1425 – VMware NSX Advanced
-HOL-SDC-1426 – Log Insight in the Real World!
-HOL-SDC-1427 – VMware Software Defined Storage
-HOL-SDC-1428 – VMware EVO:RAIL Introduction
-HOL-SDC-1429 – Virtual Volumes Tech Preview
-REF-SDC-1430 – vCloud Suite Reference Architecture LAB 1

Free EMC Trainings

SOURCE: http://www.pkguild.com/page/2/

https://community.emc.com/docs/DOC-34286

EMC has around 80% of VMWare share.

According to EMC engineer that I met in VMWare event, no doubt about compatibility between EMC and VMWare, because VMWare owned by EMC.

He also stated that TELKOM Indonesia (Largest Indonesia Telco) Alway ON project using EMC as their storage.

Here the list of FREE EMC Trainings

CLOUD:

-EMC Enterprise Hybrid Cloud, Federation SDDC Edition Fundamentals

https://education.emc.com/index_guestLogin.htm?id=736667576

-AppSync Fundamentals

https://education.emc.com/index_guestLogin.htm?id=718122929

-Atmos Fundamentals

https://education.emc.com/index_guestLogin.htm?id=448894589

-Connectrix Fundamentals

https://education.emc.com/index_guestLogin.htm?id=617961356

– Isilon Fundamentals

https://education.emc.com/index_guestLogin.htm?id=674326697

-PowerPath Fundamentals

https://education.emc.com/index_guestLogin.htm?id=617943071

-RecoverPoint Fundamentals

https://education.emc.com/index_guestLogin.htm?id=686851922

-Symmetrix Fundamentals

https://education.emc.com/index_guestLogin.htm?id=446780843

-VNX Fundamentals

https://education.emc.com/index_guestLogin.htm?id=489121589

-VPLEX Fundamentals

https://education.emc.com/index_guestLogin.htm?id=743323316

-XtremIO Fundamentals

https://education.emc.com/index_guestLogin.htm?id=728190650

Backup and Archive:

-Backup Recovery Fundamentals

https://education.emc.com/index_guestLogin.htm?id=99113510

-Avamar Fundamentals

https://education.emc.com/index_guestLogin.htm?id=546031823

-Cloud Tiering Appliance Fundamentals

https://education.emc.com/index_guestLogin.htm?id=674334011

-Data Domain Fundamentals

https://education.emc.com/index_guestLogin.htm?id=679603748

-EMC Data Protection Advisor Fundamentals

https://education.emc.com/index_guestLogin.htm?id=642082928

-NetWorker Fundamentals

https://education.emc.com/index_guestLogin.htm?id=592801196

-SourceOne Archiving Family Fundamentals

https://education.emc.com/index_guestLogin.htm?id=718126586

Big Data:

-Greenplum Unified Analytic Platform Fundamentals

https://education.emc.com/index_guestLogin.htm?id=681889373

-Isilon Fundamentals

https://education.emc.com/index_guestLogin.htm?id=674326697

Infrastructure Management

-ViPR Fundamentals

https://education.emc.com/index_guestLogin.htm?id=718130243

-Service Assurance (SA) Suite Fundamentals

https://education.emc.com/index_guestLogin.htm?id=737618396

-Watch4net Fundamentals

https://education.emc.com/index_guestLogin.htm?id=659508533

-ViPR SRM Fundamentals

https://education.emc.com/index_guestLogin.htm?id=743275775