Skip to main content

Questions tagged [switching]

A switch is a telecommunication device that receives a message from any device connected to it and then transmits the message only to the device for which the message was meant. This makes the switch a more intelligent device than a hub (which receives a message and then transmits it to all the other devices on its network). The network switch plays an integral part in most modern Ethernet local area networks (LANs)

switching
-1 votes
0 answers
10 views

Connect 1 device to 2 different LANs [closed]

I have 1 device that needs to connect to the internet trough a router with DHCP, and to a LAN that is used for a local system (this is in a hospital). This device is windows based and unfortunately, ...
TonyMadMax's user avatar
0 votes
0 answers
11 views

solve the overlapping issue of switch ports in mininet

0 I build a topology with writing python script and i want to create some paths to connect some hosts but there are overlaps between some paths. what is the proper command that i can use to create ...
Saman Salimzadeh's user avatar
0 votes
0 answers
12 views

solve the overlapping of the flow in the switches in mininet

I build a topology with writing python script and i want to create some paths to connect some hosts but there are overlaps between some paths. what is the proper command that i can use to create paths ...
Samy Salimzadeh's user avatar
0 votes
0 answers
16 views

How can I be in the same subnet of my switch?

I'm new to networking and I have to get in the admin page for my switch to see how it's configured. It's IP address is in the subnet 192.168.0.x, while mine is in 192.168.1.x. I've tried to set a ...
ElAzazel's user avatar
-2 votes
1 answer
41 views

Limit for creating VLAN interface with IP address

I have a network with L3 switch and router. For router resources economy I tried creating interface vlans with IP addresses for LANs termination there and faced with a problem - DLink 1210 allows only ...
Dswiter's user avatar
-1 votes
0 answers
14 views

Specific VLAN access

CONTEXT: Basically I own a switch so me and my friends can have lan parties when they come over, since it is a gigabit switch however, I would also like to connect my storage to the private lan, and ...
chrom's user avatar
  • 9
1 vote
0 answers
39 views

Can not switch camera while recording with camera plugin, setDescription working but preview doesn't change

I am trying to switch camera while recording but it doesn't work. When I am not recording it works fine. I am using camera plugin. I am switching between cameras like this Future<void> ...
Ertürk Alan's user avatar
0 votes
1 answer
109 views

How do I know when the dsa_loop and dsa_loop_bdinfo linux kernel modules are working?

I am working on an embedded system that will connect a processor running Linux to an Ethernet switch via a "conduit" Ethernet link (e.g. eth0) using one of the port-based DSA frame tagging ...
srl100's user avatar
  • 21
0 votes
0 answers
109 views

Handling Ansible prompt validation with netcommon.cli

I'm currently fighting with some Aruba switch and Ansible. Aruba Ansible module is quite poor unfortunately but I have to deal with that and find a workaround. I'm working on a playbook and tasks to ...
motorbass's user avatar
  • 196
0 votes
0 answers
16 views

TACACS+ Deployment Issue on HPE 5120 Switches: Active User Sessions Prevent Configuration

I'm attempting to deploy TACACS+ on several HPE 5120 switches remotely to integrate authentication via Active Directory instead of using generic accounts. However, I'm encountering an issue when ...
Yann EYHEREGARAY's user avatar
0 votes
0 answers
70 views

NextJS intl set wrong font changing locale

I'm using NextJS v.14 with "next-intl": "^3.4.2", and in the main layout.js file import { Raleway } from 'next/font/google' const font = Raleway({ subsets: ['latin', 'cyrillic', '...
Firestarter's user avatar
0 votes
0 answers
70 views

How to implement multicast/broadcast function in omnet++ inet switch model?

I made a network where 5 StandardHost are connecting to a Switch. One of the StandardHost acts as the source (UdpBasicApp) while the other four act as the sink (UdpSinkApp). I want to constantly ...
Hafiz Hilman Mohammad Sofian's user avatar
-2 votes
1 answer
59 views

Switching block PNGs in PyGame [duplicate]

I am creating a 2D minecraft clone in Pygame and everything is going well so far. I am stuck on how to switch the block's picture so that it places a different block. The variable in which the PNG is ...
Pythonista's user avatar
0 votes
0 answers
18 views

Phantom MEASURE value in Table

I have a Measure called [SelectedDate]. SelectedDate = IF(SELECTEDVALUE(OrdersByCalendar_DTL[OrderDate] )=Blank();Blank();SELECTEDVALUE ( OrdersByCalendar_DTL[OrderDate])) I am attempting to use it ...
Nitwit's user avatar
  • 1
0 votes
1 answer
29 views

Dynamic Layout Cloning

I want to switch between 2 HTML page layouts (layout1 and layout2), whereat layout2 is derived (cloned) from layout1 since they are almost identical. I have simplified my project to this small example ...
Emil's user avatar
  • 141

15 30 50 per page
1
2 3 4 5
23