Become CCIE : Step 9 Speed

Step 9 : Speed Now you know everything for becoming a CCIE. Theoretically and how to configure it. Now it is time to practice on speed. Remember that you have 3 minutes for each point to earn. If you use the “?” after a command you have an area where you still can gain speed. … Read more

Howto become a Cisco CCSI ?

I am CCSI #35056

When you got a Cisco CCSI number, you are an official Cisco Certified Systems Instructor. Several years ago I passed my CCSI exam and now I am CCSI #35056. I know the journey howto become a CCSI. The big question is, how do you get there ? During my 2 days of presenting and doing the lab, there was one attendee that failed on both topics ! Don’t think it’s easy. In the Netherlands there are about the same amount of CCIE  as CCSI persons. There is a reason that the CCSI isn’t way higher then the amount of CCIE’ers.

Start

First of all you will have to pass CCNA. In the early days the instructors did have to pass at a higher rate. Nowadays passing is enough. This is the easy part. Now comes the challenge if you’re not working for a learning partner.

Read more

MGCP Flows

It’s something I didn’t do in many many years, that’s why I create this post. Just for me to find all the information for the next time when I will have to configure MGCP.

 

MGCP Verbs :

Command Message Name Sent By Description
AUEP AuditEndpoint CallManager Get the status of a given endpoint.
AUCX AuditConnection CallManager Retrieves all the parameters associated with a connection.
CRCX CreateConnection CallManager Creates a connection between two endpoints.
DLCX DeleteConnection Both From CallManager:Terminates a current connection. From Gateway:Indicates that a connection can no longer be sustained.
MDCX ModifyConnection CallManager Changes the parameters (Update info) associated with an established connection.
RQNT NotificationRequest CallManager Instructs the gateway to watch for special events such as hooks or DTMF tones. It is also used to instruct the gateway to provide a signal to the endpoint (for example, dial tone and busy tone).
NTFY Notify Gateway Informs the Cisco CallManager when requested events occur.
RSIP RestartInProgress Gateway Informs the Cisco CallManager that an endpoint or group of endpoints are taken out or placed back into service.
EPCF Endpoint configuration Callmanager Alert configuration of the endpoint(things like gain level, codec, etc

Read more

SIP & SCCP Phone flow CUCM

Here are some flows of a SIP & SCCP phone call. My purpose was to see is it really only digit-by-digit dialing even when the phone is on hook.

SCCP

on-hook dialing : EnBloc

off-hook dialing : Digit by Digit

SIP

type B on-hook dialing no dial-rules : EnBloc

type B off-hook dialing no dial-rules : Digit by Digit with KPML event

Read more

CCIE Collaboration written 400-051 notes.

Here are some thing that is nice to know. Of course check the blueprint to see what is recommended reading.

Cisco Unified IP Phone Firmware Distribution Methods

Table 1. Summary of Distribution Models

Peer Firmware Sharing Load Server Traditional TFTP

Advantages

• Hierarchy is automatic
• One download per phone model on a subnet
• Uses TCP
• Fails back to TFTP
• Speeds up LAN upgrades
• Reduces TFTP CPU load during upgrade
• Has same download time as LAN image distribution
• Distributes TFTP load over multiple TFTP servers
• Proven distribution
• Default behavior

Disadvantages

• Must be enabled on each phone
• Hierarchy is formed for each phone model
• Hierarchy is limited to subnet
• IP must be set on each phone
• Administrator must manually file copy to load server
• No failback to TFTP on error
• More prone to user error
• High-bandwidth requirements
• Multiple requests for same file
• High CPU usage on TFTP server

Link : http://www.cisco.com/c/en/us/products/collateral/collaboration-endpoints/unified-ip-phones-9900-series/white_paper_c11-583891.html

Read more

Callmanager Express CME Translation rules

Currently I am studying for the CCIE Collaboration written to re-certify my CCIE. It was a long time since I worked with the translation rules, so here’s some nice stuff with a load of rules. Basic cme translation rules : /123/ /456/ = replace 123 with 456 ^ = begins with $ = end of … Read more