Questions tagged [switch]

a device that bridges network segments, operating at the OSI link layer level.

Switches (in the context of this site) are devices with multiple network ports, which allow interaction between all devices connected to these ports.

Basic switches operate at the data link layer level (in TCP/IP networks) and forward packets based on the link layer address in the packet headers. They are different to hubs in the way that hubs generally broadcast incoming packets to all other ports, whereas switches keep tables of link layer addresses they have seen at specific ports and only forward packets to the relevant ports. Basic switches are also known as layer 2 devices.

Higher grade switches can include functionality at higher layers of the OSI stack. This can range from IGMP snooping (for multicast support) and VLANs through to NAT, VPN, firewalls or even application layer functionality (web caching or proxying). Such switches are known as multilayer devices.

1515 questions
-1
votes
1 answer

initial configuration of a switch

I have a HPE FF 5940 switch , i have configured an admin user and a management interface (M-GigabitEthernet0/0/0) and ssh connection to the switch. these are the only configuration i did . i have connected interface 1/0/1 with a 1GB transceiver…
-1
votes
1 answer

Cisco 1811w switch config

Can someone help explain how to configure vlan routing on a 1811w? I have been banging my head over this for days. Currently I have fa0 on wan and fa1 on lan, with dhcp for the internal. I want fa1 on the second wan, but for now I just want the…
-1
votes
1 answer

How to plug in modem in switch for virtualized router?

I have been trying to run my router/firewall as a vm in my vmware host for a while now but I hit the following wall: I want to plug in my modem in my switch so as to enable my router to vmotion through my hosts and still work. The idea is as…
Chapeau
  • 1
  • 2
-1
votes
1 answer

Can a switch supporting both L2 and L3 serve as L2 switch and L3 switch at the same time?

I have a switch supporting both L2 and L3 Switching. It is connected to one router (so L3) and one device using L2 switching. [Source] ==== L2 ==== [Router] ---- L3 ---- [Switch] ==== L2 ==== [Target] ===== many links, ----- single address So the…
patrik
  • 171
  • 1
  • 6
-1
votes
1 answer

Shoretel - Maximum length of name for Shoregear SG-50

For a Shoregear SG-50, what is the maximum number of characters you can use for the name of the switch? We'd like to use 20 characters but before we do, are there any practical limitations of a name this long? How many characters are allowed in this…
-1
votes
1 answer

Point of Sale Terminal Crashing the Network

We look after a series of restaurants which is a collection of point of sale terminals and a typically a single workstation per site. We have one site that is causing a fair amount of head ache and no amount of google searching is answering the…
-1
votes
2 answers

connecting two switches with different ip ranges

I have two switches that assign different DHCP IP addresses. one assigns 192.168.0.x to devices that are connected to it and the other one assigns 10.0.0.x ip addresses. Is this the reason I cannot see devices connected to one switch from the…
user208130
  • 15
  • 1
  • 2
-1
votes
1 answer

How are IP packets routed from LAN to WAN?

I have OpenWRT set up on a router, with a wireless client connected on the LAN, and connected to another network on the WAN. wlan1 is bridged on the br-lan interface, and typically forwards to the LAN interface eth0. I'm currently sending TCP/UDP…
-1
votes
1 answer

Netgear Switches GS748Tv4 and v5 ports go down and up and Spanning Tree Topology Change

I'm getting notifications on my Syslog server from the Netgear switches GS748Tv4 and v5. These are the notifications: traputil.c(696) 122305 %% Link Down: g30 traputil.c(696) 122323 %% Link Up: g30 traputil.c(739)…
Blake Zero
  • 107
  • 1
  • 2
  • 9
-1
votes
1 answer

HP ProCurve 2920, MAC filter

I have few HP 2920. They are connected to another HP modular switch via uplinks. When I check which devices are connected via MAC I can only see MAC addresses on uplink ports (idk why I can't see particular MAC on particular port on 2920. They are…
Kai
  • 33
  • 1
  • 10
-1
votes
1 answer

How would I access a Cisco router for configuration/management over the public internet

I want to connect a cisco router (2950 series) to my normal broadband router supplied by my ISP. I want to test whether I can access the router over the public internet for configuration/management. I have a public IP address from my ISP, that I…
NewJoiner
  • 7
  • 1
-1
votes
1 answer

Connecting Win7 to Win7 through switches, EnGenius, and Routers

Weird networks, causing weird problems. I am a new employee at this company, the network is a bit weird, but I have figured it out to a degree. I have some networking knowledge, but not greatly versed. I have a Windows 7 machine in the front office.…
-1
votes
1 answer

Switch port VLAN configuration

I have a problem with my switch: ProCurve Switch 2810-48G I got 2 VLAN with this configuration: vlan 1 "DEFAULT_VLAN" untagged 1-36 ip address 172.16.40.201 255.255.252.0 tagged 37-48 vlan 2 untagged 37-48 tagged 1-36 With…
FabioLog
  • 67
  • 5
-1
votes
3 answers

Ports from switch to system

I have rcently joined a company and we want to migrate our network to 10.0.0.0 ip address range from 192.168.0.0. Also we want to configure few vlan's But the major challange i am facing is that there is no documentation available for wiring. How…
-1
votes
1 answer

What happens when a switch goes offline? and can they be easily exploited through open wifi?

I have two simple questions regarding switches: When a router/ proxy server/ dns host fails, they tend to not allow any packets through. Is this the same with a switch? A switch is connected to 3 areas: a open wireless access point, internal network…
user3423572
  • 101
  • 2