29 August 2008

How To Terminate UTP cable to Modular Jack


It's easy to do your own home networking, if you want to run your cables in your walls you're going to need the tools shown in the left picture.

Of course for the cable you need to run it down first in your walls, I only use that short cable for this tutorial.

Words of note, do not cut your cables too short when terminating them to the modular jacks. In case you need to change the jacks later or you terminate them wrong then you don't have to worry having too short cables.

Step One:

Strip your cable jacket using the cable stripper.








Step Two:

Prepare your modular jack, you can see the jack has printed color codes for terminating the UTP cable. It is really up to you which color codes you choose for terminating the cables, the important thing is to keep it uniform in your project.



Personally I like to use the T568B color codes for my projects.

Step Three:

Position your cable and the jack like the following position, and arrange the cables according to the color codes you'd like to use.


 
Step Four:
Now it's time to use the Punch Down Impact Tool, if you look closely at the tool, you'd see different tips at it, you have to remember to position the sharp tip on the outer side of the jack.

This tool has two functions, first it push the cables in to the slots on the jack, and the sharp tip is used to cut the excess cables.

As its name, the tool would have an impact when used, so you might want to put the jack on the floor and put something beneath it like carton or anything else to reduce the impact of the tool.



In a project where you have to terminate many jacks, it would just hurt your hand or back to terminate these things, you can use tools such as this EZ Grip Puck.






On the left is the result when you finish using the punch down impact tool.

Note:
This is not recommended but if you don't have impact tools, you can use anything that has slim shape to insert cables into the slots of the jack and then you can use scissors or cutters to cut the excess cables.

Step Five: 

Prepare your wallplate, you can see on the backside of it, it has a place where you can plug your jack.


 
Insert your jack at the area shown in the picture above, be careful if you put the jack wrong, you cant insert the cable for your computers in it. Make sure you position the jack as the following pictures:
 

Happy trying.

Read more!

First Steps in Home Network Troubleshooting


When you realized there's something wrong with your home network, you need to do first steps of troubleshooting using this tool I show on the left picture.

Isn't that windows command prompt? you bet it is, you don't need some kick ass software just to find out your home network problems.
I usually jump right to command prompt to find out what happen on my network.

Step One:
You need to type in this command at the command prompt:

ping 127.0.0.1

What this does is pinging your own network card, if you get reply then there's nothing wrong with it, if no reply this means there's a problem with your TCP/IP stack.
There is a question related to TCP/IP stack in the CCNA exam.
You can use the following commands to reset your TCP/IP stack:



netsh int ip reset resetlog.txt


netsh winsock reset catalog

Step Two:
No problem with your TCP/IP stack but still no connection, try pinging other devices in the network.
Say you know your router has IP address of 192.168.1.1 then type the following:



ping 192.168.1.1

If there's replies then you know there's no problem within your internal network, if not type the following to find out whether you got IP from the router if you use DHCP:



ipconfig /all

If you don't get IP from the router do the following to renew your IP



ipconfig /release




ipconfig /renew

Step Three:
Hmmm... you can connect to other devices in your network but can't get to the internet. Try to ping google using:




ping google.com


If you find no replies, try to ping using IP address of external site, for example I know that google.com has 72.14.207.99 IP address then I ping it:




ping 72.14.207.99


If it works out then there's a problem with your ISP's DNS servers, try to contact your ISP about this.
If you still can't get to the internet, try turn off all the devices in your network for about 10 minutes and turn them on again using the following order:




Modem - Router - Switch - Your computer


You need also check your firewall settings, the easy way but not recommended is to shut down your firewall just for a moment and try connecting to the internet while the firewall down. This is to find out if your firewall is blocking your access to the internet.

Now the above steps are only the first steps you need to take if you have problem with your network, there are way too much problems that can happen in a network but you can use these steps for your guidelines in troubleshooting network.

Read more!

28 August 2008

OSI Layers in CCNA Exam


Is it really necessary to learn about the OSI layers? yes I'm afraid it is. I know it's a boring theory type, but they really useful for troubleshooting network and there can be a lot of questions in the CCNA exam related to OSI Layers.

OSI layers is a conceptual thing that urge all vendors for network devices to follow their concept so all devices from different vendors can communicate. Long time ago before this concept exist, the devices from one vendor can't communicate with other vendors'.

Basically they say that some functions should exist only on a certain layer and a change in one layer would not affect other layers' functions.
This is how you use OSI layers as troubleshooting tool. You first find out which function of the layer having error, then you can concentrate on that layer's devices to do troubleshooting.
I know it sounds simple, but it does cut your time a lot in troubleshooting.

The OSI Layers are counted from bottom up, starting from layer 1 which is the Physical Layer to layer 7 which is the Application Layer.
The whole seven layers are then divided into two different groups.
Layer 7 to 5 which are the top layers focus on the users of the networks, while the bottom layers 4 to 1 are for the network it self.

In my opinion, the bottom 4 layers are the ones that you as a network engineer or as CCNA candidates should focus more. In case of CCNA, there are many questions related to these bottom 4 layers and some quite easy questions for the upper layers.

Here are the brief descriptions of the functions that each layers do:


Application Layer
It provides the User Interface for the users, in this layer you can find stuffs like database, HTTP, Telnet, FTP, TFTP, etc.
Some questions regarding this layer should be some kind like matching question, to match which items go to which layer, or HTTP belongs to which layer, etc.

Presentation Layer
This layer deals with the presentation of data, encryption, etc.
For CCNA exam, I have never found question related to this layer and also the session layer, but just to be safe, you need to at least understand the function of each layer.

Session Layer
Session Layer handles the data so data on one application won't go to other applications.

Transport Layer
Now from here to bottom layer, are the layers you need to focus on, you need to remember which bottom layers handle which type of transmission unit.
For Transport Layer, it divides data from the upper layers into segments.
Transport layer performs acknowledgement of transmissions to ensure reliable end-to-end transmission (used for WAN connection), sequencing, flow control functions, and error correction before transmission.
The protocols deal with this layer are protocols like TCP and UDP.
In CCNA exam you'd likely get questions like which layer handles WAN, the functions that Transport Layer do, the data structure of TCP or UDP, etc.

Network Layer
This layer handles packet to do logical path selection/logical addressing for your network, this is where you can find IP address as in logical address.
If you know there's a problem related to IP address, you know you should focus on this layer's devices.
The protocols exist in this layer are IP, IPX, etc.
Remember the devices related to this layer such as routers and layer 3 switches.
Related to CCNA, you can find questions like which layer deals with packets or logical address, if you can't ping your network at which layer this problem associated with, etc.

Data Link Layer
Data Link Layer deals with frames as the transmission unit. This layer also handles the physical addressing of your network i.e. MAC Address.
It performs error detection but not error correction, remember this, you can sometime switch this with the function of Transport Layer.
The devices related to this layer are switches and bridges.
You might just find questions for frame, the functions of this layer, MAC address in CCNA exam.

Physical Layer
This layer handles the transmission of bits in network, meaning this is the closest you can get to the physical wiring in your network.
The devices related to this layer? Your NIC, cables, repeaters and hubs. Yes, hubs basically only retransmit bits so they belong in physical layer.

Another thing to note about CCNA question for OSI Layer is that you have to remember how the layers handle data.
From the top to bottom it would be like this.
Data - Segment - Packet - Frame - Bit

There you have it, OSI Layers, some people would just pass on this topic (because it's so boring) and find out later the exam has many questions related to it.
But if you know a little bit about OSI layers, you surely can troubleshoot your network faster.
Just remember not to underestimate any topic for the exam.

Read more!

26 August 2008

Network Segmentation


You started your network with small amount of computers and networking devices, sooner or later you want to add this and that, next thing you know your network got slower.

If you have this condition in your network, you might want to consider reviewing back you what devices you have in your network. You might need to segment your network.

You can use switches and bridges to segment your network, if you use them you separate your network collision domain. Remember what collision domain is when I posted about switches.


Like the above picture, if you use switch to connect 4 computers, then you'd have 4 collision domains. On the other hand, if you use hub, then you'd have 1 big collision domain, this will not only slow your network but also pose security problems.

The above picture looks good, but they're still count as one broadcast domain. To break up broadcast domain you can use routers.


What broadcast means is that computers need to send packet all over the network. One example is when you use DHCP to give IP address to all computers, first the computers will send out DHCP Discover message everywhere saying, help I don't know my IP, can anyone give me one?
The fact that computers send a lot of broadcast when connected to a network, the more computers/broadcasts you have, the slower your network will be.

 
When using router to break broadcast domain like this, this means you'd have 2 broadcast domains, in other words, you have 2 network segments within your network.
In CCNA exam, they usually give questions like this, if you have a network with the diagram like the above picture, how many broadcast domains and collision domains exist?
You know you have 2 broadcast domains, but how many collision domains? 
Remember each port in a switch forms one collision domain and routers also the same.
From the above we can tell that the diagram has 6 collision domains.

Read more!

25 August 2008

Scan for Network Vulnerabilities


Tenable Nessus from http://www.nessus.org is the tool of my choice if I want to scan my network for vulnerabilities.

Say like this, I want to know if my network is safe from dangerous people that want to mess up my network, I need to know are there any "holes" that can be an advantage to those people. So I run my tenable nessus from my PC, scan all computers in my network, and the nessus will provide me details of all vulnerabilities.
They'll also give you the details of each vulnerabilities, which ports are currently open, what's the meaning of it, is it dangerous, the links to the description, etc.

To start trying nessus is very easy, first you can download it for free from http://www.nessus.org/download/, get your activation code free for home usage, and start installing it.

 
This is the look of your nessus once installed, you can start by clicking on the "Start Scan Task" button to start scanning vulnerabilities.
  
Enter the hostname or the IP address of the computer you want to scan.
 
The above information will be given to show you the status of the scan.
And last you will be given the result of the scan in html format, below is the example of the report:
 
I highly recommend that you use nessus to scan for vulnerabilities in your network, it also gives you some info about the network, for newbies, you can learn about ports, which port is used for what.
Happy scanning. 

Read more!

23 August 2008

Cable Testing and Certification


Without any doubt, the first thing you do after you finish crimping your cables is to test them.
You can test them by plugging them to your NIC and see if they work, or you can use one of these LAN tester like the one I show you on the left picture.

They are easy to use, and a must have for network installers. But the one I show you is just for home usage or not intended for heavy usage.
What I mean is these LAN tester are used only to test whether you use the right color codes, to find out if there any cable cut in the middle, and some other basic things.

There are other tester type, the Tone Generator. These devices are useful if you have so many cables in your network but you didn't properly labeled them.

If you didn't label your cables properly, at some points if there's a problem on a cable you won't know which cable to check on.

What you can do is plug one end with the tone generator - the one with cables sticking out from it - this generator will send a signal through your cable.

Then you go to the other end of the cable, say, in the IDF room. There are plenty of cables there. You don't know which cable is connected to the end connected with your tone generator.

Here you grab the other tool, the one with pencil shaped and has some speaker in it. You just point the tip of the tool and when the sounds get clearer, then you know which cable you're searching for. Cool.

If you are involved in a big network project, you definitely want your hands on some more advanced testers. In a project, you are required to do cable certification on each cable you installed.
What I mean by certification is not some exam test or anything, but you must provide proof that the cables you installed are properly working without any defect.

The only tools that I can think of for cable certifications are the ones from Fluke. These tools are awesome, but they cost a fortune.

With these tools you can do any testing you can think of on a cable, you can see which wiring scheme you used on them, are there any crosstalk, if there's a cable cut in the middle you can find at what distance the cable is cut, etc.

One time I saw a cable certifier do their job. They certified on every cable we installed. One person in the IDF room and another in the work area. With the fluke plugged on each end, they can verify the cable and listen to this, they actually can talk to each other using the fluke device despite they are far apart!!!
Wow, they use the network cables as communication media, awesome.

You can generate report on each cable you tested, this report is the one you use as cable certification.
In a project you can have thousands of pages just for certifications. Usually one page represents certification for one cable you installed.

There are many parameters that you can see in a cable certification, the length of the cable, the wiring scheme, whether the cable passed the testing done by the tester, etc.
Here I show you a minimal report on a cable certification:


Read more!

22 August 2008

How To Crimp UTP cable to RJ45 Connector


I posted about the tools and the color codes for crimping UTP cable to RJ45 before, now I'd like to share step by step of how to crimp the cable to the connector.

You can see on the left picture how the end result will look like.

I want to review again on the tools that I usually use to crimp my cables. Here are the tools:


They are the same from my previous post about the tools, I use additional tools such as the cable stripper for stripping the cable jacket, and boots just to cover the RJ45 connector making the crimped cables look more attractive and more professional.

Here are the steps to start crimping the cables:

STEP 1

Slide in the boots to your UTP cable, if you don't want to use the boots, you can skip this step.



STEP 2

Strip the cable jacket using the cable stripper, then untwist the cables and arrange them according to the color code.



STEP 3

After you arrange the cables, make the cables look like the below picture and cut them to match the size of the RJ45 connector.
You have to cut the cables so they are aligned.


Most mistakes that people do is to cut the cables too short or too long, it takes time to practice. I found this connector from http://cableorganizer.com/ez-rj45-network-plugs/ to ease people crimping cables.

With this connector you don't need to worry cutting the cables too short/long, you can just slide in the cables through the connector and cut them afterward.






STEP 4

Slide in your cables to the connector, be careful not to change the cables arrangement.


A word of note, sometimes people neglect the importance of connectors positioning. You have to slide in the connectors all the way in. If you look at the connectors carefully, you can see as the picture on the left.

That part is used to hold your cable, when you crimp the connector, that part will squeeze a little bit to the cable and hold it firm.
This is useful so your connector won't easily come off when pulled.


STEP 5

Insert your connector to the crimper thoroughly and then crimp it until you here some noise.


After that check if all the copper parts of the connector are properly in. You can see the difference below between the un-crimped connector and the crimped connector:

 
Why I mention this is that sometimes when you crimp using not so good crimper, you'd get some of the copper still sticking out from the connector.
There you have it, slide the boot to the RJ45 and crimp the other side of the cable so you have your own network cable.

I hope this is useful, happy trying.

Read more!

My Home Network


I know, before you say anything, my home network has very "common" network devices and they're all messed up.
I'm all talking about this and that about networking and this is what I have in my home? yes,  I don't have a lot to spend on my network, time and money, but I'm telling you it's a great pleasure to connect all these things together and see them working.

The device that I'm most proud of is that Cisco Access Point 1242AG. This baby rocks, if only I have more than one of this thing, I can have a roaming connection all over my house. And not like any average AP, I can adjust the strength of the signal and many other parameters.

This is how the diagram for my home network looks like:
I'm using internet cable for my connection, you can see the cable modem there connected to the router. From the router I connect my Access Point and the switch to connect other devices.
The switch used to connect 3 workstations on the first floor for my office, and 2 other workstations for the family.
The Access Point connects my laptop and my lovely Sony PSP. Oh I love my PSP, with the AP I can connect to the internet and get my news feeds and update of the newest games.

After saving for some time I finally get to upgrade my network devices, I'm looking for some Cisco devices to help me on my CCNP exam studying later.
No, they're not expensive, if you buy the used ones, you can get pretty cheap price in ebay.com or other places. I've set my eyes on some of the devices, I already ordered some items and now waiting for the shipments to arrive, yayy.

I think I need the Cisco devices so I can do anything I like with them, do some crazy configurations and all. I've been working using Cisco for quite some time but I can't do anything I like in a production network (the term that is used to call a network that's already established and is serving an organization).

And I certainly hope that I can share my knowledge to help people get their CCNA title, cheers.

Read more!

21 August 2008

CCNA Exam Overview


This is the image I got from http://www.cisco.com, it basically shows how the certifications levels in Cisco. Starting with the entry levels which are the ICND1 and ICND2.
But if you got both ICND1 and 2 exams, you also get the CCNA certification which belongs to the associate level.
Next one is the professional level, and the last one is expert level.

As the pyramid shows, the higher the level, the fewer they are, and the best ones in salary.

Cisco likes to give numbers as their exam code, for example for the CCNA they give #640-802 exam number. This numbers are changed if they have new standards or exam subjects are modified.

I took the course with exam code of 640-801, and after I passed the course I didn't take the exam because I had to go abroad to work. After a year I decided to take the exam, but lucky me, the exam number just changed to be 640-802. In this exam they added the subjects of network security and wireless. I had to learn some more but I was lucky to get passed in just one shot.

For this 640-802 exam they will test subjects as Cisco noted in http://www.cisco.com/web/learning/le3/current_exams/640-802.html

Describe how a network works

  • Describe the purpose and functions of various network devices
  • Select the components required to meet a network specification
  • Use the OSI and TCP/IP models and their associated protocols to explain how data flows in a network
  • Describe common networked applications including web applications
  • Describe the purpose and basic operation of the protocols in the OSI and TCP models
  • Describe the impact of applications (Voice Over IP and Video Over IP) on a network
  • Interpret network diagrams
  • Determine the path between two hosts across a network
  • Describe the components required for network and Internet communications
  • Identify and correct common network problems at layers 1, 2, 3 and 7 using a layered model approach
  • Differentiate between LAN/WAN operation and features

Configure, verify and troubleshoot a switch with VLANs and interswitch communications

  • Select the appropriate media, cables, ports, and connectors to connect switches to other network devices and hosts
  • Explain the technology and media access control method for Ethernet networks
  • Explain network segmentation and basic traffic management concepts
  • Explain basic switching concepts and the operation of Cisco switches
  • Perform and verify initial switch configuration tasks including remote access management
  • Verify network status and switch operation using basic utilities (including: ping, traceroute, telnet, SSH, arp, ipconfig), SHOW & DEBUG commands
  • Identify, prescribe, and resolve common switched network media issues, configuration issues, auto negotiation, and switch hardware failures
  • Describe enhanced switching technologies (including: VTP, RSTP, VLAN, PVSTP, 802.1q)
  • Describe how VLANs create logically separate networks and the need for routing between them
  • Configure, verify, and troubleshoot VLANs
  • Configure, verify, and troubleshoot trunking on Cisco switches
  • Configure, verify, and troubleshoot interVLAN routing
  • Configure, verify, and troubleshoot VTP
  • Configure, verify, and troubleshoot RSTP operation
  • Interpret the output of various show and debug commands to verify the operational status of a Cisco switched network.
  • Implement basic switch security (including: port security, trunk access, management vlan other than vlan1, etc.)

Implement an IP addressing scheme and IP Services to meet network requirements in a medium-size Enterprise branch office network.

  • Describe the operation and benefits of using private and public IP addressing
  • Explain the operation and benefits of using DHCP and DNS
  • Configure, verify and troubleshoot DHCP and DNS operation on a router.(including: CLI/SDM)
  • Implement static and dynamic addressing services for hosts in a LAN environment
  • Calculate and apply an addressing scheme including VLSM IP addressing design to a network
  • Determine the appropriate classless addressing scheme using VLSM and summarization to satisfy addressing requirements in a LAN/WAN environment
  • Describe the technological requirements for running IPv6 in conjunction with IPv4 (including: protocols, dual stack, tunneling, etc).
  • Describe IPv6 addresses
  • Identify and correct common problems associated with IP addressing and host configurations

Configure, verify, and troubleshoot basic router operation and routing on Cisco devices

  • Describe basic routing concepts (including: packet forwarding, router lookup process)
  • Describe the operation of Cisco routers (including: router bootup process, POST, router components)
  • Select the appropriate media, cables, ports, and connectors to connect routers to other network devices and hosts
  • Configure, verify, and troubleshoot RIPv2
  • Access and utilize the router to set basic parameters.(including: CLI/SDM)
  • Connect, configure, and verify operation status of a device interface
  • Verify device configuration and network connectivity using ping, traceroute, telnet, SSH or other utilities
  • Perform and verify routing configuration tasks for a static or default route given specific routing requirements
  • Manage IOS configuration files. (including: save, edit, upgrade, restore)
  • Manage Cisco IOS.
  • Compare and contrast methods of routing and routing protocols
  • Configure, verify, and troubleshoot OSPF
  • Configure, verify, and troubleshoot EIGRP
  • Verify network connectivity (including: using ping, traceroute, and telnet or SSH)
  • Troubleshoot routing issues
  • Verify router hardware and software operation using SHOW & DEBUG commands.
  • Implement basic router security

Explain and select the appropriate administrative tasks required for a WLAN

  • Describe standards associated with wireless media (including: IEEE WI-FI Alliance, ITU/FCC)
  • Identify and describe the purpose of the components in a small wireless network. (Including: SSID, BSS, ESS)
  • Identify the basic parameters to configure on a wireless network to ensure that devices connect to the correct access point
  • Compare and contrast wireless security features and capabilities of WPA security (including: open, WEP, WPA-1/2)
  • Identify common issues with implementing wireless networks. (Including: Interface, missconfiguration)

Identify security threats to a network and describe general methods to mitigate those threats

  • Describe today's increasing network security threats and explain the need to implement a comprehensive security policy to mitigate the threats
  • Explain general methods to mitigate common security threats to network devices, hosts, and applications
  • Describe the functions of common security appliances and applications
  • Describe security recommended practices including initial steps to secure network devices

Implement, verify, and troubleshoot NAT and ACLs in a medium-size Enterprise branch office network.

  • Describe the purpose and types of ACLs
  • Configure and apply ACLs based on network filtering requirements.(including: CLI/SDM)
  • Configure and apply an ACLs to limit telnet and SSH access to the router using (including: SDM/CLI)
  • Verify and monitor ACLs in a network environment
  • Troubleshoot ACL issues
  • Explain the basic operation of NAT
  • Configure NAT for given network requirements using (including: CLI/SDM)
  • Troubleshoot NAT issues

Implement and verify WAN links

  • Describe different methods for connecting to a WAN
  • Configure and verify a basic WAN serial connection
  • Configure and verify Frame Relay on Cisco routers
  • Troubleshoot WAN implementation issues
  • Describe VPN technology (including: importance, benefits, role, impact, components)
  • Configure and verify a PPP connection between Cisco routers
I know, it looks too much to learn but trust me, but it doesn't look that bad, if I can then anybody can do it. If you invest enough time and practice I'm sure you can pass the CCNA exam. And of course look to this blog a lot, because I like to share my knowledge on each of the subject they test.

The duration of the test would be 90 minutes, but if you in a non native English speaking country then you'd get additional 30 minutes to do the test.

There should be 50-60 questions in the test, the amount will vary and you can't tell what question they will ask each time because they use some random algorithm to choose the questions.
Some people say that the test will count what question that you're weak at, and they will post more questions on it. I don't know the truth in that but better be safe then sorry.

Most of the questions will be multiple choice type of questions, some will be drag and drop questions, and some simulations to test your ability in configurations.
What tricks people most, is that they will test you on very basic things in networking, so make sure you don't miss any subject in the test. Some people get cocky to thing they know everything about OSI layers, yet they failed the test on it.

In the test you won't be allowed to back on the questions that you have answered, so you need to be certain of an answer before you go to the next question.

I hope I can help people in understanding Cisco and pass the test, so I'll give you my best.

Read more!

20 August 2008

The Power of Cisco


Talking about networking I think is not far from talking about Cisco, even for newbies. The reason is Cisco since a long long time ago has been a leader in the industry, the people in Cisco created standards for networking which are widely accepted by the networking world.

They even take some major network vendors under their wing, some vendors like linksys and others. I like how the Cisco guys print their labels in linksys devices - Linksys, a division of Cisco.

The networking devices they offer are man, I get excited talking about this. I mean they have expensive devices, but they have things from home networking to enterprise networking. From switches to firewalls.
I'm talking about few hundreds dollars to hundred thousands dollars.

One time I took out a module and they told me it costs about 10-20,000 US$. Just for the module!!!

They do cost a lot, but in term of reliability, there's no question about the power of Cisco.
And to manage devices like Cisco's you need some really trained staffs.
Over the years Cisco has released numbers of certifications like CCNA to CCIE, CCDA, etc. even certifications for network security and VOIP.

Gaining these certifications is not easy task, even for taking the CCNA exam - entry level - you need a broad understanding about networking. Luckily Cisco has many learning partners all over the world to aid you achieving this goal. For some certifications, they don't come cheap, for taking a CCNA exam alone you need to provide about US$ 150.

The networking people holding these certifications are highly paid, I don't know the exact numbers right now, but I just got email from Cisco asking the certified people to take the survey about how much they got paid. Hoping to see the result later. From what I heard, the CCIE guys - holding the ultimate certification in networking - get paid in 5 digits number per month!!! wow, talking bout a dream job.

Well, I'm only a CCNA now, and pursuing the CCNP in near future. I hope to share my knowledge in the exam. CCNA exam is not the kind of exam where you cram yourselves in the weekend and hope to pass in next Monday. But there are things you can do to pass them of course.

I've been planning this blog to be a physical networking blog, but it's not complete without talking about Cisco. So, now and then I want to share what I know about the exam, hope you learn somethings from here.

Read more!

18 August 2008

Managing Cables in Racks


You typically find bulks of cables like the left picture shows in a project. It's not strange to have a project with 2000 clients to be connected in a network.

To arrange cables like these is a nightmare for network installers if you don't provide yourselves with cable managers.

Usually the cable managers also provided by the racks vendors. You can ask them if they have it, or use cable managers from other vendors if you don't like the way it looks.

Different cable managers have different ways to manage cables, so it's better to consult the vendors on how to install the cables according their products.

I need to remind you that some cable managers make the look of your racks neater but if you don't install them accordingly, they will make your future improvement harder. What I mean is that you have to design also how the cables run inside your rack should be. You don't want the outer look of your rack looks neat while you have spaghetti cables inside.

This is how one of the cable manager from ADC Krone looks like


And me and my team manage to make the upper picture look like this


Well it looks better then the last picture at least.
Like I said vendors develop their own cable managers, another example is from Systimax down here


The vendors  even develop many cable managers for desktop computers/end users. You can find many of them out there, so, start browse for cable managers to manage your cabling, don't let the cables to be an eyesore.

Read more!

Cabling in MDF Room


Just want to share my experience when I worked on cabling in MDF room. I shouldn't show you the networking devices that the company use but since they replaced the devices some time ago, I'm free to share the pictures with you.

The company use fiber optic cables as their backbone, connecting the devices in the MDF room to the IDF rooms located on each floor of the building. One floor has 2 IDF rooms, there are total of 22 Floors in the building.

The fibers then terminated on what is called Fiber Distribution Frame (FDF), it's basically the same with patch panels for UTP cables.


The above picture shows how messy the cables are, we had to put labels first and arrange them based on floors they're coming. The orange cables are the fiber patch cords, they are pre-terminated cables that have more reliability then when terminated on-site. The pre-terminated cables are certified first by the vendors that made them.


We tied the cables using velcro cable ties, because we have to be more delicate in handling the fibers. Too much pressure on the cables and who knows what will happen to the fibers inside them.
After arranging the cables, most FDFs have enclosure to keep the cables from outside interference, so we close the FDF to make them neater also.

 
This is where the fiber patch cords are connected to, Cisco Catalyst 6509 for the Core Switches (there are two of them in the MDF room).
Next is to enjoy ourselves for quite nice job, me and my team.
 

Read more!