Port isolation between two SRW swiches connected through fiber?

Hi guys,
i have one SRW2024P connected through fiber to SRW2048. I would like to create isolated link between these two switches consisting of at least one isolated port at each switch. Can this SRWs do this?
Alternatively i need on the SRW2048 side few PoE ports so do you know any 16+ port PoE switch that can do this?
THX for answer.

Do you mean you want a port on each switch to be able to communicate with each other but not with any other ports on the switches ?
i.e PC host at 192.168.1.3 on  port 2 on switch 1,  to be able to ping  a IP host at 192.18.1.2 on  switch 2 port 3 ?
If this sort of functionality is required you want to create a new vlan to the switch.  If it is not the case please explain in more detail what you want and ignore the following.
regards Dave
Om my srw2008P i would do the following, i guess your interface is almost identical to my switch GUI interface.
step 1  create a vlan, maybe vlan 2
[make sure you scroll down to the bottom of the page at each step and save changes]
step 2. alter alter port x to be a untagged member of vlan 2
step 3 modify the vlan interface setting  on both switches to make the fiber uplink port a trunk in vlan 2.

Similar Messages

  • Sharing a shared network variable between two PC's connected to a network

    Sharing a shared network variable between two PC's connected to a network
    Surely this shouldn’t be so difficult! I have a little LabVIEW program running in the background of PC1. The exe’s task is to collect and send OPC variables held on a SCADA system and convert them to shared network variables (as I thought that they would be easy to share over a network, easier than the nasty OPC and DCOM issues). I have PC2 which runs measurement studio and I have created a nice test VB program which either writes or reads the network variables which are on PC1. The PC1 collection software is working perfectly and when I change the values on the SCADA system I can see the network variable change on ‘NI Distributed System Manager’. I When I look at ‘NI Distributed System Manager’ on PC2 I can’t see PC1 on the list and when I use the basic measurement studio code below to read the network variable it times out at the TestVariable.connect() line.
    Ok so what do I need to do to read a shared network variable sat on PC1 from PC2 on the network
    Public Class Form1
    Private WithEvents TestVariable As NetworkVariableSubscriber(Of Double)
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    TestVariable = New NetworkVariableSubscriber(Of Double)("\\192.168.58.139\Test\TestVariable")
    TestVariable.Connect()
    End Sub
    Private Sub TestVariable_Data_Updated(ByVal sender As System.Object, ByVal e As NationalInstruments.NetworkVariable.DataUpdatedEve​ntArgs(Of Double)) Handles TestVariable.DataUpdated
    TextBox1.Text = e.Data.GetValue
    End Sub
    End Class

    Sorry lost all the formatting
    Surely this shouldn’t be so difficult! I have a little
    LabVIEW program running in the background of PC1. The exe’s task is to collect
    and send OPC variables held on a SCADA system and convert them to shared
    network variables (as I thought that they would be easy to share over a
    network, easier than the nasty OPC and DCOM issues). I have PC2 which runs
    measurement studio and I have created a nice test VB program which either
    writes or reads the network variables which are on PC1. The PC1 collection
    software is working perfectly and when I change the values on the SCADA system
    I can see the network variable change on ‘NI Distributed System Manager’. I
    When I look at ‘NI Distributed System Manager’ on PC2 I can’t see PC1 on the
    list and when I use the basic measurement studio code below to read the network
    variable it times out at the TestVariable.connect() line.
    Ok so what do I need to do to read a shared network variable
    sat on PC1 from PC2 on the network
    Public Class Form1
        Private
    WithEvents TestVariable As NetworkVariableSubscriber(Of Double)
    Private Sub Form1_Load(ByVal sender As System.Object,
    ByVal e As System.EventArgs) Handles MyBase.Load
    TestVariable = New NetworkVariableSubscriber(Of
    Double)("\\192.168.58.139\Test\TestVariable")
    TestVariable.Connect()
    End Sub
    Private Sub TestVariable_Data_Updated(ByVal sender As
    System.Object, ByVal e As
    NationalInstruments.NetworkVariable.DataUpdatedEve​ntArgs(Of Double)) Handles
    TestVariable.DataUpdated
    TextBox1.Text = e.Data.GetValue
    End Sub
    End Class 

  • Enable port security between Two switches

    Hi Everyone,
    I connected two switches together  via below config
    Switch A
    int gi0/1
    switch mode access
    switchport access vlan 10
    Switch B
    int gi0/1
    switch mode access
    switchport access vlan 10
    They work fine with above config.
    I did the Test below
    However when i changed Config of Switch B  as below
    int gi0/1
    switch mode access
    switchport access vlan 10
    switchport port-security  
    Switch B is unable to ping its default gateway.
    Also Switch B is not reachable via SSH.
    Port is up up and in STP forwarding state.
    Switch B can see Switch A as a neighbour.
    Also Switch B is not reachable via SSH.
    I know that switchport port-security we use only when connecting to PC.
    S does this mean that  on above scenario layer 1 and layer 2 are up but layers beyond 3 and above are not reachable like ping,ssh etc??
    Regards
    MAhesh

    I was just trying to see how the switches behave with this config.Nothing much just  exploring the options in the network world
    Ideally if you want to connect two switches together in Layer 2, Dot1Q trunking is the way to go.  You do not want to put port security because it is useless. 

  • Sharing target application between two external data connections

    If I want to create two BDC connections to two separate external systems (let's say one is for HR system and one for IT admin system), can I use the same Target Application in the secure store service section if both of them use the same authentication? 
    Let's say both external systems allow access for 'admin1' user.  Then, when setting up the external data connection I use 'impersonate windows identity' and create a target application in secure store service to map a set of users to that 'admin1' account. 
    When I create these two external data connections can I specify the exact same 'target application' or should I create two separate ones, one for each external system?
    thanks,

    Hiya,
    If you want to use impersonate, you do not need to use Secure store. Impersonation is granting the service account delegation permissions. This is part of the Kerberos authentication protocol, which needs to be configured separately.
    All secure store does, is to store a set of credentials encrypted. These stored credentials can be used wherever, as long as they are valid.

  • Port forwarding between two servers from Same subnet

     Hi,
    We have a Cisco ASA 5520 Version 8.4(3). There exists a site to site VPN tunnel between us and a client and the client sends us the data to our local host/server 10.x.x.20 on port 52944. So 10.x.x.20 gets data on port 52944. We want to forward this data to a test server 10.x.x.21( same subnet IP) on port 52945. so basically I want to forward traffic from 10.x.x.20:52944 to 10.x.x.21:52945.
    Is this possible. I am a new bee to the networking and still learning. Excuse me if this sounds silly. 
    I know we can add one more ACL in the VPN tunnel and add this test server IP in the ACL. but, then I have to ask the clinet to change their ACL too. I dont want to do this. So I want to wrok around it. Any help or suggestions is much appreciated.
    Thanks in advance :)
    This is my first ticket in the support community.
    cs

    VMs have nothing to do with it, as long as there's network communication between the servers.
    As I said, there must be a service or application listening on that port for it to respond. For example, try this:
    C:\> telnet
    When the telnet prompt opens, type in:
    open mail.messaging.microsoft.com 25
    If it works, you should see this:
    220 CH1EHSMHS035.bigfish.com Microsoft ESMTP MAIL Service ready at Thu, 7 Feb 2013 00:57:33 +0000
    That means that Microsoft's mail servers are LISTENING on port 25 and it responded. And note, telnetting to port 25 is a non-default telnet port, because port 23 is the default telnet port. When you type in a space and then a port number, you're telling
    the telnet client to use that port.
    That is the SAME THING if some sort of application or service is listening on port 8444 on that other server you're trying to telnet to. If there is no app or service listening, it will just time out.
    And no, installing the TELNET service on that sercver will NOT answer to any port other than 23. The telnet service by default, uses TCP 23, unless you specify otherwise.
    So once again, what service or app on that server is supposed to be listening on 8444?
    Ace Fekay
    MVP, MCT, MCITP/EA, MCTS Windows 2008/R2 & Exchange 2007, Exchange 2010 EA, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Technical Blogs & Videos: http://www.delawarecountycomputerconsulting.com/
    This post is provided AS-IS with no warranties or guarantees and confers no rights.

  • 8Gig Port Channel between two 6509s

    Hey all,
    I have two 6509s that I'm trying to configure an 8 Gig trunk/port channel. I have an 8 port fiber module in slot 3 on both switches. When I use the following command: "set port channel 3/1-8" on it seems to take the command, but if I do "show port channel" it shows two groups:
    3/1-4
    3/5-8
    Is there a limit as to how many gigs a port channel can be? If not, why does it split it like this?
    I should also note I'm using dot1q for the trunks using Auto mode on one switch and Desirable on the other.
    Thanks,
    Scott

    I did a show port cap on the interfaces and I didn't see any sort of restriction. I decided to run the command again 'set port channel 3/1-8 on' and for some reason it seemed to work this time. Not sure what changed, but it's working now.
    Thanks for your help!

  • Cant connect at 130 between two APX n

    I tried to connect two AP express (new model) through WDS. One as main base and one as remote. Well, even at very low distance I get 54mb connection. I set up on both APX protocol n compatible b/g.
    Why not at 130?
    Is this all correct?
    thanks in advance for any help.
    Armando

    James A. Weston wrote:
    Whenever you use WDS, your network connection (or potential throughput) is cut roughly in half for each WDS network leg.
    James, it is very curious what you said...
    I noted that between two APX (old model) through WDS connection is not cut roughfly in half for each WDS network leg...
    It works at 54 fine...
    how can it happen only to APX using protocol ".n"??
    null

  • Cannot get Telnet to work between two servers on same subnet

    I need to test if communication is open on port 8444 between two servers.
    I installed telnet client on a Server 2008 R2 server and telnet server on a Server 2008 SP2 server.  I also manually started the Telnet service that was set to disabled on the SP2 server.  I disabled the Windows firewall on both servers.  They
    are both on the same subnet so they don't need to go through any routers and I can ping successfully.
    When I try to telnet to the remote server by typing telnet "ip address" 8444, I get an error that says "Could not open connection to host, on port 8444:  Connection failed.
    I tried other ports like port 80 and got the same error.
    What else is needed to get this to work?

    VMs have nothing to do with it, as long as there's network communication between the servers.
    As I said, there must be a service or application listening on that port for it to respond. For example, try this:
    C:\> telnet
    When the telnet prompt opens, type in:
    open mail.messaging.microsoft.com 25
    If it works, you should see this:
    220 CH1EHSMHS035.bigfish.com Microsoft ESMTP MAIL Service ready at Thu, 7 Feb 2013 00:57:33 +0000
    That means that Microsoft's mail servers are LISTENING on port 25 and it responded. And note, telnetting to port 25 is a non-default telnet port, because port 23 is the default telnet port. When you type in a space and then a port number, you're telling
    the telnet client to use that port.
    That is the SAME THING if some sort of application or service is listening on port 8444 on that other server you're trying to telnet to. If there is no app or service listening, it will just time out.
    And no, installing the TELNET service on that sercver will NOT answer to any port other than 23. The telnet service by default, uses TCP 23, unless you specify otherwise.
    So once again, what service or app on that server is supposed to be listening on 8444?
    Ace Fekay
    MVP, MCT, MCITP/EA, MCTS Windows 2008/R2 & Exchange 2007, Exchange 2010 EA, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Technical Blogs & Videos: http://www.delawarecountycomputerconsulting.com/
    This post is provided AS-IS with no warranties or guarantees and confers no rights.

  • No sync between two computers since last update

    running Mail 2.0.5 (746.2) / 10.4.3 (8F46)
    Did in the past: synchronize/copy (actually used rsync) all my Library/Mail files between two machines (including preferences asf) and have the same settings and mails on both machines.
    Since the latest update this no longer works. Instead, each time mail starts on the machine onto which I copied, it complains that something is corrupt and that it has to update all the indices. (I have >100,000 emails; therefore, this is slightly annoying.)
    any advice on how to synchronize between two machines (without going through .mac which is not an option for me due to the slowness)?

    The fact of the matter is that PSE is aimed at the casual/hobbyist user, and will always have some limitations because of that.  There are workarounds to "push the envelope", but they will always require constant vigilance and effort.
    You can get some tips (and warnings) about storing the catalog on a network drive here:
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_Storing_the_catalog
    To answer your immediate concern, you basically want to have one and only one copy of the catalog somewhere that's accessed by both computers.  That catalog should be listing photos that are stored in one and only one "master" image location.  Then you can use SyncToy to keep the images in sync to that master image location, and use Organizer to update its thumbnails whenever the original images are changed.  N.B.:  the Organizer's catalog does not support multiple concurrent access.
    Ken
    P.S.,  I've never used the sync to photoshop.com, so someone else will have to comment about that.
    Message was edited by: photodrawken to add postscript.

  • How to make a connection between two wireless sensor networks of different groups through gateway?did any external device or coding is needed?

    my objective is to make a connection between two wireless sensor networks....i am using two nodes and one gateway for each wireless sensor network.....what is the procedure for connecting these two wireless sensor networks of different groups

    my objective is to make a connection between two wireless sensor networks....i am using two nodes and one gateway for each wireless sensor network.....what is the procedure for connecting these two wireless sensor networks of different groups

  • Dot1q between two routers connected via 2950

    Hi,
    I have two 7200's connected to a 2950 (FE 22 + FE 24 - Both configured as trunks).
    On the 7200's, I have the following:
    7200-A
    interface FastEthernet0/0.23
    encapsulation dot1Q 23
    ip address 192.168.1.1 255.255.255.252
    no snmp trap link-status
    7200-B
    interface FastEthernet0/0.23
    encapsulation dot1Q 23
    ip address 192.168.1.2 255.255.255.252
    no snmp trap link-status
    2950:
    interface FastEthernet0/22
    switchport mode trunk
    no ip address
    duplex full
    speed 100
    interface FastEthernet0/24
    switchport mode trunk
    no ip address
    duplex full
    speed 100
    But I cannot ping between the two routers?

    7200-A has dot1q ints for servers connected to the 2950 (Access Ports)....these are all currently successfully trunked down FE24
    I want to connect 7200-B to 7200-A, and have dot1q Ints on both routers(As /30's) that can communicate (They will be used on 7200-B as Internet gateways for VRF's (With IP Nat enabled)....I was hoping that by having 7200-B connected to 2950 FE22, and configuring that port as a trunk also, that the dot1q ints on both routers could talk.
    vlan 23 does exist on 2950, and is being trunked on both FE 22 + FE 24
    I dont have any spare FE ports on 7200-A, hence the reason for me connecting 7200-B to the 2950.

  • Wi-fi bridge between two routers TP-LINK WR841ND (WDS).  HP 1536 dnf MFP connect to one of this routers (copper).  My Ipad or Iphone can't find HP 1536 dnf MFP (using Eprint). Ipad and iphone connect   to router across WiFi.

    Hello.
    I have wi-fi bridge between two routers TP-LINK WR841ND.
    The name of this technology - WDS.
    HP Laser JET 1536 dnf MFP connect to one of this routers (copper).
    Second device (my NETBOOK) connect to second router (WiFi).
    I have good communication between NETBOOK and HP Laser JET 1536 dnf MFP via WiFI-bridge.
    In usual case NETBOOK can find (and can Ping) network printer and make a print some files.
    But my Ipad or Iphone can't find HP Laser JET 1536 dnf MFP (using Eprint). Ipad and iphone connect
    to router across WiFi.
    Please, help!

    Are you using the ePrint Mobile App, the ePrint Printer Control App, or just trying to send an email to the printer's ePrint email address?
    Does AirPrint work?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • HT1379 The USB ports on my 30" Cinema are not working.  The monitor has not been used for a year or so, and the computer is a Mac Book Pro, 1012 model running OS Mavericks.  I need to move the computer between two locations, and the other monitor is a 27"

    The USB ports on my 30" Cinema HD display appear to not work.  The monitor has not been used for almost a year, when I upgraded to a new Mac Book Pro and the 27" retina display.  Now I need to move the computer back and forth between two locations using the two displays.  The need for operating USB ports is essential.  Any ideas.  The display appears entirely normal.  Am running OS X 10.9.

    Disregard, problem solved.

  • We traded our home internet service for a Sprint Hot Spot.  The hot spot does not have an ethernet port to connect through.  Can we connect our time capsule to the wireless hot spot?

    Hello, we switched our home internet service from an ethernet modem to a wireless hot spot. 
    Do you know if there is a way to connect our time capsule to the hot spot? 
    Everything I read only suggests connecting through an ethernet cable.  I'm hoping there is a way to do this.
    Any help would be appreciated!
    Thanks!!!

    No you can't join a wireless hotspot with a Time Capsule directly via it's 'join' option (tried and failed - well to be exact it kinda works but the Time Capsule's ethernet ports no longer work).
    What you can do is buy an airport express and use it's 'join' option to connect to the iPhone's hotspot. Then you connect the airport express via ethernet to the time capsule (in bridge-mode).
    You can then connect your computers to the time capsule via ethernet or use it's wireless function to set up wireless network (with a different name to that of the hotspot) that your wifi stuff can connect to.
    Thingi

  • Is there way to share Air-Port Wi-Fi connection through ethernet port?

    I was wondering if anyone could help me out with this, I have wireless network in the building, and is there way to configure Mac Mini to share Air-Port Wi-Fi connection through ethernet port (feed Vonage adapter)?

    Have you actually shared wi-fi to ethernet on a Mac? I ask because it is not usually that simple, it is a more complicated configuration. Most folks who do it the way you described get a self assigned IP and nothing connects.
    See my comment here;
    http://discussions.apple.com/thread.jspa?messageID=12585788&#12585788
    I have a Vonage phone adapter and Vonage does not provide the info that you need to hand configure these boxes, I have tried in the past with the one I have with a US phone number from here in Mexico.
    Dah•veed

Maybe you are looking for