Looking to switch: router query.

Hi, i'm looking to switch broadband providers but i have a query first.
At the moment my wifi is provided by Apple Airport Express and Apple extenders and is linked to the router with ethernet cable. Does the BT router have an ethernet connection so i can still use the Apple wifi and if so will i be apple to turn off the BT wifi while i use this method.
Solved!
Go to Solution.

yes the home hub has 4 ethernet connections and you can turn wireless off if you wish
If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

Similar Messages

  • Looking for an SQL query to retreive callvariables + ECC from a RUN SCRIPT RESULT (Translation to VRU)

    Hi Team,
    I am looking for an SQL query to check the data (ECC + CallVariable) received following a RUN SCRIPT RESULT when requesting an external VRU with a Translation Route to VRU with a "Run External Script".
    I believe the data are parsed between the Termination Call Detail + Termination Call Variable .
    If you already have such an SQL query I would very much appreciate to have it.
    Thank you and Regards
    Nick

    Omar,
    with all due respect, shortening a one day's interval might not be an option for a historical report ;-)
    I would recommend to take a look the following SQL query:
    DECLARE @dateFrom DATETIME, @dateTo DATETIME
    SET @dateFrom = '2014-01-24 00:00:00'
    SET @dateTo   = '2014-01-25 00:00:00'
    SELECT
    tcv.DateTime,
    tcd.RecoveryKey,
    tcd.RouterCallKeyDay,
    tcd.RouterCallKey,
    ecv.EnterpriseName AS [ECVEnterpriseName],
    tcv.ArrayIndex,
    tcv.ECCValue
    FROM Termination_Call_Variable tcv
    JOIN
    (SELECT RouterCallKeyDay,RouterCallKey,RecoveryKey FROM Termination_Call_Detail WHERE DateTime > @dateFrom AND DateTime < @dateTo) tcd
    ON tcv.TCDRecoveryKey = tcd.RecoveryKey
    LEFT OUTER JOIN Expanded_Call_Variable ecv ON tcv.ExpandedCallVariableID = ecv.ExpandedCallVariableID
    WHERE tcv.DateTime > @dateFrom AND tcv.DateTime < @dateTo
    With variables, you can parametrize your code (for instance, you could write SET @dateFrom = ? and let the calling application fill in the datetime value in for you).
    Plus joining two large tables with all rows like you did (TCD-TCV) is never a good option.
    Another aspect to consider: all ECC's are actually arrays (always), so it's not good to leave out the index value (tcv.ArrayIndex).
    G.

  • EEM scripting assistance: Switch, router and AP CDP

    We would like to create an EEM script which will let the switch populate the interface description based on the CDP neighbour, however, we want the script to only populate the interface if (and only if) the CDP is a Cisco wireless access point (AP), a Cisco Catalyst switch and a Cisco router.   We DO NOT want the interface description to be edited if the CDP neighbour is a Cisco phone or a Cisco DMP (for example). 
    This is our EEM script: 
    event manager applet update-port
    event none
    event neighbor-discovery interface regexp GigabitEthernet.* cdp add
    action 100 if $_nd_cdp_capabilities_string eq "Router" goto 200
    action 110 elseif $_nd_cdp_capabilities_string eq "Switch" goto 200
    action 120 if $_nd_cdp_capabilities_string eq "Switch" goto 200
    action 200 cli command "enable"
    action 210 cli command "config t"
    action 220 cli command "interface $_nd_local_intf_name"
    action 230 cli command "description $_nd_cdp_entry_name"
    action 400 else
    action 500 end
    And this is a sample of our “sh cdp neighbor” output:
    Switch#sh cdp n d
    Device ID: Wireless
    Entry address(es):
      IP address: <REMOVED>
    Platform: cisco AIR-CAP3602I-N-K9   ,  Capabilities: Router Trans-Bridge
    Interface: GigabitEthernet0/8,  Port ID (outgoing port): GigabitEthernet0.1
    Holdtime : 146 sec
    Version :
    Cisco IOS Software, C3600 Software (AP3G2-K9W8-M), Version 15.2(2)JB, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Mon 10-Dec-12 23:52 by prod_rel_team
    advertisement version: 2
    Duplex: full
    Power drawn: 15.400 Watts
    Power request id: 19701, Power management id: 2
    Power request levels are:15400 0 0 0 0
    Power Available TLV:
        Power request id: 0, Power management id: 0, Power available: 0, Power management level: 0
    Management address(es):
    Device ID: 00:0f:44:02:c5:29
    Entry address(es):
      IP address: <REMOVED>
    Platform: Cisco DMP 4310G,  Capabilities: Host
    Interface: GigabitEthernet0/3,  Port ID (outgoing port): eth0
    Holdtime : 157 sec
    Version :
    5.4
    advertisement version: 2
    Duplex: full
    Power Available TLV:
        Power request id: 0, Power management id: 0, Power available: 0, Power management level: 0
    Management address(es):
    Device ID: CALM040.mgmt.educ
    Entry address(es):
      IP address: <REMOVED>
    Platform: cisco WS-C3750E-24PD,  Capabilities: Switch IGMP
    Interface: GigabitEthernet0/10,  Port ID (outgoing port): GigabitEthernet1/0/22
    Holdtime : 126 sec
    Version :
    Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 15.0(2)SE, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Fri 27-Jul-12 23:26 by prod_rel_team
    advertisement version: 2
    Protocol Hello:  OUI=0x00000C, Protocol ID=0x0112; payload len=27, value=00000000FFFFFFFF010221FF0000000000000023AC075300FF0000
    VTP Management Domain: 'ACTEducation'
    Native VLAN: 99
    Duplex: full
    Power Available TLV:
        Power request id: 0, Power management id: 1, Power available: 0, Power management level: -1
    Management address(es):
      IP address: <REMOVED>
    Device ID: 00:0f:44:02:b6:31
    Entry address(es):
      IP address: <REMOVED>
    Platform: Cisco DMP 4310G,  Capabilities: Host
    Interface: GigabitEthernet0/2,  Port ID (outgoing port): eth0
    Holdtime : 169 sec
    Version :
    5.4
    advertisement version: 2
    Duplex: full
    Power Available TLV:
        Power request id: 0, Power management id: 0, Power available: 0, Power management level: 0
    Management address(es):
    Best Regards/Leo

    action 221 regexp "^([^\.])\." $_nd_cdp_entry_name match hostaction 230 cli command "description $host"
    Hi Joe,
    So the EEM is going to look like this: 
    event manager applet update-port
    event neighbor-discovery interface regexp GigabitEthernet.* cdp add
    action 100 regexp "(Switch|Router)" $_nd_cdp_capabilities_string
    action 110 if $_regexp_result eq 1
    action 200 cli command "enable"
    action 210 cli command "config t"
    action 220 cli command "interface $_nd_local_intf_name"
    action 230 regexp "^([^\.])\." $_nd_cdp_entry_name match host
    action 240 cli command "description $host"
    action 500 end
    Is this correct?

  • How to find out which Tables have been accessed without looking at the SQL query ?

    Hi,
    I would like to know is there a way to find out what queries have been executed and on which tables without looking at the SQL query.
    I have an old C++ code which calls some library functions to access the Oracle database. The source code for the library is not available to me yet. The functions selects/updates/deletes and inserts based on some input parameters I give. I do not know which tables it affects. How do I find out the actual SQL query and/or the tables it accesses ? I was told about V$SQL table that
    has the most recently executed queries, but
    I did'nt see any queries connected to my process.
    Could anybody help me on this ?
    Thanks
    Jagdeep
    [email protected]
    null

    PRECISE/SQL can help you if you have access to it
    2nd option can be that turn on SQL_TRACE
    Run executable of ur c++ program
    it will create a trace file in user_dump_dest
    and then using TKPROF u can see all quesries and their plan also.
    HTH
    Gagan Deep Singh
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by (jagdeeps):
    Hi,
    I would like to know is there a way to find out what queries have been executed and on which tables without looking at the SQL query.
    I have an old C++ code which calls some library functions to access the Oracle database. The source code for the library is not available to me yet. The functions selects/updates/deletes and inserts based on some input parameters I give. I do not know which tables it affects. How do I find out the actual SQL query and/or the tables it accesses ? I was told about V$SQL table that
    has the most recently executed queries, but
    I did'nt see any queries connected to my process.
    Could anybody help me on this ?
    Thanks
    Jagdeep
    [email protected]<HR></BLOCKQUOTE>
    null

  • Looking for and SQL query to match CTI OS agent login ID with the Directory Number (instrument)

    Hi All,
    I am looking for an SQL query to request the HDS database to find out which Directory Number / instrument  was associated with a specific CTI OS agent login ID.
    Has anyone done such a query before ?
    Thanks and Regards
    Nick

    Hi,
    this should work in 8.0 and 8.5:
    SELECT
    ag.PeripheralNumber AS [LoginID],
    al.Extension,
    al.LogoutDateTime
    FROM [instance]_hds.dbo.Agent_Logout al
    JOIN [instance]_awdb.dbo.Agent ag ON al.SkillTargetID = ag.SkillTargetID
    Of course, replace [instance] with the ICM instance.
    The query returns a table with three columns, first is the login ID aka PeripheralNumber, Extension is... well, the agent's extension, and LogoutDateTime is the timestamp when the agent logged out.
    G.

  • Is it possible to sort or filter the switch routes under the switching tab?

    In Teststand 3.1, is it possible to filter the switch routes under the switching tab in Action Properties?  Since I have a large amount of routes that have been created in Switch Executive, how can I filter out some of the routes from the "Routes to Connect" section?

    The TestStand Switching does not provide any inherent filtering capabilities.  You do have a couple of options, however.
    (1)  NI-Switch provides the ability to set up route connections in
    different groups.  The Switch Page in TestStand allows you to
    select Routing groups as well as specific Routes.  It may be
    easier for you to organize your Connections as groups and choose
    between different groups.
    (2)  The Property page also allows you to build route connection
    string and use that string  for your Switching actions.  It
    may be easier for you to build a Route string and easily change that
    string rather than selecting your routes everytime from within the
    TestStand window.
    Good Luck!
    Tyler T.
    Applications Engineer
    National Instruments

  • What's "SAVE" configuration command for Cisco switch/ router?

    What's "SAVE" configuration command for Cisco switch / router? I know Switch#copy running-config startup-config works well,
    but so long, any other command that easy to remenber?

    What's "SAVE" configuration command for Cisco switch / router? I know Switch#copy running-config startup-config works well, but so long,
    any other command that easy to remenber?
    yes, here: Switch#write,and want to know more about the Cisco switch, please visit:http://www.3anetwork.com/cisco-switches-price_c1

  • CSCul66951 LDAP routing query fails when user name is the same (6 july 2014)

    in the case CSCul66951 LDAP routing query fails when user name is the same it is mentionned that the version 8.0.2-055 correct this bug ? How come i don't see this version on my menu Available upgrades from my IronPort C370 ?
    Is there someone on the support team that have try this LDAP query on a IronPort C370 with this version in the development lab ?
    Do i have to open a support Case to have this version of AsyncOS ?
    Best regards,
    Benoit Belair
    University of Quebec in Montreal

    Yes - CSCul66951 - this was included w/ the 8.0.1-HP1, and is rolled into 8.5.6-074 GA release.
    See release notes, resolved issues:
    http://www.cisco.com/c/dam/en/us/td/docs/security/esa/esa8-0/release_notes/ESA_8-0-1_HP1_Release_Notes.pdf
    CSCun02766 - 8.5.6-063, which was superseded by the 8.5.6-074 GA release.  
    See release notes, resolved issues:
    http://www.cisco.com/c/dam/en/us/td/docs/security/esa/esa8-5-6/ESA_8-5-6_Release_Notes.pdf

  • Help - Router Query

    I have just set up my router and all is connecting very well, except I keep seeing this message in my router logs:
    TCP Packet - Source:192.168.0.3,49678 Destination:server213-171-218-171.livedns.org.uk,80 - [BLOCK]
    Can anyone help me to understand what this message actually means and more importantly, do I need to worry about it ?
    Any light that can be shed is as always appreciated.

    It looks like your router or a computer connected to it is requesting domain name information or contacting a DNS server for another reason; DNS servers translate numerical IP addresses into text strings, such as www.apple.com.
    (26129)

  • Connect to WRT400N Router Wirelessly from Another Switch/Router?

    My cable line, modem, and WRT400N router is in the basement and wired via cat5 to several other rooms in the house. The signal strength is great everywhere. Unfortunately, wiring was not run to the room where I need to connect (2) desktop PC's to the Internet. Can I use another router or switch to connect to the WRT400N router wirelessly so that those PC's will have Internet access via that device connection, or will I need to put wireless adapters in each machine that talk to the router in the basement directly?

    Two linksys router will not communicate wirelessly...You can connect the switch/router hardwired to the router.

  • Cisco switch/router authentication

    hi! is there anyway that i can authenticate user login thru Microsoft AD/IAS to the cisco switch/router without using Cisco ACS or any paid solution? Thx

    Hello,
    IOS configuration:
    Switch(config)#radius-server host 192.168.250.20 key cisco123
    Switch(config)#aaa authentication login default group radius local
    Switch(config)#aaa authorization exec default group radius local
    IAS configuration:
    1) Define the RADIUS client entry:
    2) Define the IAS Policies:

  • Is it same IOS version for Switch & Router?

    Hi,
    Is it same IOS version for Switch & Router?
    Regards,
    Samuel

    Sam,
    The Latest Version depends upon the Switching platform.
    For example:
    On 2900XL Platform - 12.0(5)WC15
    On 2950 - 12.1(22)EA8
    On 3500XL Platform - 12.0(5)WC15
    On 3550 - 12.2(25)SEE2
    It would be better if you specify the switch platform that you have questions about, so we could point you in the right direction.
    I hope it helps.
    Regards,
    Arul

  • 6509 and 4948 Switch Routing Question

    We have a 6509 switch in our core that handles routing between dozens of VLANs with it's MSFC.  I'm connecting a remote Layer 3 4948 Switch to the 6509 via a Gigabit Fiber Link. 
    The 4948 will be connected to servers on a couple subnets as well as an alternate internet connection that I would like to have the 4948 route between locally but also send traffic to the VLAN's on the 6509.  We are using EIGRP as our internal routing protocol. 
    The question I'm running into is whether I can setup a trunk link between the 6509 and the 4948, VTP, and setup EIGRP to route only using one of the trunk VLANs and between the local VLANs (with SVIs) and routed ports or would it be best to just setup a routed port to connect to one VLAN on the 6509. 
    The advantage I see if the trunk idea is feasible is that I can allocate certain ports to be access ports and go back to the 6509 to route and not be affected by local routing on the 4948.  I absolutely do not want the 4948 to take over routing of my entire network as it will be on the edge and the 6509 is the core switch/router. 
    The advantage with using the 4948 connected to the 6509 as a routed port is that nothing on the 4948 will interface with the 6509 at Layer 2 and I can also keep VLAN's local to that switch.  On the downside though this would prevent me from setting up VLAN's that span across the network connected to the 6509 or other areas of the network. 
    My other question is whether I should use the same EIGRP AS# on the 4948 so it interacts and shares routes with the 6509 or use a separate AS# to keep things isolated. 
    Any thoughts or ideas on these questions? 

    Thanks for the advice.  
    I would assume then I would simply assign one physical port on my 4948 with an IP address with the no switchport command and  then set the ip address configuration rather than assign a SVI identical to the subnet connected to on the 6509?
    Then could I create a new VLAN on the 4948 for the servers with an SVI to point my servers to as their default gateway.  I could then use eigrp to get routes shared between the switches and across my network.  I'm assuming I could just assign the physical port on the 6509 to one of my vlans as an access port (old 6509 CATOS so I don't have the "no switchport" configuration option).  
    Also, will it cause any problems if I have the same vlan setup on both switches (even though I'm not trunking them) as long as I don't use the same ip address space on each?
    Does that sound about right?
    Any other thoughts or suggestions?
    Jim

  • Mac Pro as Switch/Router

    I'm having a difficult time with VPN and the Airport Extreme Base Station. Some searching suggests, that older ABES, basically suck at VPN passthrough. Before I go out and spend a couple hundred dollars on a new router, or smart switch, I'd thought I'd at least confirm that is the case. I've tried 2 different VPN servers, a Windows Server based one, and the Mac's. They work for a couple minutes, and then stop responding, until I reconnect.
    So, long story short, I want to try using the Mac Pro, which houses most of the services, as a "router" (internet comes in via one gigabit NIC, goes out the other NIC to the main switch (dummy switch, not capable of routing)) to provide the rest of the office internet. What kind of settings do I need to enable? Net Sharing? What about services that don't run on the Mac Pro - How would I accomplish Port-Forwarding in this case? And what about the AEBS? It still serves a purpose at the very least to provide wireless access.
    Any help or suggestions would be great.

    IP routing works by having and knowing a local route within the current subnet, and by sending all other packets out via the default route via the default NIC. This might not be the NIC you want, and which can lead to packets that misrouted and never get acknowledged, and all the ensuing "fun". Static routes override that, and cause traffic to be sent to the specified subnet via the specified NIC.
    You'll need to look at the static routes that are set on the target dual-NIC box (the path off that box), on the VPN (via Server Admin), and on the client end of the tunnel (which can, for instance, bypass the VPN).
    To see where routing sends the requests:
    route get host.example.com
    or
    route get w.x.y.z
    or (for everything)
    netstat -nrl
    Here's the basic command for establishing a route:
    sudo route -nv add 10.0.0.0/8 10.x.y.z
    Depending on the context, the interface can be necessary. (eg: append -interface en0)
    The command to add a route needs to be invoked at each startup, too. There are various ways to perform this, but you can create a small bash script and register it via launchctl. (You'll likely need to look up the launchd and launchctl syntax; I know I do.)
    Or you plug in a firewall/VPN/NAT box, and (since you're usually not establishing IP sessions from directly on the firewall) let it figure all this stuff out for you.

  • Best way to get switch/router interface stats remotely and periodically

    Team:
    I am not sure if this is really needed; however, I am looking at methods or solutions that I can get interfaces stats from my switches and routers. Looking for errors: CRC, Frame, Overruns, Collisions, etc; however, I am not sure the best way to do this on my devices.
    Currently looking into Expect; however, I do not see away that I can save the output of the ‘show interface’ command to a file, clear the counters, and upload the interface stats to a tftp site. The idea was to use a cron job and ‘grep’ to dig though the files once on my server, but again, I am not sure I can do this.
    I am looking for suggestions on how I can do this, or something similar, or even a better solution.
    Thanks
    JJ

    Hi John,
    Thanks for the insight. I am currently learning Python, which is slow going, but I am pushing through. This is production, and last Friday I did a router and switch count. It will be over 200 devices distributed globally. In addition, these resources/devices are linked to as many different circuit types. The business is small, and I cannot get the budget for Solarwinds, so I was trying to be creative. I looked into Python, but I am just learning, yet I have started with the Apress ‘Beginning Python’ by Hetland, so the skill set is not there YET.

Maybe you are looking for

  • Performance test monitoring

    Hi, while doing PT we used to take snaps of health,performance,threads inside the 'monitoring' tab. But is there any correct approach for monitoring PT. I mean specifically which all parameters we have to check?

  • Customer routine during importing transport request

    Dear SAP-Specialists, the SAP-standard defines some objects as master data, but in our point of view it is not! So we want to transport these data (tableentries) via transportrequests to "qa" and productive system. But in case of some dependecies in

  • IPhoto 8 crashes at launch

    Hi After installing iLife 08 I can no longer use iPhoto. The app opens, I see "loading Photos" and then after a bit the whole thing quits. I've tried building a new library, deleting the preference file etc to no avail. This is what the Crash log sho

  • ESS/MSS 1.31 version for download

    Hi where can I find the downloads for the version ess/mss 1.3,HR admin 1.1,talent developement,simplified reporting etc.. for NW2004s? Thanks KK

  • Missing markup extension

    I've upgraded to Yosemite on my 2013 MacBook Pro, my 2012 Mac Mini and my 2013 iMac.  The iMac is my main work machine but the markup extension is not installed.  There are no "Actions" listed.  It installed on my two other computers but not this one