Showing posts with label network switches. Show all posts
Showing posts with label network switches. Show all posts

Tuesday, March 20, 2012

Guide to Save Cisco 3560 Switch Configuration


Network switches play an integral role in computer networks by connecting all the devices on the network, enabling communication. Switches can be simple or complex, ranging from small, four-port home office devices with limited management interfaces to complex, 48 port-enterprise level devices with dedicated memory, processors and operating systems. When dealing with complex models, network administrators spend hours configuring each individual device to the exacting specifications required by their network. As with any piece of important data, these configurations need to be backed up.

The Cisco 3560 switch is a line of fixed-configuration, enterprise-class switches that include IEEE 802.3af and Cisco prestandard Power over Ethernet (PoE) functionality in Fast Ethernet and Gigabit Ethernet configurations.

As an ideal access layer switch for small enterprise LAN access or branch-office environments, the Cisco Catalyst 3560 combines both 10/100/1000 and PoE configurations for maximum productivity and investment protection while enabling the deployment of new applications such as IP telephony, wireless access, video surveillance, building management systems, and remote video kiosks.


What You Will Need While Saving the Cisco 3560 Switch Config
  • Cisco 3560 switch
  • Computer with serial port
  • Rollover cable
  • Terminal emulation software (PuTTY)

Connect to the Switch
1. Plug your computer into the switch with a rollover cable. This cable has a RJ-45 jack on one end and a serial connection on the other. Plug the RJ-45 end into the "CONSOLE" port of the switch, and the serial end into your computer.

2. Download and install a terminal program called PuTTY to connect to the switch (see Resources).

3. Open the terminal emulation software. In PuTTY, select "Serial" in the "Category" box on the left, then select the correct COM port in the "Serial line to connect to" box. Click "Open" to open the command line of the switch. The command line is a text-based interface for the switch. It has a prompt where you can enter commands to change settings and configurations.

Save the Configuration
1. Type "enable" at the command line, then press return on the keyboard to enter into "privileged exec mode." The switch prompt should change from "Switch>" to "Switch#, then you can enter the next command.

2. Type "copy running-config startup-config" at the command line and press return on the keyboard. This will copy the current switch configuration to the non-volatile memory, which is memory that will retain its data even without power applied to it.

3. Type "show running-config" to display the current configuration.

4. Click and hold at the beginning of the output from the "show running-config" command, then drag down to the bottom of the PuTTY window. This should select all the text on the screen.

5. Right-click and select "Copy" to copy the text.
6. Click on "Start" and "Run," then type "notepad.exe" in the dialog box. Click "OK" to bring up the notepad program.

7. Click on "Edit" and "Paste" to put the switch configuration into notepad.

8. Click "File" and "Save" to save the file to your desktop. You now have a backup of your switch configuration that will be around even if your switch goes bad.

Tips & Warnings
The command "copy running-config startup-config" can be shortened to "copy run start."

More Related:

Thursday, September 29, 2011

Network Equipment, Basic Knowledge You Need to Get


Computer networking devices are units that mediate data in a computer network. Computer networking devices are also called network equipment, Intermediate Systems (IS) or InterWorking Unit (IWU). Units which are the last receiver or generate data are called hosts or data terminal equipment.

The Internet has truly revolutionized the way we communicate. If you actually think about it, the Internet is computer networking at the highest scale of complexity. It’s a continuous link of connected computers that spreads worldwide. How is data transfer and the implementation of networking protocols made possible in this colossal network? It is made possible because of networking devices that regulate data traffic over the whole network, providing connectivity and control. The network design is based on the OSI (Open Systems Interconnection) model. Router, switch, hub and bridge are networking devices that act as mediators at various levels of this networking model.

What are the differences in the design and functioning of these networking devices: router, switch, hub and bridge?
Every one of these network devices which we compare in the following is a part of every Large Area Network (LAN), Wide Area Network (WAN) or small private networks. They integrate and connect the network at various levels, while providing control over data flow.

The main differences in functionality of Router, Switch, Hub and Bridge
A computer network connected to the Internet is designed to be a self-regulating network that can guarantee the transmission of data to right destinations and regulate overall data transfer. The network can be primarily divided into two types of devices which are terminals (connected computers) and control elements or connecting devices. The role router, switch, hub and bridge play in a computing network determines their basic functionality and difference.

Two or more computing networks are connected together by a router. It is charged with the responsibility of controlling the inter network data traffic. They are highly intelligent devices with embedded software that are used to control the flow of data packets across diverse networks.

A network switch is charged with the job of connecting smaller segments of a single network into a connected whole. They are extensively used in Ethernet local area networks.

A hub connects various Ethernet devices to integrate them into a whole network segment. It is one of the most basic hardware devices that connect two or more Ethernet terminals in a network.

A network bridge is nothing more than a type of switch. While a switch has multiple connection ports, a bridge has a single connection port. In the next section, let us have a look at the features of each one of these devices in more detail.

Referring to OSI model layers, a router is functional on the network layer of the OSI model, which is also known as level 3. They integrate logical subnet together and their operation is made possible by inbuilt operating systems. They are designed to calculate the best possible path for transmission of data packets between networks. The basis for routing of data through a router is the use of Internet protocol addresses. You might want to check out the OSI model diagram to understand the functions of these devices better.

Network switches are functional on the layer 2 of the OSI model. This layer is often referred to as the data link layer. Network switches transfer data across a network segment using MAC addresses for reference.

A hub operates only at layer 1 level of OSI model, which is the physical layer. Integrating Ethernet terminals together is its only function and it is a passive device used for data transfer. A bridge is just a type of network switch that connects two network segments together. Like switches, they too operate at the data link layer.

All these networking devices provide connectivity and help regulate Internet traffic through local and global Internet networks. Tips of identifying what are main networking hardware help you know the role and function of router, switch, hub and bridge in a network. So which network equipment you select depends on what you need in your home network or business network.

More Related:
Common basic networking devices:
Router: a specialized network device that determines the next network point to which it can forward a data packet towards the destination of the packet. Unlike a gateway, it cannot interface different protocols. Works on OSI layer 3.

Bridge: a device that connects multiple network segments along the data link layer. Works on OSI layer 2.

Network Switch: a device that allocates traffic from one network segment to certain lines (intended destination(s)) which connect the segment to another network segment. So unlike a hub a switch splits the network traffic and sends it to different destinations rather than to all systems on the network. Works on OSI layer 2.

Hub: connects multiple Ethernet segments together making them act as a single segment. When using a hub, every attached all the objects, compared to switches, which provide a dedicated connection between individual nodes. Works on OSI layer 1.
   
Repeater: device to amplify or regenerate digital signals received while sending them from one part of a network into another. Works on OSI layer 1.

Some hybrid network devices:
Multilayer Switch: a switch which, in addition to switching on OSI layer 2, provides functionality at higher protocol layers.
   
Protocol Converter: a hardware device that converts between two different types of transmissions, such as asynchronous and synchronous transmissions.
   
Bridge Router (B router): CombineS router and bridge functionality and are therefore working on OSI layers 2 and 3.

Hardware or software components that typically sit on the connection point of different networks, e.g. between an internal network and an external network:
Proxy: computer network service which allows clients to make indirect network connections to other network services
   
Firewall: a piece of hardware or software put on the network to prevent some communications forbidden by the network policy
   
Network Address Translator: network service provide as hardware or software that converts internal to external network addresses and vice versa

Other hardware for establishing networks or dial-up connections:
Multiplexer: device that combines several electrical signals into a single signal
   
NetworkCard: a piece of computer hardware to allow the attached computer to communicate by network
   
Modem: device that modulates an analog "carrier" signal (such as sound), to encode digital information, and that also demodulates such a carrier signal to decode the transmitted information, as a computer communicating with another computer over the telephone network
   
ISDN terminal adapter (TA): a specialized gateway for ISDN
   
Line Driver: a device to increase transmission distance by amplifying the signal. Base-band networks only.

Wednesday, September 14, 2011

How to Transfer Switch Data

Cisco network switches include a feature that enables administrators to save configuration files to a network server once the switch configuration has been completed or modifications have been made to the configuration. Saving a backup of network switch configurations provides administrators with a quick reference of the switch configuration without having to connect to the switch, and also a "safety net" in the event that the configuration is damaged or lost. Transfer Cisco switch configuration data files to a TFTP server to store as a backup.

Things You'll Need

  • Microsoft Windows 7 computer TFTP service installed and telnet client enabled
  • Microsoft Windows 7 computer IP address
  • Cisco switch with telnet service enabled
  • IP address of the Cisco switch
  • Telnet password for the Cisco switch
  • Password for the Cisco switch Privilege Exec mode password
 
Steps to  Transfer Network Switch Data
1. Click "Start" on the Windows 7 computer PC desktop, click "Search" and then enter "cmd" in the "Search" box. Right-click the command line icon that displays in the upper left pane and select "Run as Administrator." Enter "telnet 1.2.3.4" in the command line window that appears, substituting the IP address of a Cisco router for the "1.2.3.4" and then tap "Enter."
 
 
2. Type the telnet password and then press "Enter." Type "enable" and tap "Enter." Enter the Privilege Exec password when prompted and tap "Enter."

3. Type "copy nvram tftp://5.6.7.8/filename," except replace the "5.6.7.8" with the IP address of the Windows 7 computer and replace "filename" with a name for the configuration file, and then tap "Enter." The switch configuration file has now been transferred to the Windows 7 computer TFTP service root directory.


References

Notes: There are more info about Cisco network switches such as Cisco switch selling, price of Cisco switches, Cisco switches' features and specs...you can visit router-switch.com