Command to clear the bgp vrf table.

Hi,
I want to clear the bgp table on this vrf. Here is how it looks like :-
address-family ipv4 vrf mj
redistribute connected
neighbor 12.12.12.12 remote-as 1111
neighbor 12.12.12.12 activate
neighbor 12.12.12.12 send-community
neighbor 12.12.12.12 as-override
neighbor 12.12.12.12 soft-reconfiguration inbound
neighbor 12.12.12.12 route-map customer in
neighbor 12.12.12.12 route-map vpn-routes out
neighbor 12.12.12.12 maximum-prefix 1000
neighbor 13.13.13.13 remote-as 65222
neighbor 13.13.13.13 activate
neighbor 13.13.13.13 send-community
neighbor 13.13.13.13 remove-private-as
neighbor 13.13.13.13 soft-reconfiguration inbound
neighbor 13.13.13.13 route-map a-in in
neighbor 13.13.13.13 route-map a-out out
neighbor 13.13.13.13 maximum-prefix 1000
no auto-summary
no synchronization
exit-address-family
I would like to confirm that the command to clear this vrf is whereby the ASN is 1110 :-
clear ip bgp vrf mj ipv4 unicast 1110 soft.
Pls advice,
InternetB.

Hi Shivlu,
To confirm, since my ASN is 1110, the 200 should be replaced with my ASN number of 1110 right ?
Thank you,
InternetB.

Similar Messages

  • OM: CLEARING THE PROCESS MESSAGES TABLES

    제품 : MFG_OM
    작성날짜 : 2004-10-11
    OM: CLEARING THE PROCESS MESSAGES TABLES
    ==========================================
    PURPOSE
    OM 모듈을 어느 기간 사용하다 보면 process messages table -
    OE_PROCESSING_MSGS_TL/OE_PROCESSING_MSGS - 에 많은 data가 쌓여 있는것을
    확인할 수 있다.
    이 tables의 size를 줄임으로써 system performance 향상도 기대할 수 있다.
    Explanation
    OE_PROCESSING_MSGS_TL table은 Order Entry concurreny problem이 실행되거
    나 User interface process가 실행될때 발생하는 processing messages를
    저장하는 table이다.
    아래의 3가지 방법중 하나를 이용하여 process messagea tables
    - OE_PROCESSING_MSGS_TL/OE_PROCESSING_MSGS -의 정보를 delete 할 수 있다.
    1.SQL을 이용하여 table을 truncate
    (OE_PROCESSING_MSGS_TL를 먼저 truncate 시켜야 함을 주의)
    경고: 만약 truncate 방법을 선택했다면, 위 두 tables에 있는 모든 정보를
    잃게 될 것이다.
    2.OM application의 Process Messages form을 이용.
    Delete 될 messages는 사용자의 query에 따른다.
    Process Messages form에서 delete 하고자 하는 messages range를 설정하여
    조회한 후, 그 query된 messages만 delete 할 수 있다.
    1) Navigation: Orders, Returns>Process Messages
    2) Messages source를 선택
    3) Query를 원하는 Messages Request ID range를 입력
    4) Query를 원하는 Messages의 Order Number range를 입력
    5) Query를 원하는 Messages의 Request Date range를 입력
    6) Query를 원하는 Messages의 Program Name을 선택
    7) 특정한 Workflow Activity를 가지고 있는 Workflow Activity를 선택
    WF activity는 Order의 actual stage를 참조한다.
    8) Query를 원하는 Message의 Order Type을 선택
    9) Attribute를 선택, Default는 null
    10) Customer Name or Number를 선택
    11) Requester를 선택
    12) Find button을 선택
    Process Messages window displays.
    13) Query된 모든 messages를 delete 하기 위새 'Delete All' button을
    click.
    3.SQL을 이용하여 특정 일자전의 모든 process messages를 delete.
    (OE_PROCESSING_MSGS_TL 의 data를 먼저 delete 함을 명심!!)
    위 1번의 truncate option을 이용하면, SQL statement는 어떤 messages를
    delete하는지 전혀 식별할 수가 없다.
    만약 특정 process에 관련된 messages만을 delete하길 원하면 아래의
    truncate option 2를 이용한다.
    아래는 sample script이며, creation date를 근간으로 delete한다.
    만약 오늘 날짜(dd-mon-yy)를 입력하면 script는 7일전의 messages만을
    delete 할 것이다.
    ====================================================
    DECLARE
    l_date DATE := to_date('&delete_date');
    BEGIN
    Delete from oe_processing_msgs_tl
    Where creation_date <= l_date - 7;
    Delete from oe_processing_msgs
    Where creation_date <= l_date - 7;
    Exception
    WHEN Others THEN
    Null;
    END;
    After executing this script commit and exit from sqlplus.
    =======================================================
    Note: 꼭 기억해야 할 것은 'Delete/Truncate' 작업시 'OE_PROCESSING_MSGS'
    data를 delete 전에 꼭 'OE_PROCESSING_MSGS_TL' data를 먼저 delete
    해야 한다는 것이다.
    Example
    Reference Documents
    Note 123150.1

    You can include PSA's in process chain and schedule deletion periodically.
    You can include process type 'Deletion of Requests from PSA / Deletion of Requests from the Change Log   ' in process chain . After EHP1 upgrade you can define pattern like 2lis* or 0* it will delete all the PSA's starting with 2lis or 0 data source .
    Ravi

  • How to clear the contents of table control

    Hi All,
              How to clear the contents that are present in a Table control. If there is any code Please Let me know.
    I will assign full marks to the correct code.
    Pradeep Kumar Kota.

    Hi
    U need to clear the contenents of internal table used to store the record displayed by table control.
    Every time the PBO is triggered the table control is automatically cleared, so you need only not to transfer any data from internal table to table control.
    So you should show how your PBO if you want a right answer.
    Max

  • Dba_scheduler_jobs for clearing the sys audit table

    Hi.
    can u please tell me how to purge a sys.aud$ table records once its reached more than once lakh ... these 1 lakh is the threshold and other more data will be peridiodically purged by automated dba_scheduler_jobs.
    My db is - 10g
    so i need to always retain 1lakh rows on the table..extra data will be purged...once breaching the threshold...i don know how to write..since i am new to this oracle.can anyone help?
    Thanks

    See these MOS Docs
    How To Shrink AUD$ IN ORACLE 10G (Doc ID 1080112.1)
    New Feature DBMS_AUDIT_MGMT To Manage And Purge Audit Information (Doc ID 731908.1)
    How to Truncate, Delete, or Purge Rows from the Audit Trail Table SYS.AUD$ (Doc ID 73408.1)
    Srini

  • How to clear the Entity Cache

    I have an Entity based on a GLOBAL temp table. I have a ViewObject based on the Entity. A stored procedure is called from the client that populates the GLOBAL temp table and then calls executeQuery on the ViewObject. The first time the user does this, all rows display fine. When the user changes the selection criteria and clicks a button a 2nd time, the same procedure is called which clears the GLOBAL temp table and repopulates it with the new data. An exception occurs, however, stating that there are too many rows that match the key. The problem seems to be that the Enity has cached the rows from the first execute, but those rows aren't flushed when the 2nd execute is called, which makes sense. It seems that I just need to force the Entity to clear it's cache after my procedure is called, but before the executeQuery is called. I have tried that from the client side by calling clearCache on the view AND clearEntityCache on the transaction, but they don't seem to do anything. I have also called clear cache on the app module side in the method that calls the stored procedure, but it doesn't seem to do anything either. I also turned on the JBO debugging messages and I can't see any message stating that the Entity or View cache was cleared. It appears that these calls do nothing.
    Is there a way to work around this to make the Entity/View chaches completely refresh from the database?
    Thanks
    Erik

    Typically the client layer never has access to entities. This API is the one exception. The way to keep it cleaner would be to create a custom Application Module method, and inside that perform the clear cache, rather than burdening the client to have to know about any details of underlying entity objects. Keep that hidden.
    I wouldn't think you should need to clear the entity cache to do what you're doing, though. If you have a reproducible test case -- with SQL script that creates your example global tempory table -- if you could create a TAR on Metalink and ask support to file a bug for it, that would be great so we can look into it.

  • Mac OS X 10.5: Mail: Using Terminal to clear the MailQ

    anyone know a command to clear the mailq through terminal? All input would be a great help.
    Thanks,
    MR Cadies

    Use sudo postsuper -d ALL
    JL

  • Clearing the screen

    I realize this has probably been covered before but how do you clear the screen of previous lines of code?
    I am using Crimson Editor and the latest SDK and running programs in a DOS shell.
    Please let me know how to do it, if it is a DOS command how to implement into my program and if a java method what the parameters are.
    Thanks.

    If you are wanting to clear the DOS window, there is no provision in Java for that. You could output new lines from your program and force the data on the screed to scroll off.
    The DOS command to clear the screen is "cls" and you will need to use runtime method. Search the forums for that method, there are literally hundreds of posts on the subject. The search is in the upper right corner.

  • [ID CS2 Win] Clearing the undo stack

    Has any one managed to create a command to clear the undo stack?
    I have created one my self using ICmdHistory::Discard ( theTargetRef ) passing in the doc UIDRef but nothing happens, the undo stack is still intact. Not sure if that's the right target or even if this is the right approach.
    Any help would be appreciated.

    Thanks Marco - I edited the file instead of deleting, and now have a sensible menu.
    Ian

  • Clearing the switch CAM using SNMP

    How can I clear the Dynamic address table (CAM) using SNMP?  There is a check box for this on the WEB interface.  It appears that the AAT time does not remove all entries older than that time.  I need to do this remotely from software and can't use the WEB interface.
    The switch we are using in an SRW208P.
    Thanks,
    GCL

    I suggest contacting Cisco Tech support to further look into your concern. I believe this unit belongs to the business series devices that Cisco is now supporting. Try to go to this link for the other business series devices and the site where you can get hold of Cisco for support: 
    http://forums.linksysbycisco.com/linksys/board/message?board.id=Switches&message.id=4273&query.id=27...

  • Clearing the NAT table

    I have NAT set up for both source and destination translation on 2610 router.
    When the devices configured for NAT start communicating, several dynamic NAT entries are created. Recently, I needed to change an IP address for DR testing (192.168.21.5 --> 192.168.21.158). However, I was unable to remove the entry using the 'no' command before the NAT statement. I tried using the 'clear ip nat outside' statement , but I received output errors. I finally had to clear the entire dynamic NAT translation table (clear ip nat trans *). Once cleared, I could remove the static NAT statement for 192.168.21.5 using the 'no' command.
    Is there a way for me to just clear that specific IP addresses NAT translation entries. I don't want to affect the other static IP translations taking place (192.168.12.200).
    Check out the attached file, it contains the config, ver, and error output when I try to make NAT statement changes.
    As always, thanks for your help.
    -Mike

    Hi Mike,
    I believe the following would have done the trick in your case (watch for wrap):
    clear ip nat translation inside 192.168.80.21 192.168.251.1 outside 172.26.104.126 192.168.21.5
    clear ip nat translation inside 192.168.80.22 172.26.201.4 outside 172.26.104.126 192.168.21.5
    The above syntax lets you specify the entire translation entry so that the IOS knows exactly what to clear.
    Pls rate the post if it helps.
    Paresh.

  • BGP Support for IP Prefix Import from Global Table into a VRF Table

    Hi,
    is any ever tried this. When i uses a such a route-map for import ipv4 prefix from the global route table, it also filters the ipv4 prefix'es from the vrf route table. So I lost vrf routes from the other routers. I have tried to allow wiht a extcommunity list but I didnt worked. Is this a bug or am I missing something.

    Hi Tarj,
    First of all, i'd recommend you to start a new thread in case you have your own problem to solve, unless your problem is related to the original post.
    As for you question, what you have described is the exact behavior of a service provider with a MPLS backbone, it is a BGP free core, the P routers need not run BGP, since the PE routers will have LSP tunnels using label switching over the backbone and the P routers will just do label swapping and not IP lookups, accordingly the P routers needs not learn the BGP routes, but however you need all the routers (PEs and Ps) to run an IGP in order to be able to build the forwarding plane tables.
    I hope that i've been informative.
    BR,
    Mohammed Mahmoud.

  • How to execute unix command through odi and store the result in table

    I have to reconcile  if data is loaded in table from csv file or not . I have to create a oracle data integrator package/interface/procedure to execute unix command to count number of rows in the csv files and store the count result in a table then i have to query the loaded table and count number of rows there and store in the table and have to compare is counts are same or not,  Please assist me how to make package/interface/procedure to  execute unix command and store result in oracle table.
    Thanks in Advance

    Use ODI OS command tool in the ODI package.
    create an interface in ODI using LKM File to Sql and the output file generated with the csv file's row count as a source and the db table(where the count needs to be stored) as a target

  • How to clear the table contents for the new selection values?

    Hi,
    Im developing some very basic web dynpro applications.I have created one application to demonstrate use of SERVICE CALL.Now in one of the COntext Nodes,I have one attributes as TABLE.I have 2 input fields and when i enter any sel critteria in these 2 fields,the table is populated accordingly.Now when i change the value in the input fields,the new output gets appended in the output TABLE.How do I clear the contents of the OUTPUT table attribute  in the method?
    Can someone tell me the common methods used with context nodes like REFRESHING,CLEARING etc?How do I know which methods to call for what action of the nodes ...like for binding internal table to any context node we use the method BIND_TABLE...
    Any inputs will be highly appreciated.
    Thanks!
    BR,
    SRM tech.

    Hi,
    To clear the contents of the node, use invalidate method.
    data: l_node type ref to if_wd_context_node.
    l_node  = wd_context->get_child_node( 'NODENAME' ).
    l_node->invalidate( ). " all the data in the node will be cleared
    To clear a single attribute you can use set_attribute_null.
    Regards,
    Radhika.

  • How to clear the screen in the command prompt?

    Hello Everyone,
    I was wondering how we can clear the screen in the command prompt in Java. I remember we can do this in C by writing system("cls");
    What is the best IDE for writing Java programs. Is the NetBeans IDE good? Thank you very much.

    I was wondering how we can clear the screen in the
    command prompt in Java. I remember we can do this in
    C by writing system("cls");I guess there's no Java way of doing that because it's a function of the shell you're calling. If you try to use Runtime.exec on cls, it starts yet another shell, clears that, and closes it again, so it has no effect on your output.
    You could try using the '\b' backspace character, if that helps.
    What is the best IDE for writing Java programs. Is
    the NetBeans IDE good? Thank you very much.By the way you're asking this question, the answer will be almost certainly "none". If you want to, you can search this board for the few million times this question was asked before, pick all IDEs suggested there and use the one you're most comfortable with.

  • Clear the table data in PDF form

    Hi all,
    I am workin gon WD ABAP, where i  have a Interactive UI elelemt, and i am calling a PDF in to it.
    The PDF has a table, of which i am able to display , read  and save the data to Database.
    But after clicking on the save button , i want the table data to be cleared, which is not happening.
    I tried with binding with an empty internal table, but that gives an error "SOM Expression....."..!!
    Can any one let me know how to clear the PDF table data after clicking on some button.?
    All replies will be appreciated...

    Hi Runal,
    I am not sure about PDF as never worked on it but we can clear the table on view by simply invalidating the node by which you have binded your table. try to invalidate if it helps...
    this is the code to invalidate....
    lo_nd_nodename->invalidate( ).
    regards
    Pranav

Maybe you are looking for

  • Session Timezone differences between JDBC OCI and Thin drivers

    Hi, I was having a problem with a default on a DATE column of CURRENT_DATE with my Websphere/Oracle web application, when I discovered that the Thin JDBC driver behaves differently from the OCI JDBC driver in regards to the session timezone. The Thin

  • Install Digital Signature on PDF Generator - Turn Key installation?

    Hi, I use TurnKey installation to install PDF Generator ES already. It works fine and it is in production line. Now I need to install Digital Signature ES. Can I use turn key installation? I suspect if I am doing so, the Jboss/MySQL will get overwrit

  • How to close a shared review

    Hi: I opened a shared review but did not give it a deadline. Now all the comments are in, and I want to close the review, making sure no one can enter anymore comments. How would I do that? Can I use Tracker to close the review? Exactly how? Thanks M

  • Problem Installing VS2010 Runtime x32

    I developed a simple Crystal Report reader under VS 2010 with CR for VS2010. It's in C++.  The app works on the development machine. However when I install the runtime on the target machine (x32) it does not install all the crystaldecisions.crystalre

  • Windows XP SP3 connect to Remote Desktop 2012 R2 - certificate error

    Hi all! I have Terminal Farm: 3 servers - Remote desktop session host 2012 R2(RDSH) and 2 servers - Remote Desktop Connection Broker(RDCB) I try connect to this farm from Windows XP SP3 with KB WindowsXP-KB969084 and I get error 'The connection has b