Posts

Vmware vCloud: My Study Notes

Image
Here are my quick and dirty notes while I was preparing for the VMware vCloud VCA certification. Cloud Deployment Models The cloud can be deployed in one of four ways: Private cloud: all the hardware and the software is owned by the organization management and monitoring is the responsibility of the organization (the IT department) builds on top of traditional virtualization technologies (think vSphere) resources are almost always guaranteed  Community Cloud: the cloud is shared by two or more organizations that have similar technical requirements Public Cloud: is hosted on the provider network resource management and monitoring is the responsibility of the cloud provider  resources are transparently shared by customers providers should allow customers to oversubscribe resources, without impacting other customers’ vDC performance providers should enforce security and prevent unauthorized access between Org vDCs providers allow customer to provision resources for future growth Hybr...

Uploading an IOS image with LMS Software Distribution

Image
In this tutorial we’ll learn : –         How to push an IOS image into a switch flash disk, using Cisco LMS, –         How to verify that the IOS image has been loaded correctly Pushing the IOS image 1.       On the LMS home page, click on the Resource Manager Essentials link. 2.       Click on Software Distribution    3.       Choose a distribution method. By default, I use “by device”. That’s the simplest one 4.       Check the device for which you want to upgrade the IOS and click Next 5.       The Distribute by Devices windows opens. Under Image Options , select the desired IOS image. Note that an image prefixed by an asterisk means that it’s a Cisco-recommended one. The Storage Options shows you how much flash disk space you still have. Here, we want to deploy a 9.33MB image on a flash disk that has 23MB left out of 31MB. 6.       Click Next 7.       LMS gives you a warning. But don’t worry, just click Next 8.       The Job Schedule and Options allows to schedule job...

Vmware Datacenter Virtualization: VCA-DCV

Image
Today I successfully passed the exam! I got a score of 420. How I studied for the exam I watched the Vmware E-learning fundamental videos, took notes, reviewed them with a big mind map, then registered and sat for it. I sat studying in many small sessions (remember the power of chunking). What it feels to get Vmware certified It’s great to sit for an exam and pass it from home :) it’s also great to see there are other folks out there who are sharing the same experience. Thank you Vmware! It took me a total of 6.5 hours of learning:

MGCP Gateway Configuration

Image
In this post, we explore the configuration of an MGCP gateway in CUCM. Given a router equipped with a E1/T1 VWIC card, we will configure it as an MGCP gateway that performs PRI Backhauling with CUCM. Configuration Steps On CUCM We start by adding a new gateway: We select the router platform: We tell CUCM that it is going to be an MGCP gateway: We configure our VIC card or network module: And we need to set the gateway name. This depends actually on whether we activated DNS lookup on the router or not. When a network engineer in IOS gateway has already configured the following command: ip domain-name then he must use the Fully Qualified Domain Name (FQDN) when he adds the MGCP gateway on CUCM. Otherwise, he must simply use the hostname of the router. In our example, we have no domain name configured on the router. So we can use the router hostname: On this router, we have already inserted a T1/E1 card that has one RJ-48 Multiflex trunk. To determine on which subunit this card is, on the...