Month: May 2013
Understanding about VMware ESXi and vCenter
1. What license do we need? Functional Comparison Chart Price Comparision Chart 2. Snapshot vs Clone 3. VM migrations …
Expect script for SSH login network a device
Objective : Verify 100 Nortel IP phone SSH login. IP range : 10.10.10.11 ~ 254 SSH credential = login / pwd = admin / ipb@l@nce…
MAC address format convert with excel
Format : 001122334455 -> 00:11:22:33:44:55 From MS Excel, 1. Put a raw MAC address : ex) 001122334455 on A1 2. Copy and paste…
Ethernet frame and MTU
Ethernet Frame Sizes Standard Ethernet Frame (without 802.1Q): Total Size: 1518 Bytes Breakdown: Destination MAC: 6 Bytes Source MAC: 6 Bytes Type: 2 Bytes Data:…
How to configure netflow on Cisco devices
Here is step to configure Netflow on Cisco switches or Router Step 1: Enabling NetFlow Cisco(config-if)# ip flow-export version 5 or 9 *…
Wireless channel throughput when microwave on
Here is a chart for Wireless Channel Throughput from 2.4GHz (802.11b/g) when Microwave is on( within 5m) As you can see, channel 1 is least…
Expect Scripts Install on Windows and tips
Here is a tips for how to install Expect Script on Windows system.(32bit) 1. Downlaod Expect Script for Windows from here(Community version : Free)…
MS PowerShell Script Basic
1. Execution policy – Restricted – Unrestricted – RemoteSigned – AllSigned – Bypass > get-executionpolicy Restricted > set-executionpolicy unrestricted ; you must be…
Recent Comments