How To Print Screen In RDP Session

In order to print screen a window in an RDP session we need to use a different keys than the ones we use on our local desktop. To print screen in RDP session please use: CTRL+ALT+MINUS (–) symbol on the numeric keypad.

Categories Uncategorized

How To Check Which interfaces are Enabled Or Disabled On A Cisco Switch

To check which ports are active or disable on a Cisco switch we need to use the status command and follow the steps below. 1. Log on to the router. 2. Type “show interfaces status” command Example: SWITCH1#sh interfaces status Port      Name               Status       Vlan       Duplex  Speed Type Gi0/1                        connected    24         a-full a-1000 10/100/1000BaseTX Gi0/2                        connected    … Read more

How To Enable Telnet Access On Cisco ASA 5540

Sometimes there are times that you will need to grant access to other administrators to access the CISCO ASA using telnet. In Cisco ASA Devices enabling Telnet will not allow all network\hosts to access the ASA using Telnet which will work with Routers and Switches. In ASA we need to add hosts or networks to the Allowed … Read more

How To Restart A Cisco Router

To restart a Cisco Router or Switch we need to use the following command: Router# reload To restart the router in a certain number of minutes type: Router# reload in 5 To see router up-time type: router# sh version Read more: How To Create Users and Login in Cisco Router Or Switch How To Set … Read more

How To Configure NetFlow On A Cisco Router

Recently I was wondering what was the best way to analyze and monitor the traffic that passes the routers between sites \ offices.   After researching the issue I found out the Cisco NetFlow protocol allows you to analyze the traffic that pass the router,  however In order to get this done we need to … Read more