Tags

Howto (51) Free Software (35) Powershell (33) Windows Server (23) AD (16) Hyper-V (16) Exchange (13) Office (13) Group Policy (10) Windows Server 2012 (9) Scripts (7) Symantec BE (5) Windows 8 (5) Cisco (4) TMG (4) Terminal Server (4) Cluster (3) HP (3) RDS (3) UAG (3) Citrix (2) DC (2) DNS (2) IE10 (2) OpenID (2) PKI (2) SCVMM (2) Windows Live (2) iLO (2) Backup (1) DPM (1) Fileserver (1) IE (1) SQL; DPM (1) Security (1) Sharepoint (1) Switch (1) VMWare (1) Veeam (1)

donderdag 29 september 2011

Backup Cisco config


You can easily capture the configuration file from any network devices like Cisco Routers, Switches etc.. with putty (just by turning on logging ;)). Follow below steps..

1. Launch putty and connect to your cisco router/Switch

2. Enter the user exec mode (router> enable)

3. Enter the terminal length 0 command (router# terminal length 0) in order to force the router to return the entire response at once, rather than one screen at a time.
This allows you to capture the configuration without extraneous −−more−− prompts generated when the router responds one screen at a time.

4. Right-click on the menubar of the putty screen and select “change Settings

5. Go to Session and click on Logging, select “Log all session output

6. Click on Browse and choose the location and name of the file

7. Click apply

8. Now enter the show run command (router# show run), Logout and see the output in config.txt on your desktop (or the location you chose).

Geen opmerkingen:

Een reactie posten