Cisco vty access control for user privilege level 15

Here is quick tips for "How to control Cisco switches and router’s vty access for user privilege level 15!" While I was testing a powershell…

Continue Reading...

Powershell script to save Cisco configuration by SSH

It is been a while…. to figure it out due to I am not doing script and programming for the living. Few issues I found…

Continue Reading...

Cisco device output by Powershell script

Here is simple tip of How to retrieve Cisco device output by Powershell script   $User = "John" $pw = "ipBalance" $IP = "192.168.7.77" #List…

Continue Reading...

How to use IOMETER

Yes, IOMeter is one of great tool for measuing storage or network performance testing, although it is old. * Windows version only   1. Install…

Continue Reading...

Simple Ping Script in PowerShell with IP list

Here is a simple Ping script with list of IP address or computer names.   1. IPList.txt Format of "IPList.text" would be like below.  …

Continue Reading...

Simple Ping Script in PowerShell for block of IPs

Here is a simple ping script for block of IPs.   Bring PowerSheel ISE and copy & paste below script.   $ping = New-Object System.Net.NetworkInformation.Ping…

Continue Reading...

ESXi 5.1 on Dell C1100 power profile issue

I have a C1100 with the following config: – 2x L5520 (Xeon(R) CPU @ 2.27GHz) – 72GB RAM – 1 SSD – 1 SSD Hybrid…

Continue Reading...

Avaya ERS8600 basic CLI

 [ VLAN ] To create VLAN 2 as a port-based VLAN using STG 1: ERS8600-Switch:# config vlan 2 create byport 1 If required, enabled VLAN…

Continue Reading...

How to install vCenter 5.1 on Windows 2008 R2

It is fairly easy process to install vCenter 5.1 on MS Windows 2008 R2 server. However, few things you need to watch out. * Installation…

Continue Reading...

HP 1810-8G How to reset J9802A to factory default

Here is a steps to reset HP 1810-8G / J9802A to factory default 1. On the front panel of the switch, there is a Reset…

Continue Reading...

Basic 802.1x configuration on Cisco switch with FreeRADIUS

FreeRADIUS Server (10.10.10.10) 1. Edit "users" file root@FreeRADIUS:/etc/freeradius# pico users "Jone Wild"       Cleartext-Password := "!PB@1@nce"                             Reply-Mesage = " Hello~ " 2….

Continue Reading...

Cisco device RADIUS configuration with Server 2008R2

 Cisco device RADIUS configuration with Server 2008R2   OS : Windows 2008 R2 Standard. 4G RAM Window server is joined as domain server. IP 192.168.1.100…

Continue Reading...