Showing posts with label Networking For LAN. Show all posts
Showing posts with label Networking For LAN. Show all posts

Wednesday, May 14, 2008

Setting up a VLAN with the Cisco IOS

Recently, in my forums at my personal website, I have a VLAN Question thread going with over 20 posts and 638 views. Additionally, I have a free video where I demonstrate how to configure VLANs in the Cisco IOS. This video is one of the most popular free videos on my site.


Because of the popularity of these two sites, I wanted to take a second to cover the basics on VLAN configuration. Here are some crucial VLAN “show” commands on a switch:


————————–


Show vlan brief
Show interfaces switchport
Show ip interface brief
Show int trunk


————————–


And here is how you would configure a VLAN routing on your router with some show commands:
Router commands
Interface fastethernet 4.1
Encapsulation dot1q 10


Interface fastethernet 4.2
Encapsulation dot1q 20


Interface fastethernet 4
No shutdown


Show ip interface brief
Show vlans


—————————–


And here is how you would configure a VLAN on your switch:


Switch commands
Interface fastethernet 2/0
Switchport access vlan 10
No shutdown


Interface fastethernet 5/0
Switchport access vlan 20
No shutdown


Interface vlan 10
Ip address x.x.x.x y.y.y.y
No shutdown


Interface vlan 20
Ip address x.x.x.x y.y.y.y
No shutdown


———————-


I hope that sample configuration helps you out and don’t forget about my VLAN Configuration video where you can see how it is configured, step by step.

http://itknowledgeexchange.techtarget.com/cisco/setting-up-a-vlan-with-the-cisco-ios/

Friday, May 2, 2008

Networking For LAN

Wiring up a LAN (local area network) can be very easy, or it can be very difficult – it all depends on the size of your network, and how you’re trying to go about it.
For a very small home network, you can get by without using any special equipment except the wires. If you want to use a network to share Internet access or a printer, just plug an Ethernet cable into the computers you want to network, and then use the simple networking features that are built into Windows, such as Internet Connection Sharing. This approach has many downsides, though – you’ll need an extra Ethernet card in each computer for every extra computer you connect to the network, for one.
Instead of connecting each computer to the next, it is better to simply connect all the computers to a central router. This is a very efficient way of connecting computers together, as the data you send will be quickly and easily routed to its destination: the data goes to the router, which knows which wire to send it down for it to reach the destination address, and simply sends it that way. This also allows you to turn on and off computers as you please with no ill effects, as the router is always-on.
If you want to connect more devices to the network than the four or five ports on a router will allow, then you need to get a network switch. This allows you to create a separate sector of your network especially for one group of devices. For example, you might have your computer and your printer both plugged into a switch. The computer and the printer can then communicate between themselves without the data needing to travel out onto the wider network – but if they want to send to or receive from the wider network, they can do that too.
John Gibb is the owner of ethernet resources For more information on ethernet check out


http://www.ethernet-intelligence.info