ERPi load balance GL data only or line GL objects

Hello
Can load us data in to the ERPi using GL balance GL objects also or only

Sri...

ERPI sources of data in the GL_Balances table.

Tags: Business Intelligence

Similar Questions

  • Active ADF data service does not work when the load balancer compresses

    Hello

    I have Active Data service table in a page.
    After you enable the setting cache and turned on compression on the hardware load balancer, Active data service table refresh no more in the application.

    We use F5 for balancing load and data compression.

    Pointers?

    Ryan

    You can check if your F5 loadbalancer has enabled text compression.
    Disable compression of text.

  • Nexus1000V load balancing

    Hello

    could someone help me to clarify this...

    In our environment, we have a Nexus1000V. VEM is connected to two switches uplink. At this point neither mac-pinning or vPC - HM are used and nexus is running the default load balancing mechanism (source-mac). I see a mac-beating on the switches uplink to servers in the VCenter. If source-mac has been used should not the mac address of a virtual machine be persistent on a specific switch, assuming he is not moved to an another ESXi?

    We intend to change our port to link rising-profiles mac - pinning or vPC - HM. The documentation states that, in this case, the virtual machines are associated with an uplink of alternating. So, what is the use of the load balancing in this case? Load Balancing have effect only if good LACP is trained (stackable switches etc.)?

    One last question:

    If mac - pinning is used and a link fails, then all vm traffic will be sent to the second link. If the first link is displayed again, while traffic for virtual machines that have been associated with the first link, be moved to the first or the traffic will continue to flow on the second?

    Thank you in advance,

    Katerina

    Hi Katerina,

    I have configured my lab for "auto channel-group" and the two links are in a port channel.

    MEC considered the two uplinks as the same interface.

    Module # 4 N1K vem run vemcmd see the port
    The State of the link Admin LTL VSM Port PC - LTL SGID Vem Port Type
    19 Eth4/3 UP UP F / 1039 B * 0 vmnic2
    20 Eth4/4 UP UP F / 1039 B * 0 vmnic3
    49 UP UP FWD 0 0 vmk1 Veth9

    * SGID designates sup group ID

    After the release, Vmk1 traffic can take vmnic2 or vmnic3. N1k sees this as an outgoing interface port-channel. In order to avoid the beating of mac, we need to configure the two switchports upstream in a logical interface.

    Now, MAC pinning configured, run us the same command

    Module # 4 N1K vem run vemcmd see the port
    The State of the link Admin LTL VSM Port PC - LTL SGID Vem Port Type
    19 Eth4/3 UP UP F / 1040 B * 2 vmnic2
    20 Eth4/4 UP UP F / 1040 B * 3 vmnic3
    49 UP UP FWD 0 2 vmk1 Veth9

    vmnic2 and vmnic3 are considered two different outgoing interfaces. There is no switchport upstream requirements.

    HTH,

    Joe

  • Someone at - he set up the Insight Log load balancing?

    Hello

    We try to log configuration Insight in a load-balanced, and cluster configuration. After the search tirelessly for blogs, the question on this forum, or other persons who completed it and shared their installation that I found nothing. The only thing that comes close is http://sflanders.net/2014/05/01/log-insight-2-0-beta-load-balancing/ , but indicates only how it will come in a future post!

    I was going to Setup Proxy HA, but from my understanding it will not charge the way UDP traffic that newspapers Insight will want to have it transmitted information. Because we want to send more, otherwise all traffic to syslog to log Insight area, we would need to use UDP 514.

    Those who have actually set up load balancing, you followed a guide? If not, could you share how you accomplished, setting up your environment to balance between several workers?

    Any help is appreciated!

    -Patrick

    Hey Patrick,

    I just posted a more practical guide this morning: http://sflanders.net/2014/06/24/log-insight-external-load-balancer-configurations/

    You can use HAproxy, but if you need UDP, then you're right in that it will not be to your needs. If you are looking for a free/free alternative, take a look at: downloads | Load balancer Zen

    If you have any other questions, please let me know!

  • parsed xml data to store as an object & display in listfield

    I am new bie to java of bb.

    I've analyzed online xml.


          S1-C558-1
         Gold


           http://www.something.com/images/jewel/1_1.jpg
         


           http://www.something.com/images/jewel/1_1.jpg
         


           http://www.something.com/images/jewel/1_1.jpg
         

    My code:

    _listElements = new Vector();
    _listField = new ListField();
                    
    ListCallback _callback = new ListCallback();
    _listField.setCallback (_callback);
                    
    Add (_listField);

    doc.getDocumentElement () .normalize ();
                    
    List of NodeList = doc.getElementsByTagName("*");
    _node = new String();
    element = new String();
                    
              
    for (int i = 0; i)<>
    Node value = list.item (i).
    getChildNodes () .item (0);
    _node = List.Item (i) .getNodeName ();
    element value = .getNodeValue ();
    updateField (_node, element);
    } //end for

    ' public void METTREAJOURCHAMP (String node, string element) {}
    Jewel jewel = new Jewel();
    int k = 0;
    If (node. Equals ("Ref"))
    {
    _refference = element;
    k ++ ;
    }

    If (node. Equals ("Matt"))
    {
             
    _material = element;
    k ++ ;
                 
    }
    If (node. Equals ("P1"))
    {
    _listElements.addElement (element);
    _img1 = element;
                   
    k ++ ;
    }
    If (node. Equals ("P2"))
    {
    _img2 = element;
    k ++ ;
    }
    If (node. Equals ("P3"))
    {
    _img3 = element;
    k ++ ;
    }
             
    jewel.setRef (_refference);
    jewel.setMat (_material);
    jewel.setPic1 (_img1);

    If (!) () element is nothing))
    {
    updateList (jewel, k);
    Dialog.Inform ("no:" + k);
    _listElements.addElement (Jewel);
    }
    reloadList();
             
    }

    dataListrow print all 5 listdata, I want only one line jewel object

    ' public void drawListRow (list ListField, Graphics g, int index, int y, int w)
    {
    Jewel jewelToDraw = _listElements.elementAt (index) (jewellery);
    int drawColor = Color.GRAY;
    g.setColor (drawColor);
    g.drawText (jewelToDraw. getRef() + "" + jewelToDraw. getMat(), 0, 0, w);

    }

    class Jewel
    {
    private String _ref;
    private String _mat;
    private String _pic1;
    private String _pic2;
    private String _pic3;
     
    public (to jewel)
    {
    //
    }

    public String getRef()
    {
    return _ref;
    }
    public String getMat()
    {
    return _mat;
    }

    public String getPic1()
    {
    Return _pic1;
    }
        
    public String getPic2()
    {
    Return _pic2;
    }
    public String getPic3()
    {
    Return _pic3;
    }
        
        
    public void setRef (String str)
    {
    _ref = str;
    }
    public void setMat (String str)
    {
    _mat = str;
    }
    Public Sub setPic1 (String str)
    {
    _pic1 = str;
    }
    Public Sub setPic2 (String str)
    {
            
    _pic2 = str;
    }
    Public Sub setPic3 (String str)
    {
            
    _pic3 = str;
    }
        
    }

    can any help to show only one line instead of the line 5 data object.

    Thanks to resolve...

  • need to get only one line when you use between (date columns)

    Hi all

    create the table SAMPLE_ITEMS

    (ITEM_NO, varchar2 (10))

    Date DELIVERY_DATE,

    Number of QTY_SUM1

    Number of QTY_SUM2

    Number ITEM_QTY,

    Number ORDER_QTY,

    Number ITEM_AMOUNT,

    Number of SALES_AMOUNT

    );

    insert into SAMPLE_ITEMS values ('AAA', ' 28 / 04/2014 ',-88, 0,475,262,-123.45,-1188);

    insert into SAMPLE_ITEMS values ('AAA', ' 28 / 05/2014 ', 0, - 122, 475, 262, - 10.234,-1647);

    insert into SAMPLE_ITEMS values ('AAA', ' 16 / 06/2014. ', 0, 0,475,262,-80.59,-135);

    insert into SAMPLE_ITEMS values ('AAA', 19 December 2014 ', 0, 0,475,262,-42.29,-67.5);

    Setting out with my own query,

    ITEM_NOTRUNC (DELIVERY_DATE)QTY_SUM1QTY_SUM2ITEM_QTYORDER_QTYITEM_AMOUNTSALES_AMOUNT
    AAA28/04/2014-880475262-123.45-1188
    AAA28/05/20140-122475262-10.234-1647
    AAA16/06/201400475262-80.59-135
    AAA19/12/201400475262-42.29-67.5

    Every time I question as code

    Select * from SAMPLE_ITEMS

    where DELIVERY_DATE between April 28, 2014 ' and 19 December 2014 '-> they must pass as a parameter

    I need to get only one line

    AAA-88-122475262-256.564-3037.5

    Database 11.2.0.1.0

    Note; Please do not use MAX for Date and do not want to display Date columns in the result

    Note 1: I want to choose DELIVERY_DATE in select it also and only get a line like above the expected result

    SELECT item_no

    SUM (qty_sum1),

    SUM (qty_sum2),

    SUM (DISTINCT item_qty),

    SUM (DISTINCT order_qty),

    SUM (item_amount),

    SUM (sales_amount)

    OF SAMPLE_ITEMS

    WHERE the DELIVERY_DATE BETWEEN TO_DATE (28 April 2014 ', "dd/mm/yyyy")

    AND TO_DATE (19 December 2014 ', "dd/mm/yyyy")

    GROUP BY item_no;

    I will get

    ITEM_NO Trunc (DELIVERY_DATE) QTY_SUM1 QTY_SUM2 ITEM_QTY    ORDER_QTY TTEM_AMOUNT SALES_AMOUNT        

    AAA             12/19/2014                         -88                 -122                475                262                       -256.564              -3037.5

    OK fine, I want to choose DELIVERY_DATE as if so I'll have all the lines, but I want to only show one as shown above

    Because I do report discoverer in Oracle Apps, without taking the DELIVERY_DATE of the select query, it is not possible to move the date as a parameter

    Can you please help me how to do this?

    Thank you

    Post edited by: Rajesh123 NOTE added in the body of the Message

    Post edited by: added test Rajesh123 messages

    Maybe you want a single line in all cases

    Select si.item_no,

    start_date min (d.start_date),

    min (d.end_date) end_date,

    min (si.qty_sum1) qty_sum1,

    min (si.qty_sum2) qty_sum2,

    min (si.item_qty) item_qty,

    min (si.order_qty) order_qty,

    Sum (si.item_amount) item_amount,

    Sum (if. Sales_Amount) sales_amount

    of (start_date select to_date(:date_from,'dd-MON-yyyy'))

    to_date(:date_to,'dd-mon-yyyy') end_date

    of the double

    ) d

    left outer join

    TR sample_items

    on the si.delivery_date between d.start_date and d.end_date

    Group of item_no

    ITEM_NO START_DATE END_DATE QTY_SUM1 QTY_SUM2 ITEM_QTY ORDER_QTY ITEM_AMOUNT SALES_AMOUNT
    - 01/01/1900 31/12/2000 - - - - - -

    Concerning

    Etbin

  • How to load all the data without uncheck Journalized data only option?

    Hi all

    Currently, I have configured an option only logged data for many game data and interface.

    But I need to load all the data (once) without clear logged Data Only. After that it will work with the CDC.

    Please help me on this.

    ARO
    EBA

    Hi Eba

    Another way is to copy the source data to another table (two copies).
    If you have 10 source table and then create another 10 tables in doubles in the backend.
    Now truncate these original paintings. Then insert the data in table duplicated in the original table. Now CDC will detect these are inserted.
    But I guess you have more than 300 paintings, which is again difficult to manage.

  • Cisco RV016 failover &amp; load balance Multi WAN question

    Hello

    I think the RV016 is the camera to buy for our small building, but I'm a bit confused in the manual if my scheduled configuration is possible, so if you could confirm if this is possible I would appreciate it.

    We have a leased line as our main connection (lets call him WAN1). If this connection is not available, I don't want to load balance to any other network WAN.

    We have 2 netgear 4G devices identical (we'll call WAN 2 and 3 WAN). If the leased line is not available, I would like to then load balance these two WAN connections.

    Then I have a final connection, WAN4 as a slow adsl line. I don't know right now if I want to load balance this WAN1 or just have it as a backup to WAN2 and WAN3 failure (WAN2 and WAN3 have a 20 GB data limit each on their monthly allowance of the contract, if the leased line is down for more than a couple of days, what is unfortunately already happened) (then we reached this limit and then there is charged with extremely expensive data or just use the only ADSL)

    In any case, it's normal, I want to balance the load. I want to only load balance WAN3 and WAN2 WAN1 fails.

    Anyone know if this is possible? If not, is there any other similar device which would be appropriate?

    Thank you

    Ben

    Hi Bencarroll01,

    With RV016 you can get what you need.

    RV016 supports up to 7 WAN connection, and there are two mode of operation

    • Swing smart (Auto Mode): This option allows you to balance traffic between all interfaces increase the available bandwidth. The router balance traffic between the weighted alternating interfaces.
    • Group of IP (by users): Select this option for trafficking group on each WAN interface by levels of priority or classes of service (CoS). With this feature, you can ensure the bandwidth and a more high priority for specified services and users. All traffic that is not added to the IP group uses Intelligent balancing mode. To specify the services and users, click modify for the WAN interface and then add the entries of binding protocol for each service, IP address or IP address range.

    For our case, we must have RV016 configured with IP Group(By User), so in this case, we can configure binding protocol that we can specify and force all traffic from any IP address of the local network outside through WAN1. and any other WAN connection they always towards the TOP but not the traffic passing through them

    Now if WAN1 is down, immediately the rule to redirect traffic WAN 1 will be disabled and all traffic will pass through the rest of the WAN connection

    After that if the WAN1 is once again the binding protocol rule will be active again and again all the traffic will be done by WAN 1

    Please let me know if you have any other questions

    Please rate this post or marked as replied to help other customers of Cisco

    Greetings

    Mehdi

  • How to configure das MD3200i load balancing

    I would like to connect a MD3200i (with two raid controllers) to one of our Windows 2003 R2 servers without the aid of a switch.

    After most of the documentation, some things remain pretty obscure to me. I'm new to MPIO/balancing and cannot figure how to set up.

    Is it possible to connect 1 nic host to RAID 0 and another host nic to RAID 1 and then combine the bandwidth? Thus having 2Gbs instead of 1Gbs? Or is it only a redundant path sollution, happening the other controller in case of failure of the first line. How can I configure this regarding the IP addresses, subnets. And where is the configuered to load balancing. This is explained in the documentation? I can't find it. I found a few examples that include the use of a switch, but none with das sollutions.

    What I have is 4 the MD3200i UTP cables to connect to the host. 2 the high raid controller and 2 on the lower raid controller. And use that I have 4x1Gbs, resulting a connection 4Gbs to a single partition on the MD3200i of load balancing.

    Thanks for any help.

    Multiple paths and in windows 2003 load balancing is managed by the driver MPIO is installed when you install the 'host' or 'full' version install MD Storage Manager. There is no need to separately aggregated network adapters to get the aggregate bandwidth. The pilot, by default, uses repetition alternated on all ports connected to a single controller.

    Also, for a single virtual disk, all i/o through a single controller and the second controller acts as a redundant path. So, if you have 2 x 1 Gbps connections to each controller, you will have, at most, 2 Gbps for each partition. Now, each controller can have virtual disks, so the second controller may have a second partition that will also have a separate between 2 x 1 Gbps connection.

    You can set IP addresses and subnets that are similar to the way that you would with a switch as long as you can test the connection port. It would be wise for each NETWORK card on the host on a different subnet and each port on the MD3200i on the corresponding subnet. This will make it easier when you set up your iSCSI.

    You can use the configuration utility to MD in place your iSCSI sessions too

    -Mohan

  • Hi ALL, did any attempt on the virtual computer NETWORK load balancing using HYPERV on UCS blades

    I try to configure the CASE server cluster by using the Unicast NLB on the virtual machine on different blades on the UCS, it works for awhile, then he abandoned packages.

    I heard that this screenplay of unicast is not supported in the UCS when she used END-host mode in the fabric interconnet...? any attempted before.

    Would it, I use the multicast mode is that something needs to be done on the FBI62020 or the LAN switch upstream. ??

    Header note I found on the implementation of UCS for mulitcast NLBL:

    Microsoft NLB can be deployed in 3 modes:

    Unicast

    Multicast

    IGMP multicast

    For series B UCS deployments, we have seen that the multicast and IGMP multicast work.

    IGMP multicast mode seems to be the more reliable deployment mode.

    To do this, the monitoring settings:

    All NLB Microsoft value "Multicast IGMP" nodes.  Important!  Check ths by logging into EACH node independently.  Do not rely on the MMC of NLB snap.

    An IGMP applicant must be present on the VLAN of NLB.  If PIM is enabled on the VIRTUAL LAN that is your interrogator.  UCS cannot function as applicant IGMP.  If an interrogator of functioning is not present, NLB IGMP mode will not work.

    You must have a static ARP entry on cheating it upstream pointing IP address Unicast NLB on the multicast MAC address NETWORK load balancing.  This need will set up, of course, on the VLAN of the NLB VIP. The key is that the routing for the NLB VLAN interface must use this ARP entry as a unicast IP ARP response may not contain a multicast mac address. (Violation of the RFC 1812)  Hosts on the NLB VLAN must also use the static entry.  You may have several entries ARP.  IOS can use a function of 'alias' of ARP. (Google it.)

    How Microsoft NLB works. -The truncated for brevity Mac addresses.

    TOPOLOGY OF NLB MS

    NETWORK VLAN 10 = subnet 10.1.1.0/24 IP load balancing

    VIP = 10.1.1.10 NETWORK LOAD BALANCING

    Arp entry static switch advanced IP 10.1.1.10 upstream to MAC 01

    NLB VIP (MAC 01, IP 10.1.1.10)

    NODE-A (AA, MAC IP:10.1.1.88)

    NŒUD-B (MAC BB, IP:10.1.1.99)

    Using the IGMP snooping and interrogator VLAN snooping table is filled with the mac NLB address and groups pointing to the appropriate L2 ports.

    MS NLB nodes will send the responses of IGMP queries.

    This snooping table could take 30 to 60 seconds to complete.

    Host on VLAN 200 (10.200.1.35) sends traffic to NETWORK VIP (10.1.1.10) load balancing

    It goes of course to VLAN 10 interface that uses the static ARP entry to resolve to address MAC 01 VIP NETWORK load balancing.

    Since it is a multicast frame destination it will be forward by the IGMP snooping table.

    The framework will arrive at ALL NLB nodes. (NŒUD-A & NŒUD-B)

    NLB nodes will use its load balancing algorithm to determine which node will manage the TCP session.

    Only one NLB node will respond to this host with TCP ACK to start the session.

    NOTES

    This works in a VMware with N1k, standard vSwtich and vDS environment. Where surveillance IGMP is not enabled, the framing for VIP MAC NETWORK load balancing will be flooded.

    NLB can only work with TCP-based services.

    As stated previously mapping an IP unicast to a multicast mac address is a violation implied by RFC 1812.

    TROUBLESHOOTING

    Make sure your interrogator is working. Just to clarify that this does not mean that it is actually at work.

    Wireshark lets check that IGMP queries are received by the NLB nodes.

    Make sure that the ARP response works as expected.  Once Wireshark again is your friend.

    Look at the paintings IGMP snooping. Validate the L2 ports appearing as expected.

    CSCtx27555 [Bug-preview for CSCtx27555] Unknown multicast with destination outside the range MAC 01:xx: are deleted. (6200 FI fixed in 2.0.2m)

    IGMP mode not affected.

    CSCtx27555    Unknown multicast with destination outside the range MAC 01:xx: are deleted.

    http://Tools.Cisco.com/support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtx27555

    fixed in 2.0(2m)

    Solution: Change the NLB mode of operation of "Multicast" to "multicast IGMP', which modifies balancing load NETWORK VIP MAC at 0100.5exx.xxx Beach, allows to transfer occur as expected.

    Q: and if I switch to switch mode, which means all of the profile and the settings on the servers are completely exhausted and I need to recreate them. ???

    A:Cisco Unified Computing System Ethernet switching Modes

    http://www.Cisco.com/en/us/solutions/collateral/ns340/ns517/ns224/ns944/whitepaper_c11-701962.html

    -There is no impact on the configuration, you have done service profiles.  they will continue to work as expected.  Mode selector has the FI behave more like a conventional switch.  Most notable is that Spanning tree will be activated and if you have several uplinks yew, tree covering weight will begin to block redundant paths.

    You need to review your topology and what impact tree covering weight.  Generally, we at the switch port upstream defined as "edge master", you want to delete this line.

    For pre-production and laboratory environment, PDI can help qualified with the planning, design and implementation partners.  Given to review the IDP site and open a case if you need more detailed assistance.

  • Load Balancing does not not on 2911

    Hello people,

    I have some difficulty to operate the Load Balance on my 2911.

    I have followed the editing on this site:

    http://www.Cisco.com/en/us/Tech/tk648/tk361/technologies_configuration_example09186a0080950834.shtml

    and APARENTLY it works, but not in reality, because I see packets using a NAT IPS bot thru, but when I check on the interfaces I see we're not receive / send anything.

    Background:

    G0/0, I have one ISP, other 1/G0, G0/2 my network.

    Building configuration...

    Current configuration: 6045 bytes

    !

    ! Last configuration change to 15:47:49 UTC Tuesday, January 28, 2014 by alan

    ! NVRAM config update at 14:32:59 UTC Tuesday, January 28, 2014 by alan

    ! NVRAM config update at 14:32:59 UTC Tuesday, January 28, 2014 by alan

    version 15.1

    horodateurs service debug datetime msec

    Log service timestamps datetime msec

    encryption password service

    !

    ROUTER1 hostname

    !

    boot-start-marker

    boot-end-marker

    !

    !

    logging buffered 51200 warnings

    !

    No aaa new-model

    !

    !

    No ipv6 cef

    IP source-route

    IP cef

    !

    !

    !

    !

    dhcp LAN_DHCP_POOL IP pool

    network 192.168.0.0 255.255.0.0

    default router 192.168.2.2

    domain g_bacon

    DNS 8.8.8.8 Server 208.67.222.222

    0 8 rental

    !

    !

    no ip domain search

    IP host ROUTER1 192.168.2.2

    8.8.8.8 IP name-server

    name-server IP 208.67.222.222

    IP-server names 8.8.4.4

    IP-server names 208.67.220.220

    !

    Authenticated MultiLink bundle-name Panel

    !

    !

    Crypto pki token removal timeout default 0

    !

    Crypto pki trustpoint TP-self-signed-2101532551

    enrollment selfsigned

    name of the object cn = IOS - Self - signed - certificate - 2101532551

    revocation checking no

    rsakeypair TP-self-signed-2101532551

    !

    !

    TP-self-signed-2101532551 crypto pki certificate chain

    certificate self-signed 01

    3082022B 30820194 02020101 300 D 0609 2A 864886 F70D0101 05050030 A0030201

    2 060355 04031326 494F532D 53656 C 66 2 AND 536967 6E65642D 43657274 31312F30

    69666963 32313031 35333235 6174652D 3531301E 32313137 OF 31323239 170 3131

    31335A 17 0D 323030 31303130 30303030 305A 3031 06035504 03132649 312F302D

    4F532D53 5369676E 656C662D 43 65727469 66696361 74652 32 31303135 65642D

    33323535 3130819F 300 D 0609 2A 864886 01050003, 818, 0030, 81890281 F70D0101

    8100DEA3 06574FDF B2B2113F 84A1EF39 9969F4D9 04131994 A3FCC466 D0328CCF

    B219F1AE A3DCC204 CD993BB2 F59C9A7F C251024E 382162 5 D9277CEB F1A575A5

    0356 C 896 A7A1BB48 8EA4CFF6 DA77B72C 9904A73B 6731A6E0 3004E5EA B44C1F7F

    5667496C 1E8E603D BE9B1AA1 1065E449 F6110C17 1A5FE3B9 3593BF87 96E14DEC

    010001A 3 53305130 1 130101 FF040530 030101FF 301F0603 0F060355 87FF0203

    551 2304 18301680 14E5F8C8 C30593C3 CEAB1874 F94F070B 9674F152 AD301D06

    03551D0E 04160414 E5F8C8C3 0593C3CE AB1874F9 4F070B96 74F152AD 300 D 0609

    2A 864886 F70D0101 A 05050003 81810092 51314, 50 EA812CDA AC97A8D1 2CA06BCC

    6FD5B4A6 DA888322 E2166AB4 0CF340BB E0407C95 584A1BDF 5DC3A6EE 2862E9CF

    7BF0C831 54F06ABF 011664 D 3 75269FF3 02D434BD 0FD15F32 EB34730C 47FE29D9

    7C2BBF9D 5BDB1D4F EEBFBED5 9B07450E 83DA57B2 1F296D0A 52D39A8F 6A 679244

    05C0924C F3FA9A05 53198E BDB28409

    quit smoking

    license udi pid CISCO2911/K9 sn FTX1553AJQU

    !

    !

    username privilege 15 secret 5 alan $1$ b6Jk$ 8iz3K3cTUgSZ.VePkKl5a.

    !

    redundancy

    !

    !

    !

    !

    !

    class-map correspondence-any PROHIBIDAS

    Protocol httpwww.facebook.comhost game «»

    Protocol httpwww.youtube.comhost game «»

    match Protocol http host 'www.pornotube.com.

    Protocol http host «www.xvideos.com» game

    match Protocol http host 'www.mega.co.nz'.

    match Protocol http host 'www.radios-on-line.com.ar'.

    match Protocol http host 'www.enlaradio.com.ar'.

    Protocol http host «www.cienradios.com.ar» game

    match Protocol http host 'www.radios-argentina.com.ar'.

    match Protocol http host 'www.fmyam.com.ar'.

    Protocol http host «www.piratebay.org» game

    class-map match-all P2P

    winmx Protocol game

    gnutella Protocol game

    bittorrent Protocol game

    match Protocol kazaa2

    !

    !

    Policy-map DROP_PROHIBIDAS

    class PROHIBIDAS

    drop

    class P2P

    drop

    !

    !

    !

    !

    !

    !

    !

    !

    the Embedded-Service-Engine0/0 interface

    no ip address

    Shutdown

    !

    interface GigabitEthernet0/0

    Fibertel description

    DHCP IP address

    IP access-group acl101 in

    IP access-group out acl101

    NAT outside IP

    IP virtual-reassembly in

    automatic duplex

    automatic speed

    No cdp enable

    out of service-policy DROP_PROHIBIDAS

    !

    interface GigabitEthernet0/1

    Arnet description

    IP 186.153.125.138 255.255.255.248

    IP access-group acl101 in

    IP access-group out acl101

    NAT outside IP

    IP virtual-reassembly in

    automatic duplex

    automatic speed

    No cdp enable

    out of service-policy DROP_PROHIBIDAS

    !

    interface GigabitEthernet0/2

    IP 192.168.2.2 255.255.0.0

    IP access-group block_FB in

    IP access-group out acl101

    IP nat inside

    IP virtual-reassembly in

    IP tcp adjust-mss 1452

    automatic duplex

    automatic speed

    No cdp enable

    !

    router RIP

    version 2

    network 192.168.0.0

    !

    IP forward-Protocol ND

    !

    IP http server

    IP 8180 http port

    20 class IP http access

    IP http secure server

    IP http timeout policy slowed down 60 life 86400 request 10000

    !

    IP nat inside source map route address interface GigabitEthernet0/1 overload

    IP nat inside source map route fibertel interface GigabitEthernet0/0 overload

    IP route 0.0.0.0 0.0.0.0 track GigabitEthernet0/0 123

    IP route 0.0.0.0 0.0.0.0 200.122.102.1 254

    !

    block_FB extended IP access list

    deny ip 192.168.0.0 0.0.255.255 welcome 173.252.100.16

    deny ip 192.168.0.0 0.0.255.255 173.252.64.0 0.0.63.255

    deny ip 192.168.0.0 0.0.255.255 31.13.24.0 0.0.7.255

    deny ip 192.168.0.0 0.0.255.255 31.13.64.0 0.0.63.255

    deny ip 192.168.0.0 0.0.255.255 66.220.144.0 0.0.15.255

    deny ip 192.168.0.0 0.0.255.255 69.63.176.0 0.0.15.255

    deny ip 192.168.0.0 0.0.255.255 69.171.224.0 0.0.31.255

    deny ip 192.168.0.0 0.0.255.255 74.119.76.0 0.0.3.255

    deny ip 192.168.0.0 0.0.255.255 103.4.96.0 0.0.3.255

    deny ip 192.168.0.0 0.0.255.255 204.15.20.0 0.0.3.255

    IP 192.168.0.0 allow 0.0.255.255 everything

    allow an ip

    !

    access-list 110 permit ip 192.168.0.0 0.0.255.255 everything

    !

    !

    !

    !

    route allowed fibertel 10 map

    corresponds to the IP 110

    is the interface GigabitEthernet0/0

    !

    arnet allowed 10 route map

    corresponds to the IP 110

    is the interface GigabitEthernet0/1

    !

    !

    !

    control plan

    !

    !

    exec banner ^ C ^ C

    connection of the banner ^ C ^ C

    Banner motd ^ C ^ C

    !

    Line con 0

    local connection

    line to 0

    line 2

    no activation-character

    No exec

    preferred no transport

    transport of entry all

    transport output pad rlogin lapb - your MOP v120 udptn ssh telnet

    StopBits 1

    line vty 0 4

    access-class 23 in

    privilege level 15

    local connection

    transport input telnet ssh

    line vty 5 15

    access-class 23 in

    privilege level 15

    local connection

    transport input telnet ssh

    !

    Scheduler allocate 20000 1000

    end

    So far so good, I have check the transactions of NAT:

    ROUTER1 #show ip nat trans

    Inside global internal local outside global local outdoor Pro

    TCP 200.122.102.74:62114 192.168.0.1:62114 17.151.239.110:443 17.151.239.110:443

    TCP 200.122.102.74:62119 192.168.0.1:62119 17.172.233.134:5223 17.172.233.134:5223

    TCP 200.122.102.74:34945 192.168.0.2:34945 181.30.241.103:443 181.30.241.103:443

    TCP 200.122.102.74:37444 192.168.0.2:37444 173.194.42.230:443 173.194.42.230:443

    TCP 200.122.102.74:37695 192.168.0.2:37695 181.30.241.109:80 181.30.241.109:80

    TCP 200.122.102.74:40662 192.168.0.2:40662 173.194.74.188:5228 173.194.74.188:5228

    TCP 186.153.125.138:41426 192.168.0.2:41426 216.115.101.179:443 216.115.101.179:443

    TCP 200.122.102.74:41484 192.168.0.2:41484 216.115.101.179:443 216.115.101.179:443

    TCP 200.122.102.74:42381 192.168.0.2:42381 181.30.241.31:80 181.30.241.31:80

    TCP 186.153.125.138:42553 192.168.0.2:42553 98.136.223.39:8996 98.136.223.39:8996

    and I see they're going through the two connections.

    Buuuuuuuuuuuuut, when I check the interfaces...

    ROUTER1 #show int g0/0

    GigabitEthernet0/0 is up, line protocol is up

    Material is CN Gigabit Ethernet, the address is c464.1354.b8c0 (BIA c464.1354.b8c0

    )

    Description: Fibertel

    The Internet address is 200.122.102.74/24

    MTU 1500 bytes, BW 100000 Kbit/s, DLY 100 usec,

    reliability 255/255, txload 1/255, rxload 1/255

    Encapsulation ARPA, loopback not set

    KeepAlive set (10 sec)

    Full-Duplex, 100 Mbps, media type is RJ45

    control output stream is XON, control of input stream is XON

    Type of the ARP: ARPA, ARP Timeout 04:00

    Last entry of 00:00:00, 00:00:00 exit, exit hang never

    Final cleaning of "show interface" counters never

    Input queue: 0/75/0/0 (size/max/drops/dumps); Total output drops: 0

    Strategy of queues: fifo

    Output queue: 0/40 (size/max)

    5 minute input rate 774000 bps, 161 packets/s

    5 minute output rate 423000 bps, 102 packets/s

    2133521 package, 1223904205 bytes, 0 no buffer entry

    Received 615778 broadcasts (0 of IP multicasts)

    0 Runts, 0 giants, 0 shifters

    entry 0, 0 CRC errors, frame 0, saturation 0, 0 ignored

    Watchdog 0, multicast 0, break 0 comments

    1065308 packets output, 214203455 bytes, 0 underruns

    0 output errors, 0 collisions, 1 interface resets

    unknown protocol 0 drops

    0 babbles, collision end 0, 0 deferred

    1 lost carrier, 0 no carrier, interrupt the output of 0

    output buffer, the output buffers 0 permuted 0 failures

    ROUTER1 #show int g0/1

    GigabitEthernet0/1 is up, line protocol is up

    Material is CN Gigabit Ethernet, the address is c464.1354.b8c1 (BIA c464.1354.b8c1

    )

    Description: arnet

    The Internet address is 186.153.125.138/29

    MTU 1500 bytes, BW 100000 Kbit/s, DLY 100 usec,

    reliability 255/255, txload 1/255, rxload 1/255

    Encapsulation ARPA, loopback not set

    KeepAlive set (10 sec)

    Full-Duplex, 100 Mbps, media type is RJ45

    control output stream is XON, control of input stream is XON

    Type of the ARP: ARPA, ARP Timeout 04:00

    Last entry 00:04:01, 00:00:06 exit, exit hang never

    Final cleaning of "show interface" counters never

    Input queue: 0/75/0/0 (size/max/drops/dumps); Total output drops: 0

    Strategy of queues: fifo

    Output queue: 0/40 (size/max)

    5 minute input rate 0 bps, 0 packets/s

    5 minute output rate 0 bps, 0 packets/s

    208948 packages, 153515983 bytes, 0 no buffer entry

    Received 1236 broadcasts (0 of IP multicasts)

    0 Runts, 0 giants, 0 shifters

    entry 0, 0 CRC errors, frame 0, saturation 0, 0 ignored

    Watchdog 0, multicast 0, break 0 comments

    190283 packets output, 45657373 bytes, 0 underruns

    0 output errors, 0 collisions, 0 resets interface

    unknown protocol 0 drops

    0 babbles, collision end 0, 0 deferred

    carrier, 0 no carrier, lost 0 0 interrupt output

    output buffer, the output buffers 0 permuted 0 failures

    Everything happens through G0/0 and nothing in G0/1!

    Any ideas on why this is happening?

    Thank you in advance for your help!

    Kind regards

    Alan

    Hello

    Yes here you only have a single default route installed (one from the DHCP server) so it can't NAT on the other interface as it can route on this one.

    Change your configuration like this:

    no ip route 0.0.0.0 0.0.0.0 track GigabitEthernet0/0 123

    no ip route 0.0.0.0 0.0.0.0 200.122.102.1 254

    IP route 0.0.0.0 0.0.0.0 dhcp

    IP route 0.0.0.0 0.0.0.0 200.122.102.1 254

    Now if you want to follow the first route look at this document:

    http://www.Cisco.com/en/us/docs/iOS/dial/configuration/guide/dia_rel_stc_rtg_bckup.html#wp1065528

    Concerning

    Alain

    Remember messages useful rate.

  • ISE behind the load balancer

    I have a question about ISE profiling of the servers that are placed behind a load balancer:

    If you have an ISE environment where computers and users are be authenticated and restricted access Machine (MAR) is enabled (so that users can authenticate only on a machine already authenticated), the ISE servers up-to-date with all authentications of succesfull computer manipulated by other servers in the ISE?

    For example:

    There are 2 aircraft of ISE (ISE01 and ISE02) behind a load balancer.

    A user starts the computer and the computer authentication is managed by ISE01 (and the authentication is successful). For the moment, that the user logs on to this computer, the load balancer selects ISE02 to authenticate the user.

    ISE02 will be aware that the computer has been already properly authenticated on ISE01, so that users are able to connect? Or she refuses authentication of the user, because he thinks that the computer is not (yet) authenticated and Machine Access Restrictions is enabled?

    Kind regards

    Bert

    ISE servers are aware of all authentications of succesfull computer manipulated by other servers in the ISE?

    => N°

    they are independent servers that replicate that configuration.

    If a user must always authenticate with the same ISE.

    In addition, a load balancer kills profiling since profiling requires you to cover a portion of the traffic at the ISE

  • FDMEE error data import: No. periods have been identified for the loading of the data in the table "AIF_EBS_GL_BALANCES_STG".

    Hi experts,

    I tried to load the data of EBS in HFM via FDMEE.

    Importing data in the rule of loading, I have encountered an error in loading.

    2014-11-21 06:09:18, 601 INFO [AIF]: beginning of the process FDMEE, process ID: 268

    2014-11-21 06:09:18, 601 [AIF] INFO: recording of the FDMEE level: 4

    2014-11-21 06:09:18, 601 [AIF] INFO: FDMEE log file: D:\fdmee\outbox\logs\TESTING_268.log

    2014-11-21 06:09:18, 601 [AIF] INFO: user: admin

    2014-11-21 06:09:18, 601 INFO [AIF]: place: Testing_loc (Partitionkey:3)

    2014-11-21 06:09:18, 601 [AIF] INFO: name: OCT period (period key: 31/10/14 12:00 AM)

    2014-11-21 06:09:18, 601 INFO [AIF]: name of the category: real (category key: 1).

    2014-11-21 06:09:18, 601 INFO [AIF]: name rule: Testing_dlr (rule ID:8)

    2014-11-21 06:09:19, 877 [AIF] INFO: Jython Version: 2.5.1 (Release_2_5_1:6813, September 26 2009, 13:47:54)

    [JRockit (R) Oracle (Oracle Corporation)]

    2014-11-21 06:09:19, 877 INFO [AIF]: Java platform: java1.6.0_37

    2014-11-21 06:09:19, 877 INFO [AIF]: connect the file encoding: UTF-8

    2014-11-21 06:09:21, 368 [AIF] INFO: - START IMPORT STEP -

    2014-11-21 06:09:24, 544 FATAL [AIF]: error in CommData.insertImportProcessDetailsTraceback (most recent call last): File '< string >", line 2672, in insertImportProcessDetail

    RuntimeError: No periods have been identified for the loading of the data in the table 'AIF_EBS_GL_BALANCES_STG'.

    2014-11-21 06:09:24, 748 FATAL [AIF]: load balances data launch GL error

    2014-11-21 06:09:24, 752 [AIF] INFO: end process FDMEE, process ID: 268

    I found a post related to this error, but did not respond.

    I know I'm missing something, gurus please help me to overcome this error.

    ~ Thank you

    I managed to overcome this problem,

    This was caused due to an error in the map of the time.

    In the mapping of source, the name of period should be defined exactly as displayed in the EBS.

    for example: {EBS--> OCT - 14} FDMEE {mapping source--> OCT - 14}

    The names of the time must be identical.

  • Looking for ideas on how to get large amounts of data to the line in via APEX

    Hi all

    I am building a form that will be used to provide large amounts of data in row. Only 1 or 2 columns per line, but potentially dozens or hundreds of lines.

    I was initially looking at using a tabular subform, but this feels like a method heavy since more than an insignificant number of lines.

    So now I'm wondering what are the solutions others have used?

    Theoretically, I could just provide a text box and get the user to paste in a list delimited by lines and use the background to interpret code on submit.

    Another method that I've been thinking is to get the user to save and download a CSV file that gets automatically imported by the form.

    Is there something else? If not, can someone give me any indication of which of the above would be easier to implement?

    Thank you very much

    PT

    Hi PT,.

    I would say that you need a loading data wizard to transfer your data with a CSV file. 17.13 Creating Applications with loading capacity of data

    It is available for apex 4.0 and distributions, later.

    Kind regards

    Vincent

    http://vincentdeelen.blogspot.com

  • Manually load balancing / setting of the LUN paths.

    I am wanting to manually load balance my Lun, there are 4 paths, and I want to cycle each round logic unit through the other way and back loop number. Am on vSphere 4 Update 1.

    Browsing the web I found these two articles provide the code I'm after but the two error for me.

    http://vmjunkie.WordPress.com/2009/01/29/balancing-LUN-paths-on-your-ESX-hosts-with-PowerShell/

    http://doitsmarter.blogspot.com/

    -


    1. Check with the user

    $vc = Read-Host "Please enter the name of the vCenter server:

    $uname = Read-Host "Please enter the user name to connect to vCenter server:

    $upass = Read-Host "Please enter the password that is associated:

    $clusterName = Read-Host "Please enter the name of the Cluster:

    Write-Host "Connection to the server vCenter $vc, please wait." - black BackgroundColor - ForegroundColor white

    SE connect-VIserver $vc - user $uname - password $upass | Out-Null

    ###

    1. Recover clustered ESX hosts

    $VMHosts = get-Cluster $clusterName | Get-VMHost

    1. Run through this loop for each host in the cluster

    foreach ($VMHost to $VMHosts)

    {

    $luns = @($VMHost | get-scsilun-luntype disque | where-object {$_.) {ConsoleDeviceName-like ' / vmfs/devices/drives/vml * "} | Sort-Object CanonicalName)

    $firstLUNPaths = get-ScsiLunPath $luns [0]

    $numPaths = $firstLUNPaths.Length

    $count = 0

    foreach ($lun to $luns)

    {

    If ($count - ge $numPaths)

    {

    $count = 0

    }

    $paths = get-ScsiLunPath - ScsiLun $lun

    $lun | Game-ScsiLun - MultipathPolicy fixed PreferredPath - $paths [$count]

    $count += 1

    1. Sleep 30 seconds to avoid saturation of the picture.

    Start-Sleep - 30 seconds

    }

    }

    -


    Initially, I found the script stumbled upon the $luns [0] which means the value is null or empty. I replaced vml with naa. Now, I got "one or several mandetory missing settings SCSI LUN". An error with the syntax, but I'm not able to establish that, I guess.

    Now, if I run certain commands on the command line I find I'm out usable. But by channeling the same row in a table or the variable, then the Write-Host of the content, I see "VMware.VIMAutomation.ViCore.Impl.V1" (and so on).

    Judging by the dates of the blog posts that I am of the opinion the latest PowerCLI (v4 build 264274) can return the information in a different way, I'm wrong with my assumption?

    Can you guess what will be my next question? How could I do that now?

    Any help is appreciated and rewarded (in points not beer).

    Thank you

    Darren.

    The "vml", "naa"... depends on the type of storage are your LUNs.

    The problem with this statement is that you must specify the parameter - Scsilun.

    This can be a positional parameter (without - Scsilun), but then it has to come in position 2.

    See the page Get-ScsiLunPath .

    Try the attached script.

    I changed this line and it works for me.

    ____________

    Blog: LucD notes

    Twitter: lucd22

Maybe you are looking for

  • Toshiba Satellite Pro 6000 upgrade 802. 802 11 b. 11 g?

    Is it possible to improve a 6000 Pro 802 Satellite. 11 b to 802.11 g by replacing the LAN card Wireless WiFi?

  • Control screen moves to the right?

    My screen moves to the right about 1/2 "after that I have reset to factory settings?  I can fix with the factory settings, but after about an hour she moves to the right again? DEERJOHN

  • Satellite U405 - external USB number pad issue

    Hello. I bought an external USB Numpad in my Satellite U405. The problem is that when I turn on the NUM LOCK key in the keypad external operates in the laptop too, when I type U I O J K L, for example, I get 4 5 6 1 2 3. I got the combination, I need

  • Cannot add second language in Windows 7 Ultimate

    Hi, I tried to add the Russian language as a second language in Windows 7 Ultimate edition. I have followed the instructions, downloaded Russian language now, I can only change between the Russian and English as the main language, but I can't add Rus

  • How can I get a screen with only nested handlers for scrolling?

    I have a single screen with only nested boxes that does not scroll. No fields or buttons, just displaying data. The funny thing is, the screen does not scroll at all. I tried a combination of: super(Manager.VERTICAL_SCROLLBAR | Manager.VERTICAL_SCROL