Bgp slow peer for PE/RR

Hi,
Recently came into one concenpt, " bgp slow peer " for PE or RR
In our network we have 2 no RR & all RR are having ibgp with PE router
So, in that above case the feature will give any faster convergence
What are the pros/cons of this feature
Br/subhojit

Hi,
Slow peer in BGP is a feature that works in conjunction with BGP update groups. Update groups are formed automatically in BGP for iBGP and eBGP neighbors. Neighbors with the same outbound policy end up in the same update group. The BGP update is then created once and replicate to all other neighbors in the update group. This is more efficient than creating one BGP update for each neighbor seperately. Slow peer feature will detect if a peer is slowing in processing received BGP messages. That peer will be moved out of the update group. The reason is that one slow peer can slow down the whole update group, which has potentially many neighbors. So, the more neighbors in an update group, the effect will be greater of the slow peer feature. In the end, slow peer feature makes convergence go faster, if there is one or more slow BGP peer. This feature can benefit BGP everywhere, on RR, PE or any BGP router. Remember, the more BGP neighbors with the same outbound policy, the greater the effect can be. Likely, the RRs do not have different or any outbound policy on the iBGP sessions, so there it can be very useful. Also, it might benefit the PE-CE sessions, if you have more than one per VRF at least.
Thanks,
Luc

Similar Messages

  • BGP network-peer priority

    Hello,
    After looking for some days, We have no more ideas how to get following behaviour, so, if someone could help us, we would be really gratefully.
    Our scenario is:
     - We have two peers (peerA and peerB)
     - We have two networks (/24) (networkA and networkB)
     - We have BGP sessions with both peers. 
     - peerA has priority against peerB for a specific guest (all traffic are being served by peerA, doesn't matter if it is from networkA or networkB)
    How could configure our cisco to be able to do:
       - peerB has more priority when guests visit networkB 
       - peerA has more priority when guests visit networkA
    So, we cannot apply    #neighbor X.X.X.X weight    rule because it would affect also networkA and networkB.
    We read about local-preferences, weights, metrics,... but it affects all our networks, and only modify priority of external prefixs. Also, peerA and peerB have to announce all networks, networkA and networkB, for redundancy.
    How could we configure it? Which is the best way?
    Thank you,

    Hello Collin,
    Maybe I didn't explain it correctly.
    My scenario is:
                      GUEST
             |                             |
         peerA                     peerB
             |                              |
                    MY ROUTER
    In my router I have 2 networks, networkA and networkB
    For example a hosting service, if I have a webA on networkA and webB on networkB. 
    By default, if GUEST visit webA, data of webA will be sent by best peer (for example peerA), and if GUEST visit webB, data will be sent by peerA again (because it is my best bgp peer for this guest)
    What I try to configure is that;
     - if GUEST visit webA, data will be sent by peerA
     - if GUEST visit webB, data will be sent by peerB 
    So, same GUEST would receive data of different peer.
    If I use local-pref, it means that diferent GUESTS will receive data for diferent peer, but the same guest always will receive data by same peer. Am I wrong? If I am wrong, could you link me an example?
    Regards,

  • BGP VPNv4 Peer Table

    Hey all,
      Is there a way that the BGP VPNv4 peer table can be monitored like the global BGP table (1.3.6.1.2.1.15)
    [root@lenny ~]# snmpwalk -v 2c -c snmpro 192.168.255.129 -m all 1.3.6.1.2.1.15
    BGP4-MIB::bgpVersion.0 = Hex-STRING: 10
    BGP4-MIB::bgpLocalAs.0 = INTEGER: 64750
    BGP4-MIB::bgpPeerIdentifier.192.168.255.130 = IpAddress: 192.168.255.130
    BGP4-MIB::bgpPeerIdentifier.192.168.255.131 = IpAddress: 192.168.255.131
    BGP4-MIB::bgpPeerIdentifier.192.168.255.132 = IpAddress: 192.168.255.132
    BGP4-MIB::bgpPeerState.192.168.255.130 = INTEGER: established(6)
    BGP4-MIB::bgpPeerState.192.168.255.131 = INTEGER: established(6)
    BGP4-MIB::bgpPeerState.192.168.255.132 = INTEGER: established(6)
    ROUTER#show ip bgp vpnv4 all summary
    Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
    10.98.128.222   4 64774      75      77        8    0    0 00:08:08        1
    192.168.255.130 4 64750     145     142        8    0    0 02:15:47        0
    192.168.255.131 4 64750     139     142        8    0    0 02:15:50        0
    192.168.255.132 4 64750     139     142        8    0    0 02:15:43        0
    Notice that the 10.98.128.222 peering is not in the global BGP table that SNMP reads?
    The closest that I can get is to put a threshold on the amount of prefix recieved via a peering:
    CISCO-BGP4-MIB::cbgpPeerAcceptedPrefixes.10.98.128.222.ipv4.vpn = Counter32: 1
    CISCO-BGP4-MIB has no table contructs that resemble the ones in BGP4-MIB
    Cheers
    Adam Clark

    Here you go
    ROUTER#show running-config
    Building configuration...
    *Mar  1 06:04:07.590: %SYS-5-CONFIG_I: Configured from console by console
    Current configuration : 6042 bytes
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname ROUTER
    boot-start-marker
    boot-end-marker
    no aaa new-model
    memory-size iomem 5
    ip cef
    ip vrf TP_CORE
    rd 64750:400
    route-target export 64750:400
    route-target import 64750:400
    ip auth-proxy max-nodata-conns 3
    ip admission max-nodata-conns 3
    archive
    log config
      hidekeys
    interface Loopback0
    ip address 192.168.255.130 255.255.255.255
    ip ospf 1 area 0
    interface Loopback100
    no ip address
    interface FastEthernet0/0
    ip address 192.168.255.3 255.255.255.248
    ip ospf 1 area 0
    duplex auto
    speed auto
    mpls ip
    interface FastEthernet0/1
    ip vrf forwarding TP_CORE
    ip address 10.98.128.225 255.255.255.252
    duplex auto
    speed auto
    interface FastEthernet1/0
    no ip address
    shutdown
    duplex auto
    speed auto
    interface FastEthernet2/0
    no ip address
    shutdown
    duplex auto
    speed auto
    router ospf 1
    log-adjacency-changes
    router bgp 64750
    no synchronization
    bgp log-neighbor-changes
    neighbor VPNv4PG peer-group
    neighbor VPNv4PG remote-as 64750
    neighbor VPNv4PG update-source Loopback0
    neighbor VPNv4PG send-community both
    neighbor 192.168.255.129 peer-group VPNv4PG
    neighbor 192.168.255.131 peer-group VPNv4PG
    neighbor 192.168.255.132 peer-group VPNv4PG
    no auto-summary
    address-family vpnv4
      neighbor VPNv4PG send-community extended
      neighbor VPNv4PG next-hop-self
      neighbor 192.168.255.129 activate
      neighbor 192.168.255.131 activate
      neighbor 192.168.255.132 activate
    exit-address-family
    address-family ipv4 vrf TP_CORE
      neighbor TPPG peer-group
      neighbor TPPG remote-as 64774
      neighbor TPPG send-community both
      neighbor TPPG route-map BGP-VRF-Peers in
      neighbor TPPG route-map TP_CORE_PEER_SECONDARY out
      neighbor 10.98.128.226 peer-group TPPG
      neighbor 10.98.128.226 activate
      no synchronization
    exit-address-family
    ip forward-protocol nd
    ip bgp-community new-format
    ip community-list standard AS64750-Local-Pref-300 permit 64750:30
    ip community-list standard AS64750-Local-Pref-400 permit 64750:40
    ip community-list standard AS64750-Local-Pref-500 permit 64750:50
    ip community-list standard AS64750-Local-Pref-200 permit 64750:20
    ip http server
    no ip http secure-server
    ip access-list standard snmp-access
    snmp-server community snmpro RO snmp-access
    snmp-server trap-source Loopback0
    snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
    snmp-server enable traps vrrp
    snmp-server enable traps ds1
    snmp-server enable traps tty
    snmp-server enable traps eigrp
    snmp-server enable traps xgcp
    snmp-server enable traps flash insertion removal
    snmp-server enable traps ds3
    snmp-server enable traps envmon
    snmp-server enable traps icsudsu
    snmp-server enable traps isdn call-information
    snmp-server enable traps isdn layer2
    snmp-server enable traps isdn chan-not-avail
    snmp-server enable traps isdn ietf
    snmp-server enable traps ds0-busyout
    snmp-server enable traps ds1-loopback
    snmp-server enable traps atm subif
    snmp-server enable traps bgp
    snmp-server enable traps bulkstat collection transfer
    snmp-server enable traps cnpd
    snmp-server enable traps config-copy
    snmp-server enable traps config
    snmp-server enable traps dial
    snmp-server enable traps dsp card-status
    snmp-server enable traps entity
    snmp-server enable traps event-manager
    snmp-server enable traps frame-relay
    snmp-server enable traps frame-relay subif
    snmp-server enable traps hsrp
    snmp-server enable traps ipmobile
    snmp-server enable traps ipmulticast
    snmp-server enable traps mpls ldp
    snmp-server enable traps mpls traffic-eng
    snmp-server enable traps mpls vpn
    snmp-server enable traps msdp
    snmp-server enable traps mvpn
    snmp-server enable traps ospf state-change
    snmp-server enable traps ospf errors
    snmp-server enable traps ospf retransmit
    snmp-server enable traps ospf lsa
    snmp-server enable traps ospf cisco-specific state-change nssa-trans-change
    snmp-server enable traps ospf cisco-specific state-change shamlink interface-old
    snmp-server enable traps ospf cisco-specific state-change shamlink neighbor
    snmp-server enable traps ospf cisco-specific errors
    snmp-server enable traps ospf cisco-specific retransmit
    snmp-server enable traps ospf cisco-specific lsa
    snmp-server enable traps pim neighbor-change rp-mapping-change invalid-pim-message
    snmp-server enable traps pppoe
    snmp-server enable traps cpu threshold
    snmp-server enable traps rsvp
    snmp-server enable traps rtr
    snmp-server enable traps syslog
    snmp-server enable traps l2tun session
    snmp-server enable traps vsimaster
    snmp-server enable traps vtp
    snmp-server enable traps isakmp policy add
    snmp-server enable traps isakmp policy delete
    snmp-server enable traps isakmp tunnel start
    snmp-server enable traps isakmp tunnel stop
    snmp-server enable traps ipsec cryptomap add
    snmp-server enable traps ipsec cryptomap delete
    snmp-server enable traps ipsec cryptomap attach
    snmp-server enable traps ipsec cryptomap detach
    snmp-server enable traps ipsec tunnel start
    snmp-server enable traps ipsec tunnel stop
    snmp-server enable traps ipsec too-many-sas
    snmp-server enable traps rf
    snmp-server enable traps voice poor-qov
    snmp-server enable traps voice fallback
    snmp-server enable traps dnis
    snmp-server host 10.17.10.20 snmpro
    route-map TP_CORE_PEER_SECONDARY permit 10
    set metric 200
    route-map BGP-VRF-Peers permit 10
    match community AS64750-Local-Pref-200
    continue
    set local-preference 200
    route-map BGP-VRF-Peers permit 20
    match community AS64750-Local-Pref-300
    continue
    set local-preference 300
    route-map BGP-VRF-Peers permit 30
    match community AS64750-Local-Pref-400
    continue
    set local-preference 400
    route-map BGP-VRF-Peers permit 40
    match community AS64750-Local-Pref-500
    continue
    set local-preference 500
    route-map BGP-VRF-Peers permit 65535
    mpls ldp router-id Loopback0
    control-plane
    line con 0
    exec-timeout 0 0
    logging synchronous
    line aux 0
    line vty 0 4
    login
    end
    ROUTER#show version
    Cisco IOS Software, 3700 Software (C3725-ADVIPSERVICESK9-M), Version 12.4(23), RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2008 by Cisco Systems, Inc.
    Compiled Sun 09-Nov-08 01:12 by prod_rel_team
    ROM: ROMMON Emulation Microcode
    ROM: 3700 Software (C3725-ADVIPSERVICESK9-M), Version 12.4(23), RELEASE SOFTWARE (fc1)
    ANZDCMWPER2 uptime is 6 hours, 4 minutes
    System returned to ROM by unknown reload cause - suspect boot_data[BOOT_COUNT] 0x0, BOOT_COUNT 0, BOOTDATA 19
    System image file is "tftp://255.255.255.255/unknown"
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    Cisco 3725 (R7000) processor (revision 0.1) with 249856K/12288K bytes of memory.
    Processor board ID XXXXXXXXXXX
    R7000 CPU at 240MHz, Implementation 39, Rev 2.1, 256KB L2, 512KB L3 Cache
    4 FastEthernet interfaces
    DRAM configuration is 64 bits wide with parity enabled.
    55K bytes of NVRAM.
    Configuration register is 0x2102

  • Bgp no-peer community

    Could an expert help me understand bgp NO-PEER community as mentioned in
    http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_6-2/bgp_communities.html?

    Kashish
    It is basically a way to restrict who you advertise routes to. There is an RFC for it, it is quite a short document so it won't take too long to read and it explains it more clearly than i could -
    https://tools.ietf.org/html/rfc3765
    Jon

  • Slow performance for large queries

    Hi -
    I'm experiencing slow performance when I use a filter with a very large OR clause.
    I have a list of users, whose uid's are known, and I want to retrieve attributes for all users. If I do this one at a time, I pay the network overhead, and this becomes a bottleneck. However, if I try to get information about all users at once, the query runs ridiculously slow - ~ 10minutes for 5000 users.
    The syntax of my filter is: (|(uid=user1)(uid=user2)(uid=user3)(uid=user4).....(uid=user5000))
    I'm trying this technique because it's similar to good design for oracle - minimizing round trips to the database.
    I'm running LDAP 4.1.1 on a Tru64 OS - v5.1.

    This is a performance/tuning forum for iPlanet Application Server. You'd have better luck with this question on the Directory forum.
    The directory folks don't have a separate forum dedicated to tuning, but they answer performance questions in the main forum all of the time.
    David

  • Photoshop CS5 slow Save for Web (Win 7, 64 bit)

    Hi.
    I have problem with save for web in PS CS5 (12.0.1). It is extremely slow. For example selecting anything from menus takes couple of seconds. I deleted PS preferences files but that didn't help.
    Any suggestions how to fix this?
    Thanks.
    My system is Win7 x64, Intel i7 930, 8gb RAM.

    Nothing should be slow on a machine like yours.
    Some possible suspects:
    Make sure you have updated your video drivers from the web site of the maker of your video card.
    Check what other software you have running on your computer.  How many processes are running?  Have you installed tons of "handy" stuff?  All that takes resources.
    See if you are having system errors by looking in the Windows System Event Log.
    -Noel

  • Very slow broadband for 2 months

    Hi,
    Having problems with very slow broadband for the past 2 months. I'm supposed to be getting 7.5 Mb download speeds but its nowhere near at the moment. More like 0.3 Mb download 0.6 Mb upload. Just installed brand new homehub a few days ago...but no change.
    Do i need to post any more info? Thanks a lot...any help will be much appreciated!
    Ste
    ADSL line status<script type="text/javascript"></script>Connection information<script type="text/javascript"></script>
    Line state
    Connected
    Connection time
    0 days, 15:07:24
    Downstream
    575 Kbps
    Upstream
    828 Kbps
    ADSL settings<script type="text/javascript"></script>
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.5
    Latency type
    Interleaved
    Noise margin (Down/Up)
    33.3 dB / 8.6 dB
    Line attenuation (Down/Up)
    29.0 dB / 14.8 dB
    Output power (Down/Up)
    20.8 dBm / 12.4 dBm
    Loss of Framing (Local)
    7
    Loss of Signal (Local)
    2
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    748 / 247
    CRC Errors (Down/Up)
    294 / 2147480000
    HEC Errors (Down/Up)
    nil / 1002
    Error Seconds (Local)
    2
    <script type="text/javascript"></script>
    Hide Details

    With your line attenuation you should be getting a sync speed of 16000 kbps and a profile of about 14 Meg, however it looks like you line has been capped at 1/2 a Meg, that is why your noise margin is so high ( should be around 6dB ) now this could be due to a line fault ( loss of framing/signal ) or a problem with your internal wiring.
    However since you have has this problem for so long your best bet is to ring BT India on 0800 111 4567 and try and get a SFI fault raised so an Openreach broadband engineer can come and see if they can sort the problem out.
    Below is a copy of my stats, as an example.
    ADSL line status
    Connection Information
    Line state
    Connected <script type="text/javascript"></script>
    Connection time
    5 days, 04:11:55
    Downstream
    8,173 Kbps
    Upstream
    1,057 Kbps
    ADSL Settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    G.992.5 Annex A
    Latency type
    Interleaved
    Noise margin (Down/Up)
    6.0 dB / 5.7 dB
    Line attenuation (Down/Up)
    44.6 dB / 22.4 dB
    Output power (Down/Up)
    12.4 dBm / 1.6 dBm
    Loss of Framing (Local/Remote)
    0 / 0
    Loss of Signal (Local/Remote)
    0 / 0
    Loss of Power (Local/Remote)
    0 / 0
    FEC Errors (Down/Up)
    42072 / 0
    CRC Errors (Down/Up)
    8262 / 0
    HEC Errors (Down/Up)
    278529 / 0
    Error Seconds (Local/Remote)
    735 / 0
    Hide Details

  • I have a very slow startup for a macbook pro after installing Maverick

    I have a very slow startup for a macbook pro after installing Maverick

    Try SMC and NVRAM resets:
    http://support.apple.com/en-us/HT201295
    http://support.apple.com/en-us/HT204063
    Then try a safe boot again:
    http://support.apple.com/en-us/HT201262
    Ciao.

  • Slow uploads for "My computer" app, music, moviesand podcasts.  updated apple TV, reset modem amd router, bot still slow to load and play.  What do I do next?

    Slow uploads for "My computer" app, music, moviesand podcasts. Reset router, modem, updated apple TV and still slow to load music, movies etc.  What next?

    I have the same problem since the 6.0.2 update

  • Why has the download/buffering speed slowed down for videos?

    Why has the download/buffering speed slowed down for videos?
    What can be done about it?
    TIA,
    R. Ober

    The problem is with your router, your internet service provider or you have a marginal connection with your router.
    Locate your iPad close to your wifi router and see if the problem persists.
     Cheers, Tom

  • File Server Role: Slow access for "opened files" and slow Explorer browsing

    Since we migrated our fileserver from Windows Server 2008 R2 to Windows Server 2012 we are facing two major problems:
    1. Opening files which are already opened by other users takes about 1 minute before the file actually opens. This is not only for Office files such as Excel and Word, but also for other (not office) files. Again, this problem only rises when the file(s)
    is/are already opened by another user. There seems to be a sort of "Lock" check time which is about 45 to 60 seconds.
    2. The other problem is browsing via Explorer through the network drive (all clients are Windows 7 clients). Half of the time there is some kind of "hick up" with displaying the results of the folder. I cannot figure out a patern, but if there
    is no "hick up" then browsing is very fast (also in the busiest times of the working day)... If there is a "hick up" the result can take about 50 seconds to display the content of a folder.
    I suspect the SMB implementation / settings of Windows Server 2012 which are causing the problems...
    Things I tried:
    1. Changed the Oplocks wait time to 10 seconds (which is the minimum). The result is that openening files does indeed go some faster (still taking about 45 seconds).
    2. Disabled SMB2: the result is that browsing is fast... Opening files does go faster. BUT: we are then facing other problems like some files are not able to open... This setting was, after getting a lot of complaints from the users, changed back to enabled
    SMB2.
    3. Within the NIC card properties I disabled "QoS packet Scheduler", "Link-Layer Topology Discovery Mapper I/O Driver", "Link-Layer Topology Discovery Responder" and IPv6 (as we only use IPv4).
    All above with not the promising results.
    The server is a dedicated (virtual machine on vSphere 5.1) fileserver.
    Please Advice since this is not workable, and we have postponed the migration of the fileserver for our aother location.

    Hi Dave,
    I suggest you disable all third party applications like Anti-Virus application to test if it could reduce the waiting time when accessing a file.
    Here are some related threads below that could be useful to you:
    DFS Slowness when Opening Microsoft Documents and Excel Spreadsheets
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/61ec9a99-0027-44cb-815c-0da9276c1c96/dfs-slowness-when-opening-microsoft-documents-and-excel-spreadsheets?forum=winservergen
    Opening files over network takes long time
    http://social.technet.microsoft.com/Forums/windows/en-US/c8ddb65f-8a17-4cee-afd4-dfc09e99d562/opening-files-over-network-takes-long-time?forum=w7itpronetworking
    opening folder or file takes over a minute on Windows 2008R2 File server
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/b9aa98c4-3ef7-4e6d-810d-6099e72b33f6/opening-folder-or-file-takes-over-a-minute-on-windows-2008r2-file-server?forum=winserverfiles
    Best Regards,
    Amy Wang

  • Mavericks slow response for text fields

    Has anyone noticed that any text field is really really slow in response after upgrading to Mavericks?  I have a mid 2011 mac mini with 8 GB ram, 2.5 TB external disk drives.
    It is really driving me crazy having to wait to enter text in.  Most noticeble in Safari and iWorks.
    thanks
    Paul

    Hello Paul,
    Thank you for the details of the issue you are experiencing with text fields on your Mac after upgrading to Mavericks.  I recommend reviewing the steps in the following article for the issue you described (the title refers to the Mac in general, but the steps apply to the issue you described as wel):
    OS X Mavericks: If your Mac runs slowly
    http://support.apple.com/kb/PH13895
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • PLEASE HELP! SLOW SPEED FOR 5 WEEKS!

    Hey all, i've come here as a last resort as im sick of my slow infinity speed and sick to death with bt customer service which does not exist!
    Since before christmas my bt infinity package 1 38down/10up has been playing up after 12 midnight! usually after this time my speed would go down from 37download to around 0.5/0.1 soo low that i can't load a web page. Ive tried for weeks contacting bt which takes me to the offshore call centre where iv'e been fobbed of that an engineer is investigating an issue at the exchange or that the issue will be fixed in either 24, 36 or 48 hours numerous times to which it has not.
    This last week my internet speed has dropped during the day time where before in the day it was a solid 37down and 10 up it now goes down to 10 meg and now its gone down to 0.1 meg. It went down to 0.1 meg today at around 6.30pm.
    These are a list of stats below: Im at my wits end and i just want my broadband fixed! I beg Please someone help me!
    1. Product name:
    BT Home Hub
    2. Serial number:
    +068543+NQ41012931
    3. Firmware version:
    Software version 4.7.5.1.83.8.204 (Type A) Last updated 15/01/15
    4. Board version:
    BT Hub 5A
    5. DSL uptime:
    0 days, 00:07:34
    6. Data rate:
    9999 / 39993
    7. Maximum data rate:
    36556 / 97131
    8. Noise margin:
    30.5 / 22.7
    9. Line attenuation:
    13.5 / 12.8
    10. Signal attenuation:
    13.7 / 12.8
    11. Data sent/received:
    0.2 MB / 0.1 MB
    12. Broadband username:
    [email protected]
    13. BT Wi-fi:
    Yes
    14. 2.4 GHz Wireless network/SSID:
    BTHub5-QTSG
    15. 2.4 GHz Wireless connections:
    Enabled (802.11 b/g/n (up to 144 Mb/s))
    16. 2.4 GHz Wireless security:
    WPA2
    17. 2.4 GHz Wireless channel:
    Automatic (Smart Wireless)
    18. 5 GHz Wireless network/SSID:
    BTHub5-QTSG
    19. 5 GHz Wireless connections:
    Enabled (802.11 a/n/ac (up to 1300 Mb/s))
    20. 5 GHz Wireless security:
    WPA2
    21. 5 GHz Wireless channel:
    Automatic (Smart Wireless)
    22. Firewall:
    Default
    23. MAC Address:
    34:8a:ae:bb:d4:80
    24. Modulation:
    G.993.2 Annex B
    25. Software variant:
    AA
    26. Boot loader:
    1.0.0

    Can someone please help me too! before christmas i was getting low speeds after 12 midnight, going down to 0.1 meg for over 5 weeks now ive had this problem and now in the day where i used to get a solid 37meg down im now at different times, started today at 6.30pm im going down to 0.1 meg.
    BT Customer service is disgusting beyone belief, been fobbed of after 12 phone calls. Please someone help.
    stats avalibe here:
    1. Product name:
    BT Home Hub
    2. Serial number:
    +068543+NQ41012931
    3. Firmware version:
    Software version 4.7.5.1.83.8.204 (Type A) Last updated 15/01/15
    4. Board version:
    BT Hub 5A
    5. DSL uptime:
    0 days, 00:45:18
    6. Data rate:
    9999 / 39993
    7. Maximum data rate:
    36556 / 97131
    8. Noise margin:
    30.5 / 22.7
    9. Line attenuation:
    13.5 / 12.8
    10. Signal attenuation:
    13.7 / 12.8
    11. Data sent/received:
    0.2 MB / 0.1 MB
    12. Broadband username:
    [email protected]
    13. BT Wi-fi:
    Yes
    14. 2.4 GHz Wireless network/SSID:
    BTHub5-QTSG
    15. 2.4 GHz Wireless connections:
    Enabled (802.11 b/g/n (up to 144 Mb/s))
    16. 2.4 GHz Wireless security:
    WPA2
    17. 2.4 GHz Wireless channel:
    Automatic (Smart Wireless)
    18. 5 GHz Wireless network/SSID:
    BTHub5-QTSG
    19. 5 GHz Wireless connections:
    Enabled (802.11 a/n/ac (up to 1300 Mb/s))
    20. 5 GHz Wireless security:
    WPA2
    21. 5 GHz Wireless channel:
    Automatic (Smart Wireless)
    22. Firewall:
    Default
    23. MAC Address:
    34:8a:ae:bb:d4:80
    24. Modulation:
    G.993.2 Annex B
    25. Software variant:
    AA
    26. Boot loader:
    1.0.0

  • Very slow bootup for windows 7 home premium on x200

    hi i had recently bought the windows 7 home premium upgrade for my x200 with ocz vertex ssd. x200 model : 7459 p57. since i have install the os, i got a very slow bootup at the welcome page. anyone facing the issue or any solution? previously using the windows 7 rc edition with the ssd, there's no issue. can anyone help me?

    You can probably simply download all the Windows 7 versions from the Lenovo Web site. Win 7 by itself will install enough to get you running for the most part.

  • For people with an unlimited data plan...does it slow down for you after 2GB?

    Ive had my unlimited data plan since i joined AT&T back in 2008 when  i bought the iPhone 3G...ive been able to keep it for my current iPhone 4 and now ill be upgrading to iPhone 5 and was wondering if anyone else with an unlimited data plans suffers slowing down of data after 2GB? it mite b more than 2GB but it def does slow down...will this continue to happen or it is it just me?

    AT&T's policy explained - http://www.att.com/esupport/datausage.jsp?source=IZDUel1160000000U
    Click the "what you need to know".  If you exceed 3GB you will be throttled, and you should receive a text message about it the first time you go over.

Maybe you are looking for

  • Failure to burn DVD

    I created a movie in i Movie. It includes stills, video clips, sound effects and music. It plays perfectly in i Movie but during the i DVD process, it seems to crash during the "encoding audio" mode. Help.... and thank you

  • How i can switch to Malysian app store.

    my iphone store is  connected with US. but i want to switch to Malaysian app store, how i can do

  • Customer master creation  -  function module

    Hi experts, Is there any function module /BAPI that will create a customer master record with all the general , company code and sales data ( with sales texts) together in a single FM/BAPI. Thanks.

  • I lost the administrator in Users

    When I open my MacBook Air Mavericks, there is a Guest sign in and Others sign in. My sign in is gone. When I go to Users and Groups in Preferences there is no Administrator. I have a working Apple ID. What are the steps to add me as the Administrato

  • Psd file save as process

    trying to save a psd file in an esp format, but the only options being given to save the file are: psb, exr, raw, tif, and two others.  Cannot work it out.  Any suggestions please