Premium Essay

Switch Configuration

In:

Submitted By riamq
Words 358
Pages 2
ASW-2(config)#int vlan1
ASW-2(config-if)#ip address 10.0.0.2 255.255.255.0
ASW-2(config-if)#exit
ASW-2(config)#end
ASW-2# int vlan1
ASW-2# ip default-gateway x.x.x.x

%SYS-5-CONFIG_I: Configured from console by console

Switch(config)#hostname ASW-1
ASW-1(config)#no ip domain-lookup
ASW-1(config)#enable secret ciscoenpa55
ASW-1(config)#
ASW-1(config)#line console 0
ASW-1(config-line)#password ciscoconpa55
ASW-1(config-line)#login
ASW-1(config-line)#exec-timeout 10 0
ASW-1(config-line)#logging synchronous
ASW-1(config-line)#line vty 0 15
ASW-1(config-line)#password ciscovtypa55
ASW-1(config-line)#login
ASW-1(config-line)#exit
ASW-1(config)#service password-encryption
ASW-1(config)#

ASW-1(config)#interface FastEthernet0/2
ASW-1(config-if)#

ASW-1#vlan database
% Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode.

ASW-1(vlan)#vtp server
Device mode already VTP SERVER.
ASW-1(vlan)#

ASW-1(config-if)#switchport mode trunk
ASW-1(config)#int vlan1
ASW-1(config-if)#ip address 10.0.0.2 255.255.255.0
ASW-1(config-if)#ip default-gateway 10.0.0.1
ASW-1(config)#end
ASW-1(config)#int vlan1
ASW-1(config-if)#no shutdown

ASW-1(config-vlan)#exit
ASW-1(config)#vlan 10
ASW-1(config-vlan)#name Servers
ASW-1(config-vlan)#exit
ASW-1(config)#vlan 20
ASW-1(config-vlan)#name Users
ASW-1(config-vlan)#exit

ASW-2(config)#Vlan 10
ASW-2(config-vlan)#name Servers
ASW-2(config-vlan)#exit
ASW-2(config)#Vlan 20
ASW-2(config-vlan)#name Users
ASW-2(config-vlan)#exit

ASW-1(config-if)#switchport access Vlan 10
ASW-1(config-if)#int fa0/6
ASW-1(config-if)#switchport mode access
ASW-1(config-if)#switchport access Vlan 20
ASW-1(config-if)#

ASW-2#vlan database
% Warning: It is recommended to configure VLAN

Similar Documents

Premium Essay

Switch Configuration

...Switch Configuration Switch Configuration First I would unpack the switch along with all of its contents, check for any missing or damaged items and if any our found I would then contact the cisco team but if everything looks great I would then proceed. If I have all the equipment ready for the switch I would then continue on with what they call the express set up. First thing I would do is verify that no devices are connected to the switch when first initializing the setup the switch will start acting like a DHCP server. Since my network has a static IP address I will change it for the time being to DHCP. Once switch is mounted and I have all my devices prepared for it I will then power it on. As the POST initializes I can get a good indication that the switch is functioning properly. I can tell when the POST is complete by SYSLED blinking green and if it fails it would blink an amber color. Next with my laptop I will hook directly in to the switch via CAT5. From there I will log in to the switch by opening my web browser and in the address bar typing in the IP address of the switch, which by default is 10.0.0.1 then you will enter the express setup GUI will open. In the express setup GUI I will configure my VLAN ID, IP, and IP subnet mask then I will enter my routers IP to point the switch through my default gateway. Then I will enable Telnet and set the Telnet password this will allow me to access and manage my switch using the command line interface (CLI). I can...

Words: 585 - Pages: 3

Premium Essay

Switch Configuration

...| Switch Configuration | | | Amanda Robertson | 4/20/2014 | | I was Hired By a company as a network engineer. One of my first jobs was to purchase, install, configure and deploy a Cisco Catalyst 2960-S Series Switches. This is a popular choice with the LAN Base Software, which comes with the switches. I found that this switch would be compatible with the companies needs having 48 ports, POE configurations that offer up to 15.4w per port, USB storage, 10 GB Ethernet uplink flexibility. This switch would use either copper or fiber optic cabling however I would prefer the fiber optic. The first step that I would have to take is to connect all hardware properly. “When you first set up the switch, you should use Express Setup to enter the initial IP information. This enables the switch to connect to local routers and the Internet. You can then access the switch through the IP address for further configuration” (Cisco, 2006-2010). Plug in the AC adaptor cord to the Cisco switch to power it on. The switch will go through POST and then verify that the SYST LED light blinks green rapidly. To run Express Set up mode, hold the mode button for 3 seconds, or when all lights above mode buttons turns green. Connect a CAT5 Ethernet cable to the switch and computer, after 30 seconds launch a browser and enter the IP address 10.0.0.1 in the browser and press enter. I would then fill out all the information requested by the Express Set up Mode, the Management interface would...

Words: 569 - Pages: 3

Premium Essay

Switch Configuration

...them a small fee for their access. In most cases ISP’s mainly focus on DSL, Cable modem, wireless and more recently, dedicated high speed interconnects such as Teir1 or fiber optics. In this case the ISP that I am helping is using a Teir3 meaning that they are only providing transit from other networks to reach the internet. There are three different ISP Tiers Tier1, Tier2 and Tier3; Tier1 is an ISP that has access to the entire Internet Region routing table only through its settlement-free peering relationships (DrPeering, 2013); A Tier2 ISP that purchases transit to reach destinations within an Internet Region (DrPeering , 2013). The basic requirements to run an ISP is having a solid backbone T1, 2 or 3; you will also need an Ethernet switch, an upstream router, a remote access server, and a local server for DNS and RADIUS (Patton Electronics, 2009). There are network layers associated ISP which consist of the Application Layer (Telnet, HTTP, FTP, SMTP), Transport Layer (TCP, UDP), Network Layer (IP), and the Physical Layer (Ethernet, X25, Token Ring). The application layer is reserved for communication protocols and methods designed for process to process communications across an IP (Internet Protocol) computer network. The Transport Layer provides convenient services such as connection oriented data stream support, reliability, flow control and multiplexing. The most common form of the...

Words: 513 - Pages: 3

Premium Essay

Basic Switch Configuration

...Basic Switch Configuration Switch>enable Switch# Examine the current running configuration file. Switch#show running-config Examine the current contents of NVRAM: Switch#show startup-config Examine the characteristics of the virtual interface VLAN1: Switch#show interface vlan1 Switch#show ip interface vlan1 Examine the following version information that the switch reports. Switch#show version Examine the default properties of the FastEthernet interface used by PC1. Switch#show interface fastethernet 0/18 Switch#show vlan examine the contents of the flash directory. Switch#dir flash: or Switch#show flash Switch#dir flash:c2960-lanbase-mz.122-25.SEE3 To save the contents of the running configuration file to non-volatile RAM (NVRAM), issue the the command copy running-config startup-config. Switch#copy running-config startup-config S1#configure terminal S1(config)#hostname S1 S1(config)#exit S1#configure terminal S1(config)#line console 0 S1(config-line)#password cisco S1(config-line)#login S1(config-line)#line vty 0 15 S1(config-line)#password cisco S1(config-line)#login S1(config-line)#exit S1(config)#enable secret class First, you will create the new VLAN 99 on the switch. Then you will set the IP address of the switch to 172.17.99.11 with a subnet mask of 255.255.255.0 on the internal virtual interface VLAN 99. S1(config)#vlan 99 S1(config-vlan)#exit S1(config)#interface vlan99 %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan99...

Words: 873 - Pages: 4

Premium Essay

Cisco Switch Configuration

...Define hostname It is very useful define the name of your Cisco switch/router. To do it: Enable administrative privilege Router>en Enter the configuration mode: Router#configure terminal Define the hostname (the name router is changed to Ciscozine) Router(config)#hostname Ciscozine Ciscozine(config)# Assign the privileged level secret The enable secret password allows you to enter enable mode (sometimes referred to as privileged mode or privileged-EXEC mode). To set a secret password: Enable administrative privilege Ciscozine>en Enter the configuration mode: Ciscozine#configure terminal Define the privileged-EXEC mode password; remember to use a strong password (combine letters, numbers, nd symbols). The enable secret command uses a one-way encryption hash based on Message Digest 5 (MD5) Ciscozine(config)#enable secret C1sc0z$n3 Secure console port For security reasons, you must define a console password: Enable administrative privilege Ciscozine>en Enter the configuration mode: Ciscozine#configure terminal Enter in the console configuration Ciscozine(config)#line console 0 Define your console password Ciscozine(config-line)#password g4S$%A2 Enable the password defined Ciscozine(config-line)#login Use the “logging synchronous” command, so the messages appear only after you press Return Ciscozine(config-line)#logging synchronous Secure VTY lines For security reasons, you must define a vty line password. The vty lines defines the password...

Words: 621 - Pages: 3

Free Essay

Attendance and Room Automation

...Theoretical Background A.R.A (Attendance and Room Automation), as the title suggest, this project is about automation. In applying creating this project we, the proponents, aim to integrate multiple devices to produce a system that would automate a room as well as attendance checking. But what is automation? According to Merriam-Webster dictionary, automation is “the technique of making an apparatus, a process, or a system operates automatically. The theory of automation states that “there are three building blocks of automation (1) a source of power to perform action, (2) feedback controls, and (3) machine programming.” (http://www.britannica.com/EBchecked/topic/44912/automation/24840/Modern-developments#toc24841) Power source, being a self-running device, it is necessary for it to have its own power source. The feedback control is the sensing part of the system; this will be the one that gathers the input to be processed delivers the output and will run the actuating device. Last would be the machine programming, provided by the proponents for the whole system to run. Theoretical Framework Each of the devices is supported by different theories which we hope we would be able to integrate. A microcontroller “is a small computer on a single IC containing a processor core, memory, and a programmable Input/Output peripheral.” (http://en.wikipedia.org/wiki/Microcontroller) We will be using this device as the brain of the system. We will be using the memory of the IC to encode...

Words: 636 - Pages: 3

Premium Essay

Loto

...energy could cause injury to employees. Work on cord and plug connected electric equipment for which exposure to the hazards of unexpected start up of the equipment may be controlled by the unplugging of the equipment from the energy source and by the plug being under the exclusive control of the employee performing the servicing or maintenance. Each Authorized Employee must have and use their own locks & tags -  these must be uniquely identifiable as lockout-tagout material and be identified to the specific worker. Energy isolating device. A mechanical device that physically prevents the transmission or release of energy, including but not limited to the following: A manually operated electrical circuit breaker; a disconnect switch; a manually operated switch by which the conductors of a circuit can be disconnected from all ungrounded supply conductors, and, in addition, no pole can be operated independently; a line valve; a block; and any similar device used to block or isolate energy. Push buttons, selector switches and other control circuit type devices are not energy isolating devices.  Lockout. The placement of a lockout device on an energy isolating device, in accordance with an established procedure, ensuring that the energy isolating device and the equipment being controlled cannot be operated until the lockout device is removed. Lockout device. A device that...

Words: 570 - Pages: 3

Premium Essay

Water Alarm

...in India, we use a manual switch to turn the motor ON/OFF which is used to fill the overhead tank. In such cases the switch is turned OFF only after water starts to overflow from the tank. This in most of the cases leads to a lot of water wastage since the water that overflows, flows into the drains. To overcome the issue of water overflowing from the overhead tank, a device can be installed. This device would buzz when the water in the overhead tank is about to overflow, giving the residents enough time to turn the switch OFF. Hence saving lot of water. The device is also capable of displaying the amount of water in the overhead tank through various LED’s.   Approach to the Problem: The main requirements of the water level indicator are: • Low power consumption • Simplified result • Compact • Economical The recommended solution to the given issues: • Use of LED’s enables low power consumption and economical • Use of multiple LED’s gives a simplified result • Use of single IC makes the computation less complex   Literature Survey IC 4066 The 4066 is a Quad Bilateral Switch that can be used with digital or analog signals. Transistor BC148 It is a plastic version of a standard NPNT transistor and is used for small signal general purpose amplification. SPST Switch (Single Pole, Single Throw) A simple ON-OFF switch, the two terminals are either connected together or disconnected from each other. An example is a light switch. Piezoelectric Buzzer High...

Words: 500 - Pages: 2

Free Essay

Jayrodil

...Electrical Symbols and Line Diagrams Chapter 3 Material taken from Chapter 3 of Electric Motor Controls, G. Rockis, 2001 One-Line Diagrams One-line diagram – a diagram that uses single lines and graphic symbols to indicate the path and components of an electrical circuit. One-line diagrams are used when information about a circuit is required but detail of the actual wire connections and operation of the circuit are not. 1 Line Diagrams A line (ladder) diagram is a diagram that shows the logic of an electrical circuit or system using standard symbols. A line diagram is used to show the relationship between circuits and their components but not the actual location of the components. Line diagrams provide a fast, easy understanding of the connections and use of components. Electric Motor Controls, G. Rockis, 2001 2 Electric Motor Controls, G. Rockis, 2001 Wiring Diagrams Wiring (connection) diagram – a diagram that shows the connection of an installation or its component devices or parts. Wiring diagrams show, as closely as possible, the actual location of each component in a circuit, including the control circuit and the power circuit. 3 Electric Motor Controls, G. Rockis, 2001 Manual Control Circuits Manual control circuit – any circuit that requires a person to initiate an action for the circuit to operate. A line diagram may be used to illustrate a manual control circuit of a pushbutton controlling a pilot light. A line diagram may be...

Words: 2121 - Pages: 9

Free Essay

Albatross Anchor

...like other animals. The physical characteristics that humans have separate them from other known mammals. Therefore, innovative approach by means or through application of science and technology close the gap that exists between other animals and humans. With that being said, science is a machine that makes life easier to all humans on the planet. It is not surprising to witness humans looking for answers and solutions to all sorts of problem. This is so because humans are fond of using science to make discoveries. As normal as the life itself, the fact that light did not come on is not unusual because light switches sometime malfunction. In a case like the one described above, a person would be more likely to approach a different light switch somewhere in the dwelling and test whether it will work or not. In everyday life, people do not expect things to refer themselves because they were made by humans and their durability depends on how they are use. In many cases, light...

Words: 1514 - Pages: 7

Free Essay

Hub vs. Switches

...Which component is better between a Hub and a Switch? A very broad question that can be answered by asking and answering questions like: Will a hub support more bandwidth with multiple pc’s or will a switch? How many connections can each have at a time and can they be stacked? Which is more cost effective? Without these questions you cannot honestly answer the main question. When it comes to bandwidth allocations and how they are supported the switch is generally hands down the better choice. While hubs do support the same amount of bandwidth they share it between machines while a switch dedicates full bandwidth to each machine. To explain hubs better let’s say I have computers A, B, & C. I am on the 'A' computer and wish to send a file to the 'B' computer. C will hear all the talking but will not take action into receiving the file. Each piece of network data that C receives must be inspected by C and after C realizes that it is not for it the data is ignored. So the total bandwidth is shared among the computers. Whatever bandwidth A and B are not using for this file transfer is left for C to use. To sum it up hubs distribute all of the data they receive to all the network devices they are connected to. This is a highly inefficient use of your network bandwidth. However, there is no processing delay created by the hub because the hub, by definition, does no processing. A switch can be considered a 'smart' hub. It will actively look at the traffic it receives and based...

Words: 479 - Pages: 2

Free Essay

Automatic Infra Red Light Switching

...light control for security purposes and for lighting areas. Keywords: Automatic light switching, Safe system, Energy saving system, Manual switching, Restroom installation I. INTRODUCTION In order to have electricity security and save energy [1], in most cases usually automatic switching is the most practical approach. Electronic sensors and microprocessor-based energy controllers will contribute to cost savings by regulating light output according to available daylight and lamp life span [2]. A sensitive electronic control system is suggested that can take care of automatic light activation for security purposes [2]. The GLE device power the lighting circuit based on the built in relay system without have to ‘ON’ the switch [3]. This work is supported in part...

Words: 1677 - Pages: 7

Free Essay

Sun Microsystems - a Quick Survey

...multiplicative-decrease TCP decreases the window size by a constant amount. Would the resulting additive-increase, additive-decrease converge to an equal share algorithm? Justify your answer using a diagram similar to the figure on the right. Full bandwidth utilization line Equal bandwidth share Connection 2 throughput D B E C A Connection 1 throughput Question 2: (10 points) Resource Allocation: Congestion Control Discuss how the Internet would look like if every flow would be based on UDP and does not use congestion control. Question 3: (10 points) Security of ARP Explain the principle of ARP spoofing and discuss a way to defend against it. Question 4: (10 points) Switching Loops For redundancy reasons it might be a good idea to have a switch connected to several switches instead of only one. Have a look at the Figure below and explain why it can cause problems having switches S2 and S3 connected to both switches S1 and S4 and what can be done to prevent this. Due Date: Wednesday, January, 15th 2014 only until 09:55 h s. t. • As PDF files (no MS Office or OpenOffice files): Uploaded via ISIS (https://www.isis. tu-berlin.de/2.0/course/view.php?id=349) • Put your name, StudentID number (Matrikelnummer) and the name of your tutor on your solution. Page 1 of 1...

Words: 307 - Pages: 2

Free Essay

Gjgjgj

...INDUCTIVE APPLICATION SKETCHES : INDUCTIVE PROXIMITY SWITCH IPS IPS IPS RAILROAD YARD POSITATION SENSING NUT PLACEMENT ON TRANSFORMER SORT FERROUS & NON FERROUES CAN TOPS DETECTING INCORRECT SHAPE OF TARGET MATERIAL CUTTER M/MIN DOG IPS M8 IPS XXX SLOT IPS MIN BLK IPS MIN BLK POSITION SENSOR SPEED SENSING OF MACHINES Trigger SENSOR TABLET COUNTING POSITIONING OF BOTTLES Metal Parts Sensors SENSORS Work to be dipped Sensor VALVE POSITION CONTROL POSITION SENSOR FOR GALVANISING PLANT DRILL BREAK SENSOR PART COUNTER INDUCTIVE PROXIMITY SWITCH - SERIES IPS Flush Mounting: Fixing of switches in the metal up to their sensing face. Non-Flush Mounting: These switches are to be mounted keeping metal free zone around its sensing face. SENSING DISTANCE Sensing Distance of inductive Proximity Switch depends on, Size of the Proximity Switch/ Sensing Face and Material to be sensed. OBJECT The sensing distance specified here is for object made of mild steel, having thickness of 1 mm. Size of the object should be at least equal to the diameter of switch / sensing face. For object other than M.S. apply suitable correction factor CORRECTION FACTOR : Apply following correction factor (%) when object is other than Mild Steel. MS 100 SALIENT FEATURES : 1) 2) 3) 4) 5) 6) Repeat Accuracy Hysteresis Grade of Protection Enclosure LED Indication Ambient temp : : : : : : 0.02 mm 3-10% IP 67. For block type: IP 55 Metallic (Nickel-Chrome...

Words: 3570 - Pages: 15

Free Essay

Clap

...Clap switch December 18, 2010 - Basic Electronics, LDR Engineering, MINI Breadboard - Tagged: 555, clap switch - 184 comments READ ABOUT RECENTLY PUBLISHED CLAP-SWITCH CHECK “CLAP-SWITCH WITH TOGGLE FEATURE”.  In order to make a clap switch, we have to combine the  touch sensor(monostable mode of 555 and the transistorized dark sensor circuits. Whenever there is loud sound produced near the electret condenser mic, pin 2 of 555 gets triggered and it switches on the LED D1. The LED remains on for a definite time determined by R1 and C1. We can adjust the sensitivity of the circuit using a variable resistor in place of fixed resistor R5. You can check the circuit with 1K or 10K. - See more at: http://www.buildcircuit.com/clap-switch2/#sthash.XShIrDIv.dpuf The schematic of clap switch: You can see the steps for making clap switch on the video given below. - See more at: http://www.buildcircuit.com/clap-switch2/#sthash.XShIrDIv.dpuf If you want to glow a bulb operating at 220V, use the following schematic: clap switch operating 220V bulb Before you make this project, read carefully about RELAYS: http://www.buildcircuit.com/how-to-use-a-relay/ If you are not confident at making circuits, don’t work with 220V, it can be dangerous and harm you. READ ABOUT RECENTLY PUBLISHED CLAP SWITCH CHECK “CLAP SWITCH WITH TOGGLE FEATURE”. - See more at: http://www.buildcircuit.com/clap-switch2/#sthash.XShIrDIv.dpuf As what i understand, this clap switch can detect false triggering...

Words: 282 - Pages: 2