WS-SUP720-3B full BGP table

Hi all,
   I have a Catalyst 6500 with SUP720-3B whith 1GB memory (MEM-Sup720-SP-1GB=  and MEM-MSFC3-1GB=) which is going to receive full BGP table, I know about the limitation of 256K routes of SUP720-3B, but with the following memory will it be able to hande the full BGP table?
Thnx in advance,

Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
I don't believe so.  For full Internet routes, you'll want a XL variant.

Similar Messages

  • ASR1002 crawls when installing BGP Full Internet table

    hi all,
    I have an ASR1002/ESP10 and I have 2 or 3 peers that are sending me FIRT. When I filter with route-maps the incoming announcements, I'm keeping about 3K routes and everything is fine. But when i try to remove the incoming filters, then the ASR1002 tries to install the FIRT into the FIB and this results in the ASR1002 crawling and becoming unresponsive (while it is installing the FIRT into the FIB).
    Is that normal? Is there a way, to tell the ASR to install the FIB with a slower rate, in order to have CPU power for the rest of the tasks. Do you also know if this influences forwarding performance of the router?
    thanx,
    Sp.

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Tracking your 2911's CPU usage will provide an indication of how hard it's being "worked".
    I've attached a later Cisco document that better documents expected and recommended performance levels for various ISRs.  (NB: in that document, you'll see a 2911 is only recommended for up to 35 Mbps.)
    PS:
    BTW, running full BGP with your two ISPs, hoping to obtain optimal performance, really doesn't.  What actually works much better, if you're licensed for it, is Cisco's PfR technology (which will work fine with just a default to both ISPs).

  • Difference between sh ip bgp & sh ip route? BGP tables and main routing table.

    Difference between sh ip bgp & sh ip route?
    sh ip bgp :::: loc-rib ?
    sh ip bgp nei x.x.x.x advertised-routes : adj-rib-in.
    sh ip bgp nei x.x.x.x recieved-routes : adj-rib-out.
    sh ip bgp nei x.x.x.x routes : loc-rib ?
    sh ip route = rib ? if yes does it mean its loc-rib ?
    so in a given router with bgp running, will there be 5 tables (sh ip bgp; adj-rib-in; loc-rib;adj-rib-out; sh ip route) ? if yes where are they saved ?

    sh ip bgp
    shows the BGP table (where are stored info coming from BGP update) 
    sh ip bgp nei x.x.x.x advertised-routes 
    shows networks that your router will advertise to a specific neighbor
    sh ip bgp nei x.x.x.x recieved-routes 
    shows advertisement received from a specific neighbor;  networks (NLRI) filtered with route-map distribute-list,... are included  (Inbound soft reconfiguration must be enabled)
    sh ip bgp nei x.x.x.x routes 
    shows only routes sent by a specific neighbor and not filtered or discarded (i.s accepted)
    sh ip route 
    show routing table; it contains the best route for each network (best is first of all the lowest administrative distance, then the lowest metric)
    Bye,
    enrico.
    PS please rate if useful

  • How to use full qualified table names in RPD

    Hi,
    We are implementing the BI Financial Analytics, we have a requirement to use diffrent user accounts for DAC , ETL and OBIEE
    DAC, ETL we are using user as XXOBI
    For OBIEE RPD we have to use user with read only access such as XXOBI_APP
    How can i make the changed to BI server / RPD to use full qualified names.
    I have tried to select the Full Qualified table name property in Oracle Datawarehouse connection pool setting.
    If i enable that all my sql query is showing tables as catalog.dbo.w_party_d ( my tables in physical layer showing under catalaog -> dbo -> all tables and joins)
    Any help in this is appreciated.
    Thanks
    Kris

    kmangamuri wrote:
    Hi,
    We are implementing the BI Financial Analytics, we have a requirement to use diffrent user accounts for DAC , ETL and OBIEE
    DAC, ETL we are using user as XXOBI
    For OBIEE RPD we have to use user with read only access such as XXOBI_APP
    How can i make the changed to BI server / RPD to use full qualified names.
    I have tried to select the Full Qualified table name property in Oracle Datawarehouse connection pool setting.
    If i enable that all my sql query is showing tables as catalog.dbo.w_party_d ( my tables in physical layer showing under catalaog -> dbo -> all tables and joins)
    Any help in this is appreciated.
    Thanks
    KrisAre you saying you just need to access the database using different accounts? If that is the case, why dont you just update the connection pool settings like username and password with XXOBI_APP account which you are supposed to be using for OBIEE?

  • CRS, IOS-XR: local IGP route not installed in BGP table when learned from RR

    Hello,
    We use CRS routers in our IGP/BGP network core, some of which are acting as BGP originators and reflectors (RRs) for IPv4 unicast. We also use CRS routers as Internet PEs. The problem we have is between those PEs and the core routers.
    Premise: each Internet PE is terminating customer cisrcuits and injects those downstream routes in IGP (via redistributing static, or just learned via IGP from a downstream router). The core (P) routers then learn those routes from the PE via the IGP. Two of the P-routers act as BGP originators and install the necessary routes in BGP using the network statement. These routes are mostly supernets (i.e. summarized), but some coincide with IGP routes, as learned from the PEs. The P-routers acting as RRs then reflect all iBGP routes to all IPv4 unicast BGP speakers in the network, including the Internet PEs (we also have BGP peers on those PEs, which is why this is necessary).
    Problem: if a specific downstream route, learned on an Internet PE via IGP (i.e. from downstream), is then received by that PE from an RR via iBGP (i.e. from upstream), the route is not installed in the BGP table (the output of the show bgp x.x.x.x/xx command is: Network not in table)
    Question: does anyone know why this is happening? This is concictent on all of our CRS PEs. As far as I am aware there is no BGP rule that would explain this behavior. We don't expect the PE to prefer the iBGP route over the IGP route, but that should not prevent it from learning it and installing it in the BGP table... The only discrepancy I could think of is that the IGP route has a next-hop pointing downstream, whereas the the same route, learned over iBGP has a next-hop pointing upstream. Then again,this shouldn't prevent the route to appear in the BGP table....
    Your help would be appreciated!
    Thanks!

    Hi !
    If I am understandung you correctly then Split Horizon is the keyword
    Because if the route is learned from downstream BGP drops any same path information learned from upstream
    SPLIT-HORIZON only applies to distance-vector routing protocols.  In case of BGP,  it simply means that a prefix learned via a peer is not advertised back  to that peer.
    Split horizon will simply block out routes with the same neighbor as the next-hop for the router
    regards
    alexander

  • BGP Table Version - erratum

    There appears to be a error this tech-note:
    BGP Table Version
    http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/116511-technote-tableversion-00.html
    Document ID: 116511
    The Peer Table Version is used in order to track which peers must be informed of which prefixes for which there were changes in the best path. The Peer Table Version of each peer is checked against the Prefix Table Version of the prefixes. If the Prefix Table Version of a prefix is lower than the Peer Table Version, then BGP must send an update for that prefix to that BGP peer. For example, if the peer 10.1.1.2 has a Peer Table Version of 60, then that peer is up to date for all prefixes with Prefix Table Version of 60 and lower. The router must send a BGP update for all prefixes with a Prefix Table Version that is higher than 60.

    Hi Ivan,
    The bgp table version number is a Cisco software (ios/iox) specific implementation. It's not part of the RFC. Therefore it cannot be retrieved via snmp.
    Best regards,
    Shane

  • Full routing table exchange in Link State Routing?

    In link state routing protocols, full update that happen every 30 minutes, does the routers exchange the whole routing table with each other? Or exchange something else, not full routing table. If not the whole routing table, what they are exchanged?

    The interval depends on the routing table. OSPF will send out a fresh copy of the LSA (link-state advertisement) every 30 minutes. ISIS will send it every 20 minutes. Only LSAs are sent, not the routing table.
    Paresh

  • MPLS - unknown metric on routes found on BGP table

    Hi All,
    Wondering what are below highlighted value as they are used for route preferences.
    pe401c6506#sh ip bgp vpnv4 vrf DATA 10.18.0.0/16
    BGP routing table entry for 10.254.0.253:120:10.18.0.0/16, version 157413
    Paths: (2 available, best #2, table DATA)
      Advertised to update-groups:
         1          2          3          4          5          6          7
         8          10         11         12         13         14         15
         53
      Local, (aggregated by 65001 10.254.4.254), (Received from a RR-client), imported path from 10.254.4.254:120:10.18.0.0/16
        10.254.4.254 (metric 3) from 10.254.4.254 (10.254.4.254)
          Origin IGP, metric 0, localpref 100, weight 300, valid, internal, atomic-aggregate
          Extended Community: RT:65001:120
      Local, (aggregated by 65001 10.254.4.253), (Received from a RR-client), imported path from 10.254.4.253:120:10.18.0.0/16
        10.254.4.253 (metric 2) from 10.254.4.253 (10.254.4.253)
          Origin IGP, metric 0, localpref 100, weight 300, valid, internal, atomic-aggregate, best
          Extended Community: RT:65001:120
    *Note - Are red highlighted some sort of different metric from the BGP MED metric?
    Regards,
    Hin

    Hi Hin
    The Red Highlighted Metrics are the IGP Metrics to reach the MP-iBGP Peer which is the 8th Criterion for Best Path Selection Algo..
    If we will check for a show ip route 10.254.4.254/253 we will see the IGP metric as to be as the one highlighted in red above.
    Hope this helps to answer your query..
    Regards
    Varma

  • CBO picking incorrect indexes or doing Full Scans ( table/indexes)

    Database version - 10.2.0.4
    OS : Solaris 5.8
    Storage: SAN
    Application : PeopleSoft Financials
    DB size : 450 gb
    DB server : 12 CPU ( 900 Mghz each ), 36 GB RAM
    ASMM - sga_target_size = 5 gb
    Locally managed tablespaces - MANUAL
    - db_file_multiblock_read_count - not set explicitly in spfile ( implicitly defaulted to 128 )
    - other optimizer related parameters are set to default
    - system_statistics - CPUSPEEDNW=456.282722513089, IOSEEKTIM =10, IOTFRSPEED=4096     
    - dictionary object system stats were last gather in Nov 09
    - stats on schema objs are gathered every night using custom script, but I have to say there are some histograms on some tables which were gathered by PS admins
    begin
    dbms_stats.gather_schema_stats(
    ownname=> 'SCHEMANM' ,
    cascade=> DBMS_STATS.AUTO_CASCADE,
    estimate_percent=> DBMS_STATS.AUTO_SAMPLE_SIZE,
    degree=> 10,
    no_invalidate=> DBMS_STATS.AUTO_INVALIDATE,
    granularity=> 'AUTO',
    method_opt=> 'FOR ALL COLUMNS SIZE 1',
    options=> 'GATHER STALE');
    end;
    Details :
    We are experiencing erratic database performance. It was upgraded from 9i to 10g along with PS software upgrade. A job that runs on one day in 12 hrs(that is high in itself) would take more than 24 hrs another day.
    We have Test and Staging envs on other servers which do not have performance issues of production magnitude. The test, staging dbs are clones of prod, created by ftp'ing files from one location to another, not sure if that makes any difference but just pointing out.
    On Prod db some symptoms which baffle me are :
    1) sql executing for over 40 minutes, check the plan and it is using an "incorrect" index, idx1. Hint sql with "correct" index, idx2, and it runs in few seconds. result set <400 rows. Cost with hint with idx2 is HIGHER. This scenario is still understandable as CBO is likely to pick a lower cost.
    - But why is there so much discrepancy in cost and response time?
    - what is influencing the CBO to pick an index which is obviously not the fastest response time?
    2) sql plan shows FTS , execution time , runs forever . But a hint with index in this case shows the cost is LOWER and response time is in seconds, so why is CBO not even evaluating this index path? Because as I understand the CBO, it will always pick the lower cost plan.
    What is influencing the CBO. Is it system stats? or any other database parameter? or the hardware ? the large SGA?? histogram ?? Stats gathering?? is there is any known issue with DBMS_STATS.AUTO_SAMPLE_SIZE and cardinaility?
    Where should I put my focus?
    What am I looking for ?
    I do have Jonathan Lewis's Cost-Based Oracle Fundamentals which I have just started so perhaps I will be enlightened but while I read it, it would be of immense help to get some advice from forum gurus.
    At this time I am not posting any exec plan or code, but I can do so if required.
    Thanks,
    JC

    I would like to re-renter this to Database-general Forum as I have not received any response yet. I did not find an option to move so I marked this as answered and will re-enter in the other forum. Hope that's ok.
    Thanks,
    JC

  • Proc fails with sqlcheck=full accessing tables across a link to non 11g db

    I am trying to compile programs that were upgraded from 9i to 11g and having issues whenever I try to compile code that accesses non 11g databases across a link when sqlcheck is anything other then syntax.
    If I have a select such as
    select distinct a.ID_NUM, b.value1, b.value2, ...
    from table_a a, table_b@external_db b
    where a.ID_NUM = b.ID_NUM and a.process_name='REPORTS';
    This compiler sits and hangs for a few minutes then aborts. This problem occurs in Pro*C, Pro*Cobol as well as Oracle Forms.
    The query works fine under sql*plus. The compiler just can't handle it.
    A work around under Pro*C is to use sqlcheck=syntax when compiling any code that accesses across a link. However this isn't a good workaround since it won't catch errors such as a typo in a column. This also won't work in forms, but a work around is to convert the selects into a view. However that isn't a good workaround due to the number of queries that would need changing.
    Has anyone else seen this issue and found out what needs changed in the Database for this to work. I tried searching Oracle's web site but couldn't find any solution.
    Edited by: user7525803 on Jun 25, 2009 8:10 AM
    Edited by: user7525803 on Jun 25, 2009 8:15 AM

    ittichai wrote:
    Rich,
    I searched metalink for your issue. This may be a bug in 3.1 which will be fixed in 4.0. Please see Doc ID 740581.1 Database Link Tables Do NoT Show Up In Table Drop Down List In Apex. There is a workaround mentioned in the document.
    I'm not sure why I never thought of searching MetaLink, but thanks for the pointer! It doesn't match my circumstances, however. The Bug smells like a view not being queried in the APEX development tool itself -- i.e. the IDE's coding needs changing, not necessarily those apps created with the IDE.
    I'm working on getting you access to my hosted app...
    Thanks,
    Rich

  • Cisco ASR9006 bgp send full table problem

    Hi all, Thats me again!
    I have a simple lab and I have couple of cisco 7206 vxr g2 and one cisco asr 9006. I can try to bgp configration for asr 9006 to vxr 7206.
    I want to receive full table for the isp. after that I want to send my bgp peer this full table. Configrations are below.
    ASR9006
    route-policy Accept-All
      pass
      end-policy
    router bgp 100
    bgp router-id 192.168.96.92
    address-family ipv4 unicast
      network 192.168.103.0/24
    neighbor 192.168.96.1
      remote-as 100
      update-source MgmtEth0/RSP0/CPU0/0
      address-family ipv4 unicast
       route-policy Accept-All in
       route-policy Accept-All out
    neighbor 192.168.96.4
      remote-as 100
      update-source MgmtEth0/RSP0/CPU0/0
      address-family ipv4 unicast
       route-policy Accept-All in
       route-policy Accept-All out
    RP/0/RSP1/CPU0:#sh bgp summary
    Mon Jun 25 11:44:19.645 GMT
    BGP router identifier 192.168.96.92, local AS number 100
    BGP generic scan interval 60 secs
    BGP table state: Active
    Table ID: 0xe0000000   RD version: 184
    BGP main routing table version 184
    BGP scan interval 60 secs
    BGP is operating in STANDALONE mode.
    Process       RcvTblVer   bRIB/RIB   LabelVer  ImportVer  SendTblVer  StandbyVer
    Speaker             184        184        184        184         184         184
    Neighbor        Spk    AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down  St/PfxRcd
    192.168.96.1      0 100  156761      26      184    0    0 00:10:50     427521
    192.168.96.4      0 100      93      91      184    0    0 00:11:31          0
    RP/0/RSP1/CPU0:#
    RP/0/RSP1/CPU0:#sh bgp neighbor 192.168.96.4 advertised-routes
    Mon Jun 25 11:44:59.487 GMT
    Network            Next Hop        From            AS Path
    192.168.103.0/24   192.168.96.92   Local           i
    Processed 1 prefixes, 1 paths
    RP/0/RSP1/CPU0:#
    I can receive 192.168.96.1 for the full table.
    Cisco 7206 VXR G2_2
    router bgp 100
    no synchronization
    bgp router-id 192.168.96.4
    bgp log-neighbor-changes
    neighbor 192.168.96.92 remote-as 100
    neighbor 192.168.96.92 update-source GigabitEthernet0/1.1
    no auto-summary
    7206VXR_G2_2#sh ip bgp summary
    BGP router identifier 192.168.96.4, local AS number 100
    BGP table version is 12, main routing table version 12
    1 network entries using 121 bytes of memory
    1 path entries using 52 bytes of memory
    2/1 BGP path/bestpath attribute entries using 152 bytes of memory
    0 BGP route-map cache entries using 0 bytes of memory
    0 BGP filter-list cache entries using 0 bytes of memory
    BGP using 325 total bytes of memory
    BGP activity 6/5 prefixes, 9/8 paths, scan interval 60 secs
    Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
    192.168.96.92   4 100      14      15       12    0    0 00:10:55        1
    7206VXR_G2_2#
    7206VXR_G2_2#sh ip bgp
    BGP table version is 12, local router ID is 192.168.96.4
    Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
                  r RIB-failure, S Stale
    Origin codes: i - IGP, e - EGP, ? - incomplete
       Network          Next Hop            Metric LocPrf Weight Path
    *>i192.168.103.0    192.168.96.92            0    100      0 i
    7206VXR_G2_2#
    I can advertised to 192.168.103.0/24 networks. I can receive full table vxr_7206_1. but I don't advertise to full table to vxr_7206_2.
    I read the cisco configrations guide for asr 9000 series alot of times. But I didn't see subject or example "how to send full bgp table".
    Please advice me? How can I do this?

    Hello Umit,
    If I properly understand you want to test your connection towards ISP and BGP route exchange. I would assume your ISP uses different BGP AS compare to yours.  In this current setup I see ASR9k and 7200 have the same BGP AS meaning this is iBGP. In this case we have to have full mesh between iBGP peers as routes are not sent back to other iBGP peers.
    I don’t know which exactly 7200 emulates ISP, but we need to configure eBGP between ASR9k and that 7200 (different BGP AS).
    Note, you use “update-source MgmtEth0/RSP0/CPU0/0”. That is not recommended as there is no routing between management and other forwarding interfaces. Configure a loopback and use as an update-source.
    Regards,
    /A

  • Ampliacion memoria 7600 de 1GB que usa BGP

    Buenos días¡¡¡¡
    Tenemos este equipo, un router 7600 que se utiliza para bgp e intercambia 500.000 rutas con un proveedor internacional Cogent.
    Tiene muchas pérdidas de pines hacia direcciones de internet. Tiene 1 Giga de memoria.
    Le hemos comprado 2 módulos de 2 gigas “MEM-RSP720-2G”.
    Pensamos que la perdida de pines es porque no tiene recursos suficientes para la tabla FIB.
    FUJINRTMORSE#sh mls cef max
    FIB TCAM maximum routes :
    =======================
    Current :-
    IPv4 + MPLS         - 192k (default)
    IPv6 + IP Multicast - 32k (default)
    Tenemos tres slot , dos para routing y uno para switching.
    1º Qué combinación es la mejor para poder aumentar la table FIB. Ponemos un módulo de 2 gbit en el slot 1 y otro en el slot 3 ¿?
    2º Es compatible con esta supervisora RSP720-3C-GE       los módulos de memoria MEM-RSP720-2G
    FUJINRTMORSE#sh mod
    Mod Ports Card Type                              Model              Serial No.
      1    2  Route Switch Processor 720 (Active)    RSP720-3C-GE       JAE1113AQ5P
      3   48  48 port 10/100/1000mb EtherModule      WS-X6148-GE-TX     SAL085071RH
    Mod MAC addresses                       Hw    Fw           Sw           Status
      1  0019.5679.9090 to 0019.5679.9093   5.2   12.2(33r)SRB 12.2(33)SRB7 Ok
      3  0012.80f8.1370 to 0012.80f8.139f   6.1   7.2(1)       8.6(0.434)BA Ok
    Mod  Sub-Module                  Model              Serial       Hw     Status
      1  Policy Feature Card 3       7600-PFC3C         JAE11129SD6  1.0    Ok
      1  C7600 MSFC4 Daughterboard   7600-MSFC4         JAE1114B72R  1.0    Ok
    Mod  Online Diag Status
      1  Pass
      3  Pass
    Gracias.

    Hello.
    As I understood the problem: FIB is limitted to 192K prefixes (while full BGP view requires 500K+).
    This is due to the RP you are using - RSP720-3C-GE, this is not because of RAM memory.
    Do be able to process full BGP table you need XL version, for example, RSP720-3CXL-GE.
    PS: please find datasheet here - http://www.cisco.com/c/en/us/products/collateral/routers/7600-series-routers/product_data_sheet0900aecd8057f3b6.html
    PS2: please write your questions/comments in English.

  • Recommendation for the Core router

    Hi all,
    we are hosting provider and we are looking to buy additional router. Right now we have Cisco 6500 with SUP720-3BXL supervisor as a core router which sometimes has a problems because of very weak CPU.
    Because of that we are searching for the real router, not switch.
    Basically our needs are:
    - at least 4 x 10Gbps ports
    - at least 80Mpps throughput
    - capable to deal with 2 Full BGP tables and at least 30 BGP peers
    Any recommendation from your side would be appreciated. It could be also Juniper or Brocade.
    Thank you very much in advance!
    Ismir

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Perhaps an ASR 9001.

  • IPv6 on internet gateway

    hi,
    we have 12410 GSR (PRP2) as internet gateway peering with 6 global ISP , and receive full internet routintg from them, CPU is high especaily at BGP scanner process,we are planning to enable IPv6 on this internet router so we can not expect what will happened with the performance and CPU,please advise.

    Ahmed,
    I do not understand what are you asking here. But if you are asking what platform I would be recommanding for a defaultless router running both a full BGP table in v4 and v6 well, I am not qualify to recommand such platform but I would recommand to start with an impementation plan. Decide wht you want to achieve and a timeline.
    Also if you are running a production network, be very wary of changes.
    I would rather deploy a second platfome and start using it for v6 leaving alone the v4 production network. Otherwise, you might end up disrupting service.
    Cheers
    Fabio

  • 7600 or ASR 1000 Series as ISP EDGE WAN

    Hi experts,
    I want your opinion on something.
    We currently have 6 STM1 and will soon have an additional 2x STM4.
    The existing STM's are connected on a 7600. 
    We are planning to do a major upgrade in order to cater for the additional STM4 and will be grateful if i can have your views on the matter.
    Right now we cannot accept full BGP table from our upstream provider due to the low mem on the 7600.
    So we are thinking on either going towards two 7600 with SUP3cXL which will be able to cater for the full BGP table + we need to buy additional line cards. Or we go towards the ASR1000 series, which i think might be an overkill, but am definitely thinking of future growth.
    Thanks to advise.
    Regards,
    Steve 

    Thanks vmiller.
    We don't need any additional cards apart for the POS ports and 3X10G interfaces.
    Plus we need something that will be able to cater for the whole BGP table.
    I was task to build a business case on the matter. But it will be a bit difficult to convince the business on the go about of the ASR (if you know what i mean). So my business case needs to be solid.
    Anyway thanks for your help.
    Regards,
    Steve

Maybe you are looking for

  • Dynamic Actions with Multiple Actions Capability

    Dynamic Actions with Multiple Actions Capability How can I get Dynamic Actions to work on Actions that are stored solely on IT0302 due to the multiple relationship to a previous Action that is stored on both IT0302 and IT0000? When multiple actions o

  • C:\Windows\system32\bitsperf.dll" failed

    Log Name:      Application Source:        Microsoft-Windows-Perflib Date:          10/23/2013 4:36:55 AM Event ID:      1008 Task Category: None Level:         Error Keywords:      Classic User:          N/A Computer:      xxxxxxxxxxx Description: Th

  • Where is the phone app?

    Is there a phone app? It doesn't show on the sample screen.  Looks like we'll have to carry both devices, making it a larger version of the iphone apps.

  • Missing program in development...

    hi all... i face a weird problems in developing program... this morning i make a changes to my program and i save it in one request.. before i take a break i double checking the program whether i save it or not... the program already save and in the

  • How do I restore my Iphoto from backup...

    When I try to open Iphoto a msg comes up that says my photo library is damaged or unreadable and cannot be opened.  please restore form backup