Routing Packets between interfaces

I have two zones, the firt my zone have the ipaddress 172.24.0.1/23 and 190.144.55.107/29 whit network 172.24.0..0 and 190.144.55.104 this zone is conected a Routet with internet conection with ip 190.144.55.105/29.i can do ping y traceroute to whatever internet address
the routing table by the proxy zone is
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
default 190.144.55.105 UG 1 890
172.24.0.0 172.24.0.1 U 1 30 vnet2
190.144.55.104 190.144.55.107 U 1 38 vnet1
224.0.0.0 190.144.55.107 U 1 0 vnet1
127.0.0.1 127.0.0.1 UH 3 116 lo0
i have activated the ip-forwarding and routing services
Configuración Actual Actual
Opción Configuración Estado del sistema
Encaminamiento de IPv4 enabled enabled
Reenvío de IPv4 enabled enabled
Servicios de enrutamiento "route:default ripng:default"
Daemons de enrutamiento:
STATE FMRI
online svc:/network/routing/route:default
the ipfilters is configured to pass all packets:
cat /etc/ipf/ipf.conf .
pass in all
pass out all
In the cvs Zone have the ip address 172.24.0.3 and this is the routing table
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
default 172.24.0.1 UG 1 2188
172.24.0.0 172.24.0.3 U 1 2570 vnet0:4
224.0.0.0 172.24.0.3 U 1 0 vnet0:4
127.0.0.1 127.0.0.1 UH 4 110 lo0:3
as you can see I use different interfaces in each zone, in cvs's zone vnet0 y and the proxy's zone vnet1 y vnet2
My problem is. i can do ping since cvs zone to ip 190.144.55.107 and login with ssh through the default gateway
but if want to do ping to router(190.144.55.105) or if i want traceroute to google o whatever address i cannot do. by example
in the cvs's zone:
-bash-3.00# traceroute www.google.com
traceroute: Warning: www.google.com has multiple addresses; using 209.85.133.99
traceroute to www.google.com (209.85.133.99), 30 hops max, 40 byte packets
1 proxy (172.24.0.1) 1.611 ms 0.963 ms 0.853 ms
2
3
in the proxy zone if i do this
-bash-3.00# traceroute www.google.com
traceroute: Warning: www.google.com has multiple addresses; using 74.125.65.147
traceroute: Warning: Multiple interfaces found; using 190.144.55.107 @ vnet1
traceroute to www.google.com (74.125.65.147), 30 hops max, 40 byte packets
1 local.gateway (190.144.55.105) 0.861 ms 0.757 ms 0.661 ms
2 10.175.23.254 (10.175.23.254) 0.894 ms 7.283 ms 9.102 ms
3 200.26.157.5 (200.26.157.5) 1.541 ms 1.408 ms 1.373 ms
4 bbint-bogota-ortezal-1-g2-1-0.uninet.net.mx (201.125.239.126) 1.445 ms 1.491 ms 1.376 ms
5 bbint-miami-americas-3-pos9-0.uninet.net.mx (201.125.224.222) 43.512 ms 43.554 ms 43.609 ms
6 74.125.49.245 (74.125.49.245) 43.548 ms 160.618 ms 43.631 ms
7 72.14.236.178 (72.14.236.178) 43.536 ms 43.670 ms 43.674 ms
8 209.85.254.252 (209.85.254.252) 58.551 ms 56.805 ms 57.012 ms
9 72.14.239.131 (72.14.239.131) 83.880 ms 57.814 ms 57.593 ms
10 209.85.253.214 (209.85.253.214) 62.891 ms 58.590 ms 57.665 ms
11 gx-in-f147.google.com (74.125.65.147) 59.671 ms 57.849 ms 59.426 ms
i probe use snoop to see what was happening:
snoop 172.24.0.3 (ip of cvs zone) and did ping to 190.144.55.105 since cvs zone
-bash-3.00# snoop 172.24.0.3
Using device /dev/vnet1 (promiscuous mode)
172.24.0.3 -> local.gateway UDP D=33437 S=42956 LEN=20
172.24.0.3 -> local.gateway UDP D=33438 S=42956 LEN=20
172.24.0.3 -> local.gateway UDP D=33439 S=42956 LEN=20
other view
-bash-3.00# snoop -v 172.24.0.3
Using device /dev/vnet1 (promiscuous mode)
ETHER: Ether Header ETHER:
ETHER: Packet 1 arrived at 9:07:31.90892
ETHER: Packet size = 54 bytes
ETHER: Destination = 0:d:da:6:22:cd,
ETHER: Source = 0:14:4f:fa:5f:20,
ETHER: Ethertype = 0800 (IP)
ETHER:
IP: IP Header IP:
IP: Version = 4
IP: Header length = 20 bytes
IP: Type of service = 0x00
IP: xxx. .... = 0 (precedence)
IP: ...0 .... = normal delay
IP: .... 0... = normal throughput
IP: .... .0.. = normal reliability
IP: .... ..0. = not ECN capable transport
IP: .... ...0 = no ECN congestion experienced
IP: Total length = 40 bytes
IP: Identification = 22220
IP: Flags = 0x4
IP: .1.. .... = do not fragment
IP: ..0. .... = last fragment
IP: Fragment offset = 0 bytes
IP: Time to live = 1 seconds/hops
IP: Protocol = 17 (UDP)
IP: Header checksum = 80e4
IP: Source address = 172.24.0.3, 172.24.0.3
IP: Destination address = 190.144.55.105, local.gateway
IP: No options
IP:
UDP: UDP Header UDP:
UDP: Source port = 42959
UDP: Destination port = 33437
UDP: Length = 20
UDP: Checksum = 5D64
UDP:
ETHER: Ether Header ETHER:
ETHER: Packet 2 arrived at 9:07:37.88318
ETHER: Packet size = 98 bytes
ETHER: Destination = 0:d:da:6:22:cd,
ETHER: Source = 0:14:4f:fa:5f:20,
ETHER: Ethertype = 0800 (IP)
ETHER:
IP: IP Header IP:
IP: Version = 4
IP: Header length = 20 bytes
IP: Type of service = 0x00
IP: xxx. .... = 0 (precedence)
IP: ...0 .... = normal delay
IP: .... 0... = normal throughput
IP: .... .0.. = normal reliability
IP: .... ..0. = not ECN capable transport
IP: .... ...0 = no ECN congestion experienced
IP: Total length = 84 bytes
IP: Identification = 22221
IP: Flags = 0x0
IP: .0.. .... = may fragment
IP: ..0. .... = last fragment
IP: Fragment offset = 0 bytes
IP: Time to live = 254 seconds/hops
IP: Protocol = 1 (ICMP)
IP: Header checksum = c3c6
IP: Source address = 172.24.0.3, 172.24.0.3
IP: Destination address = 190.144.55.105, local.gateway
IP: No options
what must to do to recieved response of the router o can traceroute a whatever internet address since the cvs zone:
PD: since my browser in the cvs zone with this configuration and configuring in the option preference(firefox) that my proxy is 172.24.0.1 i have intenet conection

I can see by example in my proxy zone if i do ping 190.144.55.105 since this zone i received this messages
snoop 190.144.55.105
Using device /dev/vnet1 (promiscuous mode)
proxy -> local.gateway ICMP Echo request (ID: 14207 Sequence number: 0)
local.gateway -> proxy ICMP Echo reply (ID: 14207 Sequence number: 0)
but if i do ping since my cvs zone
snoop 190.144.55.105
Using device /dev/vnet1 (promiscuous mode)
172.24.0.3 -> local.gateway ICMP Echo request (ID: 14195 Sequence number: 0)
172.24.0.3 -> local.gateway ICMP Echo request (ID: 14195 Sequence number: 1)
172.24.0.3 -> local.gateway ICMP Echo request (ID: 14195 Sequence number: 2)
172.24.0.3 -> local.gateway ICMP Echo request (ID: 14195 Sequence number: 3)
172.24.0.3 -> local.gateway ICMP Echo request (ID: 14195 Sequence number: 4)
172.24.0.3 -> local.gateway ICMP Echo request (ID: 14195 Sequence number: 5)
172.24.0.3 -> local.gateway ICMP Echo request (ID: 14195 Sequence number: 6)
172.24.0.3 -> local.gateway ICMP Echo request (ID: 14195 Sequence number: 7)
172.24.0.3 -> local.gateway ICMP Echo request (ID: 14195 Sequence number: 8)
172.24.0.3 -> local.gateway ICMP Echo request (ID: 14195 Sequence number: 9)
the replies messages never are sent towards the zone cvs

Similar Messages

  • Cisco 9201 Routing between interfaces

    Done
    Thanks

    We are upgrading our internet gateway to a cisco 9201 router. Two interfaces. 
    GE0/0 - 67.x.x.98 255.255.255.252
    GE0/1 - 184.x.x.217 255.255.255.248
    Next hop from GE0/0 is 67.x.x.97
    I have a static route of 0.0.0.0 0.0.0.0 67.x.x.97
    The problem is that I can not get the two interfaces to route
    ping from 184.x.x.220 to 67.x.x.97 fails. Trace route fails. 
    I am having an off-week. Any help would be greatly appreciated. 
    This topic first appeared in the Spiceworks Community

  • Policy based routing on VRF interfaces to route traffic through TE Tunnel

    Hi All,
    Is there a method to do policy based routing on VRF interfaces and route data traffic through one TE tunnel and non-data traffic through another TE tunnel.
    The tunnel is already build up with these below config
    interface Tunnel25
    ip unnumbered Loopback0
    tunnel destination 10.250.16.250
    tunnel mode mpls traffic-eng
    tunnel mpls traffic-eng path-option 10 explicit name test
    ip explicit-path name test enable
    next-address x.x.x.x
    next-address y.y.y.y
    router ospf 1
    mpls traffic-eng router-id Loopback0
    mpls traffic-eng area 0
    mpls traffic-eng tunnels
    nterface GigabitEthernet5/2
    mpls traffic-eng tunnels
    mpls ip
    Is there additional config needed to work ,also in the destination end for the return traffic,we want to use the normal PATH --I mean non TE tunnel.
    We tested with the above scenario,but couldn't able to reach the destination.Meantime we had a question,when the packet uses the policy map while ingress,it may not know the associatuion with VRF(Is that right? --If so ,how to make it happen)
    Any help would be really appreciated
    Thanks
    Regards
    Anantha Subramanian Natarajan

    hi Anantha!
    I might not be the right person to comment on your first question. I have not configured MVPNs yet and not very confertable with the topic.
    But I am sure that if you read through the CBTS doc thoroughly, you might be able to derive the answer yourself. One thing I notice is that " a Tunnel will be selected regularly according to the routing process (even isf it is cbts enabled). From the tunnels selected using the regular best path selection, the traffic is mapped to a perticular tunnel in the group if specific class is mapped to that tunnel.
    So a master tunnel can be the only tunnel between the 2 devices over which the routing (bgp next hops) are exchanged and all other tunnels can be members of this tunnel. So your RPF might not fail.
    You might have to explore on this a bit more and read about the co-existance of multicast and TE. This will be the same as that.
    For your second question, the answer would be easy :
    If you want a specific eompls cust to take a particular tunnel/path, just create a seperate pair of loopbacks on the PEs. Make the loopback learnt on the remote PE through the tunnel/path that you want the eompls to take. Then establish the xconnect with this loopback. I am assuming that your question is that a particular eompls session should take a particular path.
    If you meant that certain traffic from the same eompls session take a different path/tunnel, then CBTS will work.
    Regards,
    Niranjan

  • L2 and L3 Routed Link between 2 COREs

    Hi
    What is the difference between L2 (Dot1q) and L3 Routed Link between 2 COREs in term of Functionality 
    thanks

    Hello Ibrahim ,
    I will try to explain , 
    VLANs put tag on frames to ensure packet do not leave layer 2 broadcast domain and yet will reach to all ports part of that vlan ( as per tag ) .
    Layer 3 SVIs on other hand provides layer 3 reachability for vlans and hosts inside layer 2 vlan . To achieve this all layer2 vlan host provide with related layer 3 SVIs ip address as gateway .
    I hope you got it by now . 
    HTH
    Sunil Bhadauria 
    ! Kindly rate all helpful posts  and accordingly mark correct answers to help forum !

  • Route Redistribution between RIP and OSPF

    Hi all,
        I'm building my home lab and having difficutly to get this part of router redistribution work. 
        I can't ping from PC, Server and SW1 to R2's int f0/0, f0/1 and SW2's G0/1.
        I can't ping from R1 to R2's f0/1, SW2
        Vice versa,  I can't ping from SW2 to R2's f0/0, R1's f0/0 & f0/1, SW1, PC and Server.
         Also, I can't ping from R2 to R1's f0/1, SW1, Server and PC.
       I think the reason cause these ping's failure is I didn't config the Route Redistribution between RIP and OSPF(on R2)correctly.  I strugled for hours to change comand around but still can't figure it out. I attached my Topology and config. file to you and please help!
    smartd1011

    Hi,
    On R1, you should not be advertising 10.0.0.0/24 via OSPF => redistribution will handle that
    On R1, you should not be advertising 20.0.0.0/24 via EIGRP => redistribution will handle that
    On R2, you should not be advertising 30.0.0.0/24 via OSPF => redistribution will handle that
    On R2, you should not be advertising 20.0.0.0/24 via RIP=> redistribution will handle that
    On R2, under your rip process, you should put a  metric to RIP otherwise it would redistributed with infinite metric (i.e. 16). Btw, you did put a seed metric on your EIGRP redistribution which is fine.
    Also if you're talking RIP with switch2 and would like to send rip updates to him, you remove your passive interface statement
    your rip statement should be somethin like that : 
    router rip
    version 2
    redistribute ospf 1 metric 5
    passive-interface FastEthernet0/0
    network 30.0.0.0
    no auto-summary
    HTH

  • My 1st Generation time capsule won't connect to the internet thru a new motorola sb6121 - get continuously flashing yellow light. Using a router in between the modem and capsule yields good but slower connection to internet. Any thoughts?

    My 1st Generation time capsule won't connect to the internet thru a new motorola sb6121 - get continuously flashing yellow light. Using a router in between the modem and capsule yields good but slower connection to internet. Any thoughts?

    Thanks for your response
    Let me give the history - I started with an Apple Express being fed thru a D-Link  EBTR 2310 cable Router from an RCA DCM315 Modem (Pure). Comcast service all the way.
    Got the 1st generation TC in 2008 and merely replaced the Airport Express with the TC. Worked ok
    A year or two ago I did try removing the modem and feeding the TC directly from the modem. Resulted in the same condition I have now - Continuous flashing amber on the TC. So I put the router back in the chain.
    Some time later, at the recommendation of a Comcast rep, I replaced the router with (a Belkin F5D 5231) to see if speed and dropout problems would be improved. I thought it helped some at the time but now I am not so sure.
    Last week I decided to see if a new modem would help with download speeds. So I got another pure cable modem (Motorola SB 6121- high on the Comcast recommended list).
    Got up and running easily with Comcast help and with the modem connected directly to a computer.
    Next I put the TC in the link and again could not get past the TC continuing to flash amber. Although I did get connected to the internet with this configuration I lost connection two both of my printers - one connected by USB and the other wirelessly to the TC. Again everything works fine when I put the Belkin router back in the system.
    However with the router in there, the modem shows the downstream connection to be 10/100 ethernet speed. (Modem light changes color for indicating speeds.}
    I have gone thru all of the combinations of powering down/ up, but all stays the same.
    I can live with what I have but something still doesn’t seem right.
    Thanks again

  • Difference between Interface node and normal node?

    What is the main difference between  Interface node and normal node?
    Cheers
    Aisurya.

    Hi surya,
    Interface node or methods comes into picture whenever you want to use one component as used component. I mean to say
    Component usages. If you select node as interface node, it will available in another component so you can use that node or methods.
    Normal node means in that component only. Simply we can say for component usages we go for interface nodes.
    Cehck This...
    http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/79/555e3f71e41e26e10000000a114084/content.htm
    Cheers,
    Kris.

  • After mail was moved to iCloud on jan 1, my mail app emails received have 23 lines of "routing info" between the address and the message. How can I get rid of this info?

    After my mail was moved to iCloud, my mail app emails received have 23 lines of "routing data between the address and the message how can Imget rid of this "data"?

    Found the answer a Mail>preferances>Viewing>Show header detail. Changed it to Default.

  • Browser sound not routing via external interface

    I am running an external audio interface which IS selected as output in sound settings.
    When using iTunes or any other audio software, the sound routes properly via the interface.
    However, sound from my browsers all seem to route via the Powermac internal speaker, and i cant seem to find out why or where to set it to route via the interface.
    Help!!!

    I am running an external audio interface which IS selected as output in sound settings.
    When using iTunes or any other audio software, the sound routes properly via the interface.
    However, sound from my browsers all seem to route via the Powermac internal speaker, and i cant seem to find out why or where to set it to route via the interface.
    Help!!!

  • Difference between interface pool and class pool

    Hi,
    Can any body tell me the difference between Interface pool and Class pool.
    thank you in advance.
    regards

    Hi,
    Class and Interface Pools
    This section discusses the structure and special features of class and interface pools for global classes.
    Global Classes and Interfaces
    Classes and interfaces are object types. You can define them either globally in the Repository or locally in an ABAP program. If you define classes and interfaces globally, special ABAP programs called class pools or interface pools of type K or J serve as containers for the respective classes and interfaces. Each class or interface pool contains the definition of a single class or interface. The programs are automatically generated by the Class Builder when you create a class or interface.
    A class pool is comparable to a module pool or function group. It contains both declarative and executable ABAP statements, but cannot be started on its own. The runtime system can create runtime instances (objects) through a request using the CREATE OBJECT statement. These objects execute the statements of the class pool.
    Interface pools do not contain any executable statements. Instead, they are used as containers for interface definitions. When you implement an interface in a class, the interface definition is implicitly included in the class definition.
    Structure of a Class Pool
    Class pools are structured as follows:
    Class pools contain a definition part for type declarations, and the declaration and implementation parts of the class.
    Differences From Other ABAP Programs
    Class pools are different from other ABAP programs for the following reasons:
    ·        ABAP programs such as executable programs, module pools, or function modules, usually have a declaration part in which the global data for the program is defined. This data is visible in all of the processing blocks in the program. Class pools, on the other hand, have a definition part in which you can define data and object types, but no data objects or field symbols. The types that you define in a class pool are only visible in the implementation part of the global class.
    ·        The only processing blocks that you can use are the declaration part and implementation part of the global class. The implementation part may only implement the methods declared in the global class. You cannot use any of the other ABAP processing blocks (dialog modules, event blocks, subroutines, function modules).
    ·        The processing blocks of class pools are not controlled by the ABAP runtime environment. No events occur, and you cannot call any dialog modules or procedures. Class pools serve exclusively for class programming. You can only access the data and functions of a class using its interface.
    ·        Since events and dialog modules are not permitted in classes, you cannot process screens in classes. You cannot program lists and selection screens in classes, since they cannot react to the appropriate events. It is intended to make screens available in classes. Instead of dialog modules, it will be possible to call methods of the class from the screen flow logic.
    Local Classes in Class Pools
    The classes and interfaces that you define in the definition part of a class pool are not visible externally. Within the class pool, they have a similar function to local classes and interfaces in other ABAP programs. Local classes can only be instantiated in the methods of the global class. Since subroutines are not allowed in class pools, local classes are the only possible modularization unit in global classes. Local classes have roughly the same function for global classes as subroutines in function groups, but with the significant exception that they are not visible externally
    Reward points if useful....
    Regards
    AK

  • Dynamic routing alternative between ASA and edge routers?

    This is the current setup between two edge routers and an ASA 5580.  The edge routers carry approximately 9200 BGP routes with ISP A also supplying the default route.  Is there a good, i.e. has been successfully implemented, dynamic routing situation between the edge routers and ASA such that the ASA can send traffic to the particular edge router that carries the best specific route?

    Hello,
    Let's remember that the ASA was built as a High-Level Next Generation Firewall.
    That does not mean it's not useful for routing but here we are talking about thousands of routes, I do not think there will be a performance issue on the FW because of that. I mean you have one of the greatest Cisco Firewalls (functionality and power speaking).
    So if that's the case and you really want to do that you will need to implement either RIP,EIGRP,OSPF on the link and then do the redistribution on the routers.
    Makes sense?
    Regards,
    Jcarvaja
    CCIE 42930

  • Re: FORTE Libraries handling (between interfaces andimplementations) q

    From [email protected] Wed Feb 24 07:24:54 1999
    Subject: FORTE Libraries handling (between interfaces and implementations)
    question
    Hi,
    When a plan gets distributed as library, a '.sl' file is generated, as well as a
    pex file and some header files.
    When we need that library, we 'should' include that generated pex file in the
    workspace used for the distribution.
    What's the impact of keeping the original ('implementation'?) plan for the
    library, and not replacing it with the generated
    pex file ?
    J-Paul Gabrielli & Charles Abecassis
    Sema DTS
    The result would be that you're not using the library version of the plan.
    Instead, you'll have a separate copy built into your image repository
    or executable. In other words, it will be as if you'd never generated
    the plan as a library.
    Mike Schilling
    Forte Software
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    From [email protected] Wed Feb 24 07:24:54 1999
    Subject: FORTE Libraries handling (between interfaces and implementations)
    question
    Hi,
    When a plan gets distributed as library, a '.sl' file is generated, as well as a
    pex file and some header files.
    When we need that library, we 'should' include that generated pex file in the
    workspace used for the distribution.
    What's the impact of keeping the original ('implementation'?) plan for the
    library, and not replacing it with the generated
    pex file ?
    J-Paul Gabrielli & Charles Abecassis
    Sema DTS
    The result would be that you're not using the library version of the plan.
    Instead, you'll have a separate copy built into your image repository
    or executable. In other words, it will be as if you'd never generated
    the plan as a library.
    Mike Schilling
    Forte Software
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • RE: FORTE Libraries handling (between interfaces andimplementati ons)

    Charles..
    If you are talking about different repositories in a single environment, I
    am guessing the uuid of the pex file has to be the same. I am not sure if
    the pex file forte creates will have the same uuid as the pex file you
    obtain when you export with uuid from fscript. If uuid is important for
    installed libraries, which I think is true, then there-in lies the impact!!
    Cheers!!
    -Ravi Kalidindi
    Born Info Svcs Group
    -----Original Message-----
    From: Charles Abecassis [SMTP:[email protected]]
    Sent: Wednesday, February 24, 1999 9:18 AM
    Cc: '[email protected]'
    Subject: FORTE Libraries handling (between interfaces and
    implementations) question
    Hi,
    When a plan gets distributed as library, a '.sl' file is generated, as
    well as a
    pex file and some header files.
    When we need that library, we 'should' include that generated pex file in
    the
    workspace used for the distribution.
    What's the impact of keeping the original ('implementation'?) plan for the
    library, and not replacing it with the generated
    pex file ?
    J-Paul Gabrielli & Charles Abecassis
    Sema DTS
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    thanks a lot.
    But when the plan is distributed, there's no way of revealing the code that made it, isn't it ?
    -----Message d'origine-----
    De: Wang, Tien [SMTP:[email protected]]
    Date: mercredi 24 fevrier 1999 18:26
    A: 'Charles Abecassis'; 'Kalidindi, Ravi CWT-MSP'
    Cc: '[email protected]'
    Objet: RE: FORTE Libraries handling (between interfaces and implementati ons) question
    Hi Charles & Ravi,
    Another aspect of this subject is:
    Many times, libraries are designed to give to someone without revealing
    your code. If you decide to have the original project included, this
    means your program will use it as a supplier plan. It also implies your
    program will have knowledge of the original project and its parent
    supplier plans and so on.
    If you don't care about revealing your original code and dragging all
    the related projects into your program, it's fine. It has advantage:
    if you decide to change something in your original project, you can just
    run it without re-making distribution as a library.
    However, if your original project seems pretty stable and can be shared
    by other application, making it as a library is not a bad idea.
    Hope this helps.
    Regards,
    Tien Wang
    Indus Consultancy Services
    (201) 261-3100 ext 236
    [email protected]
    www.indcon.com
    From: Kalidindi, Ravi CWT-MSP[SMTP:[email protected]]
    Reply To: Kalidindi, Ravi CWT-MSP
    Sent: Wednesday, February 24, 1999 11:47 AM
    To: 'Charles Abecassis'
    Cc: '[email protected]'
    Subject: RE: FORTE Libraries handling (between interfaces and
    implementati ons) question
    Charles..
    If you are talking about different repositories in a single
    environment, I
    am guessing the uuid of the pex file has to be the same. I am not sure
    if
    the pex file forte creates will have the same uuid as the pex file you
    obtain when you export with uuid from fscript. If uuid is important
    for
    installed libraries, which I think is true, then there-in lies the
    impact!!
    Cheers!!
    -Ravi Kalidindi
    Born Info Svcs Group
    -----Original Message-----
    From: Charles Abecassis
    [SMTP:[email protected]]
    Sent: Wednesday, February 24, 1999 9:18 AM
    Cc: '[email protected]'
    Subject: FORTE Libraries handling (between interfaces and
    implementations) question
    Hi,
    When a plan gets distributed as library, a '.sl' file is generated,as
    well as a
    pex file and some header files.
    When we need that library, we 'should' include that generated pexfile in
    the
    workspace used for the distribution.
    What's the impact of keeping the original ('implementation'?) planfor the
    library, and not replacing it with the generated
    pex file ?
    J-Paul Gabrielli & Charles Abecassis
    Sema DTS
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive<URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Difference between interface view and interface controller

    Hi,
    What is the difference between interface controller and interface view?
    When we will use interface controller and when we will use interface view?
    How do we create an interface view?
    How do we attach this interface view to a view in another component
    Regards
    MQ

    Hi
    Interface View Controllers
    A) Implement event handlers which are called when ..
           -starting (start-up plugs) Web Dypro applications
           -a component is reached via navigation (inbound plugs)
    B) Allow fireing outbound plugs (navigation)
    C) Allow firing exit plug
    D) Have no own context, public methods or events
    Interface Controller of a Component
    The interface controller of a Web Dynpro component contains all context nodes, events and methods of the component controller to which you assigned the Interface addition in the Controller Editor. These parts can be displayed in the interface controller view, although you cannot edit them here.
    Interface Controller of a Component Interface
    A Web Dynpro component interface can be created independently and defined so that it can be implemented later in any components (see working with Web Dynpro Component Interfaces in the Programming Manual of this documentation). That is why in this case you can define the context nodes, methods and events you require in the interface controller view. The relevant implementation then takes place in the component controller of the implementing component.
    Check this links and work on it.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#13 [original link is broken]
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#12 [original link is broken]
    Interface view and interface controller
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f727d100-0801-0010-4cbd-b0ad5c161945
    Difference between custom controller and interface component
    Thanks and Regards,
    Tulasi Palnati

  • Difference between interface and conversion

    could you give me the difference between interface and conversion

    hi
    <b>Conversion,</b> converting legacy system data into SAP data. Meaning that it is mainly a one shot deal, for example bringing your customer master to SAP from the legacy system, converting the fields used in legacy to the fields and values used in SAP.
    <b>Interface,</b> a program or group of programs that handle the passing of data from one system to another. These programs work together to export the data from one system and import into a target system, maybe these programs run once a day, maybe twice, may every hour throughout the day. It is a good way to keep the data in two or more systems in sync with each other.
    Interface programs are also data extract program. Data is extracted from SAP into a flat file and transferred to other external systems like UNIX, mainframe.
    In data extracts, the file layout is designed and this layout should be in synch with other external systems.
    <b>reward poins for useful ans</b>
    Regards
    Aarti

Maybe you are looking for

  • How to delete items from the list of "auto-open" tabs that load whenever FF4 opens?

    When I recently downloaded FF4, I was asked if I'd like to have FF automatically open the same tabs as were set in my IE. Great! Worked perfectly until I set those tabs as App Tabs. Now both the App Tabs and the original IE set of tabs open whenever

  • My daughter has set my apple id the same as hers by mistake anyone know how to change this pls

    my daughter set up my iphone 4s and when she set up the apple id she used hers by mistake and know we are both on the same id and every message either of us sends or recieved it is going to the other person aswell does anyone know what i can do to ch

  • Query on Message/Output Determination in GR/GI Slip

    Hi, Its regarding Message/Output Determination in Inventory Management: We are using the condition Type "WE03" in our system for Goods Receipt. Currently, Print Parameter for the Output Type "WE03" is maintained as 7(i.e Plant/storage location). Now,

  • Complaint re: Customer Care

    I purchased a V560 with Windows 7 64 bit in March of 2011. Shortly after purchasing the laptop, I noticed that there was a screw cover missing on the inside of the lid so that the screw is exposed. It is a minor cosmetic issue, but I decided to call

  • User Created Equations and program Variables

    Is there a way that I can take a user entered equation and apply it as the equation for a value? How can I make a String entered by the user to act as an equation insted of a string? I've created a part in my program with various mathematic operators