MPLS TRUNK CONFIGURATION on TWO EDGE

Hi
Actually we have a network operate VRF on two EDGE (ASR9000) the diagram is this:
we try to configurate a MPLS conection between ASR (PE-1) and ASR (PE-2) try to use MPLS LDP and use a VRF OAM between this devices but the comunication is not possible
MPLS LDP is the option? or L2VPN or EoMPLS for this connection?
the actually configuration is:
ASR-2
mpls ldp
router-id 172.16.14.1
discovery hello holdtime 30
discovery hello interval 10
graceful-restart
explicit-null
interface Bundle-Ether100
ASR-1
mpls ldp
router-id 172.16.14.2
discovery hello holdtime 30
discovery hello interval 10
graceful-restart
explicit-null
interface Bundle-Ether100
but the VRF OAM only configurated between PE-1 and PE-2 is not neighbord
We don´t know if we are using the correct concept to connect the devices, can help us
thanks
Best Regards

Harold, thanks for your comments
we are making change for your comments and the final diagrame is:
on ASR9K - PE-1 we have configurated VRF, IGP and Conectivity for BUNDLE-Ethe 100 conectivity
ASR9K (PE-1):
vrf OAM
address-family ipv4 unicast
  import route-policy pass-all
  import route-target
   64518:64518
  export route-policy pass-all
  export route-target
   64518:64518
interface Bundle-Ether100
ipv4 address 172.16.14.1 255.255.255.252
interface Loopback10
vrf OAM
ipv4 address 172.16.162.1 255.255.255.255
router ospf 100
router-id 172.16.14.1
mpls ldp sync
mpls ldp auto-config
area 0
  interface Bundle-Ether100
mpls ldp
router-id 172.16.14.1
interface Bundle-Ether100
ASR9K (PE-2):
vrf OAM
address-family ipv4 unicast
  import route-policy pass-all
  import route-target
   64518:64518
  export route-policy pass-all
  export route-target
   64518:64518
interface Bundle-Ether100
ipv4 address 172.16.14.2 255.255.255.252
interface Loopback10
vrf OAM
ipv4 address 172.16.162.2 255.255.255.255
router ospf 100
router-id 172.16.14.2
mpls ldp sync
mpls ldp auto-config
area 0
  interface Bundle-Ether100
mpls ldp
router-id 172.16.14.2
interface Bundle-Ether100
when we verifying  the MPLS neighbor is UP
RP/0/RSP0/CPU0:ED_MEX_1#sho mpls ldp neighbor
Wed May 22 18:29:03.496 UTC
Peer LDP Identifier: 172.16.14.2:0
  TCP connection: 172.16.14.2:39527 - 172.16.14.1:646
  Graceful Restart: No
  Session Holdtime: 180 sec
  State: Oper; Msgs sent/rcvd: 25/25; Downstream-Unsolicited
  Up time: 00:18:46
  LDP Discovery Sources:
    Bundle-Ether100
  Addresses bound to this peer:
    172.16.14.2     
RP/0/RSP0/CPU0:ED_MEX_2#sho mpls ldp neighbor
Wed May 22 16:24:53.223 UTC
Peer LDP Identifier: 172.16.14.1:0
  TCP connection: 172.16.14.1:646 - 172.16.14.2:39527
  Graceful Restart: No
  Session Holdtime: 180 sec
  State: Oper; Msgs sent/rcvd: 26/26; Downstream-Unsolicited
  Up time: 00:19:19
  LDP Discovery Sources:
    Bundle-Ether100
  Addresses bound to this peer:
    172.16.14.1  
on OSPF 100 the neighbor is UP
RP/0/RSP0/CPU0:ED_MEX_2#sho ospf neighbor
Wed May 22 16:26:15.169 UTC
* Indicates MADJ interface
Neighbors for OSPF 100
Neighbor ID     Pri   State           Dead Time   Address         Interface
172.16.14.1     1     FULL/BDR        00:00:31    172.16.14.1     Bundle-Ether100
    Neighbor is up for 00:54:34
Total neighbor count: 1
RP/0/RSP0/CPU0:ED_MEX_1#sho ospf neighbor
Wed May 22 18:31:18.614 UTC
* Indicates MADJ interface
Neighbors for OSPF 100
Neighbor ID     Pri   State           Dead Time   Address         Interface
172.16.14.2     1     FULL/DR         00:00:36    172.16.14.2     Bundle-Ether100
    Neighbor is up for 00:54:59
Total neighbor count: 1
but when try to send a PING from Loopback 10 from ASR 1 to ASR 2 ocurre this one and viceverse
RP/0/RSP0/CPU0:ED_MEX_1#ping vrf OAM 172.16.162.1
Wed May 22 18:32:54.046 UTC
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.162.1, timeout is 2 seconds:
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
RP/0/RSP0/CPU0:ED_MEX_1#ping vrf OAM 172.16.162.2
Wed May 22 18:32:57.794 UTC
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.162.2, timeout is 2 seconds:
UUUUU
Success rate is 0 percent (0/5)
the routing table for OAM on ASR-1  is:
RP/0/RSP0/CPU0:ED_MEX_1#sho route vrf OAM
Wed May 22 18:33:59.485 UTC
Codes: C - connected, S - static, R - RIP, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - ISIS, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, su - IS-IS summary null, * - candidate default
       U - per-user static route, o - ODR, L - local, G  - DAGR
       A - access/subscriber, - FRR Backup path
Gateway of last resort is not set
L    172.16.162.1/32 is directly connected, 00:34:13, Loopback10
for ASR-2
RP/0/RSP0/CPU0:ED_MEX_2#sho route vrf OAM
Wed May 22 16:30:23.400 UTC
Codes: C - connected, S - static, R - RIP, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - ISIS, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, su - IS-IS summary null, * - candidate default
       U - per-user static route, o - ODR, L - local, G  - DAGR
       A - access/subscriber, - FRR Backup path
Gateway of last resort is not set
L    172.16.162.2/32 is directly connected, 00:34:47, Loopback10
i don´t know if need something on OSPF
Best Regards

Similar Messages

  • Best practice MPLS design/configuration for small service provider

    We are a small regional service provider and did not have MPLS supported on our network.  To start supporting MPLS, I’d like to get opinions and recommendations on the best practice configuration. 
    Here is what we have today –
    We have our own BGP AS and multiple /24s.
    We are running OSPF on the Cores and BGP on the Edge routers peering with ISPs.
    We peer with multiple tier-1 ISPs for internet traffic. We do not provide public transit.
    What we want for phase one MPLS implementation –
    Configure basic MPLS /vpn functionality.
    No QoS optimization required for phase 1.
    We have Cisco ME 3600X for  PE. Any recommendations will be appreciated.

    Not sure what kind of devices or routers you have in your network but looks for if you have support for labeled multicast for MVPN support. That will avoid other complexity of using other control protocols (like PIM) in core.
    PE redundancy can be obtained by BGP attributes, CE-PE connectivity can be tunned using IGP or VRRP/HSRP...
    You can have mutiple RSVP TEs for various contract traffic and you can bind various kind of traffic to different RSVP Tunnels based on contract or service with your customer.
    RSVP-TE with link/node protection design will be of great help to achieve quicker failover.

  • Synchronizing the read of two timer tasks (Period and Two Edge Separation)

    Hello,
    I am using labview 2011 and need to latch the data from two timer tasks of a 6602 board at the same time and then perform the read. One task is a period measurement the other is a two edge speration.  It sounds pretty simple and I am sure it is, I just haven't located the correct information yet,  If someone would point point me in the correct direction.
    Thanks,
    Mike

    While it's true that a digital edge arm start trigger can help to sync the tasks to begin together, the nature of the measurements you're making also have a big impact on whether you can depend on the buffered data remaining "synced."   Both measurement types will latch measurement data at times determined by the signal(s) being characterized.  You cannot configure either task type to sample at a known constant rate.  You can only accept samples at the rate dictated by the signals' own edges.
    Ok, so having said all that, here are some implications:
    1. a cumulative sum of all your period data will effectively give you timestamps for all the active edges, with t=0 set by the arm start trigger edge.
    2. there is no information inherent in a two edge separation measurement that can identify the time relative to the arm start trigger.  You'll get a bunch of measured interval times with completely unknown times between those intervals
    3. caveat: if you are somehow using the same signal edge for both measurements AND getting one measurement of two-edge separation for each and every period measurement, ONLY then would you be able to reconstruct the timestamps relative to the arm start trigger edge.
    So I'd caution you that the idea of latching readings in sync or reconstructing relative edge times between the measurements is pretty unlikely to work except under some very specific circumstances.
    -Kevin P

  • Two Edge Seperation / PCI-6238 / Error -200140

    Trying to use a PCI-6238 card to measure the time between Digital Inputs rising or falling.  From what I was directed, this should be able to be done via the Two Edge Seperation Task... However, when I configure the task it seems that no matter what the Min. and Max Time I set, I get the error:
    <<<<
    Error -200140 occured at MyTwoEdgeSeperationTask - DAQ Assistant
    Possible Reason(s):
    Two consecutive active edges of the input signal occurred without a counter timebase edge. 
    Use a faster counter timebase. 
    >>>>
    I can I change the Counter Timebase?? I thought the system selected the optimum counter timebase based on the Min and Max value entered in..
    Thanks for any help.

    Not at hw to test, but here are some brief thoughts anyway:
    1. Error message sounds a little odd to me, almost like it's only looking at 1 input signal rather than 2.  Could simply be poor choice of error text though...
    2. There's a property called "Duplicate Count Prevention" that is frequently relevant to situations where the signals to be timed are faster than the timebase used to time them.  If you search the forums for that term, you'll find more detailed info.  The summary is that it can either be enabled or disabled and the behavior when the inputs are too fast are either to produce an error like yours or to return a measurement of 0.  (I honestly don't know which setting does which -- it's easy enough to experiment and find out though).
    3. The timebase can be chosen explicitly, though DAQmx should indeed have picked the appropriate one for your specified Min / Max.  You'd probably want a Min of 0 and a Max that's less than about 50 seconds.  My guess: DAQmx *did* pick the appropriate timebase, and the error text suggesting you use a faster one is just generic advice that doesn't actually apply to your case.
    4. Two Edge Separation requires you to know which signal will come first.  If you don't know which one will come first, you may still be able to accomplish your goal by setting up a "change-detection" DI task and then measuring the period of the change detection pulse signal with a counter.  I know this would work on the 5V DIO versions of the M-series, but I'm not so familiar with your particular board.
    -Kevin P.

  • Confused by basic SIP Trunk configuration.

    I've went through a few basic SIP trunk configurations and Youtube videos the last couple days but can't figure out what I'm doing wrong.
    I've set up H323 and MGCP no problem, but I can't figure out the SIP trunk set up. I'm guessing there are some concepts I'm not understanding yet.
    I've got a CUCM lab set up. A 2851 PSTN Simulator, 2851 H323 Gateway at the Main site with a 9.0 CUCM setup in that site and a Branch site that I'm trying to set up as a SIP trunk to connect two phones.
    CUCM is on the 192.168.5.x/24 subnet. 172.16.0.x/24 is the subnet connecting the serial(internet) cable between the two gateways in which I'm trying to establish the trunk between.
    The Branch phones are still registering with the CUCM at the main site. The Route Pattern is looking to the Branch Route List which has the SIP Trunk listed. I'm just getting a fast busy when trying to place a call from the branch site to the main site.
    The most frustrating thing I'm not understanding, is that the debug ccsip and call debugs on my SIP Branch gateway shows absolutely nothing.  I've tried registering the branch phones with the SIP Trunk, but stopped when I figured that shouldn't be necessary.
    If someone can make some sense of this, I'd truly appreciate it!

    Hello Aditya and thanks for the consideration!
    I do have a direct IP connection, but I want to set up a SIP trunk and use it just to know how to do it before I do it in production. 
    I did end up deleting the phones from CUCM so they can register with the 2851 CME that I'm setting up as a SIP trunk. So it is registering there, and I set the allow connections and bind sip commands.
    I am now getting Debugs and calls from the SIP Trunk router going to CUCM, but the error message is No Codec, and I Get the fast busy after the call rings on the CUCM Main Site side. So looks like the negotiation is failing. Here is my CLI for the SIP Trunk now after the changes have been made and phones registered to the SIP Branch site as well as the Debug when I tried to place a call to extension "5000":
    Note: I did try to change the codecs in the dial-peers to g729r8 instead of 711 and same fast busy after answering.
    ==============================================
    Branch_SIP#show run
    Building configuration...
    Current configuration : 3529 bytes
    ! Last configuration change at 03:15:11 UTC Thu Apr 2 2015
    version 15.1
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Branch_SIP
    boot-start-marker
    boot-end-marker
    ! card type command needed for slot/vwic-slot 0/2
    enable secret 5 $1$hOXF$gvfmWW1ZIQE0mAMVg.u1c/
    no aaa new-model
    dot11 syslog
    ip source-route
    ip cef
    ip dhcp excluded-address 10.0.10.1 10.0.10.10
    ip dhcp excluded-address 10.0.30.1 10.0.30.10
    ip dhcp pool Data
     network 10.0.10.0 255.255.255.0
     default-router 10.0.10.254
     option 150 ip 192.168.5.250
     dns-server 192.168.5.200
    ip dhcp pool Voice
     network 10.0.30.0 255.255.255.0
     default-router 10.0.30.254
     dns-server 192.168.5.200
     option 150 ip 172.16.0.1
    ip dhcp pool data
     option 150 ip 172.16.0.2
    no ipv6 cef
    multilink bundle-name authenticated
    voice service voip
     allow-connections sip to sip
     sip
      bind media source-interface Loopback1
    voice-card 0
    crypto pki token default removal timeout 0
    license udi pid CISCO2851 sn FTX1031A2FM
    redundancy
    interface Loopback1
     ip address 2.2.2.2 255.255.255.255
    interface GigabitEthernet0/0
     no ip address
     duplex auto
     speed auto
    interface GigabitEthernet0/0.10
     encapsulation dot1Q 10
     ip address 10.0.10.254 255.255.255.0
    interface GigabitEthernet0/0.30
     encapsulation dot1Q 30
     ip address 10.0.30.254 255.255.255.0
    interface GigabitEthernet0/1
     no ip address
     shutdown
     duplex auto
     speed auto
    interface Serial0/3/0
     no ip address
     shutdown
     clock rate 2000000
    interface Serial0/3/1
     ip address 172.16.0.1 255.255.255.0
     clock rate 250000
    interface Internal-Service-Module0/0
     no ip address
     shutdown
     !Application: CUE Running on AIM2
     hold-queue 512 out
    router eigrp 1
     network 0.0.0.0
     network 2.2.2.2 0.0.0.0
     network 10.0.0.0
     network 10.0.10.0 0.0.0.255
     network 10.0.30.0 0.0.0.255
     network 172.16.0.0
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip route 0.0.0.0 0.0.0.0 172.16.0.2
    tftp-server flash:term45.default.loads
    tftp-server flash:jar45sccp.8-5-3TH1-6.sbn
    tftp-server flash:cnu45.8-5-3TH1-6.sbn
    tftp-server flash:apps45.8-5-3TH1-6.sbn
    tftp-server flash:dsp45.8-5-3TH1-6.sbn
    tftp-server flash:cvm45sccp.8-5-3TH1-6.sbn
    control-plane
    voice-port 0/0/0
    voice-port 0/0/1
    mgcp profile default
    dial-peer voice 1 voip
     description **Incoming Call from SIP Trunk**
     session protocol sipv2
     session target sip-server
     codec g711ulaw
    dial-peer voice 2 voip
     description **Outgoing Call to SIP Trunk**
     destination-pattern 5...
     session protocol sipv2
     session target sip-server
     codec g711ulaw
    sip-ua
     sip-server ipv4:192.168.5.250
    telephony-service
     codec g711ulaw
     max-ephones 24
     max-dn 48
     ip source-address 172.16.0.1 port 2000
     system message SIP Branch Site
     cnf-file location flash:
     load 7960-7940 P00308010200.bin
     max-conferences 8 gain -6
     transfer-system full-consult
    ephone-dn  1
     number 4008
    ephone-dn  2
     number 4005
    ephone  1
     device-security-mode none
     mac-address 001D.A21A.2065
     button  1:1
    line con 0
     exec-timeout 0 0
    line aux 0
    line 194
     no activation-character
     no exec
     transport preferred none
     transport input all
     transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
     stopbits 1
     speed 115200
    line vty 0 4
     password cisco
     login
     transport input all
    line vty 5 15
     password cisco
     login
     transport input all
    scheduler allocate 20000 1000
    end
    Branch_SIP#show debug
    TFTP:
      TFTP Event debugging is on
    CCSIP SPI: SIP Call Statistics tracing is enabled       (filter is OFF)
    Branch_SIP#
    *Apr  2 03:20:32.351: //25/0C496935804A/SIP/Call/sipSPICallInfo:
    The Call Setup Information is:
    Call Control Block (CCB) : 0x4B6C5C28
    State of The Call        : STATE_DEAD
    TCP Sockets Used         : NO
    Calling Number           : 4008
    Called Number            : 5005
    Source IP Address (Sig  ): 172.16.0.1
    Destn SIP Req Addr:Port  : 192.168.5.250:5060
    Destn SIP Resp Addr:Port : 192.168.5.250:5060
    Destination Name         : 192.168.5.250
    *Apr  2 03:20:32.351: //25/0C496935804A/SIP/Call/sipSPIMediaCallInfo:
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : No Codec
    Negotiated Codec Bytes   : 0
    Nego. Codec payload      : 255 (tx), 255 (rx)
    Negotiated Dtmf-relay    : 0
    Dtmf-relay Payload       : 0 (tx), 0 (rx)
    Source IP Address (Media): 2.2.2.2
    Source IP Port    (Media): 19472
    Destn  IP Address (Media):  -
    Destn  IP Port    (Media): 0
    Orig Destn IP Address:Port (Media): [ - ]:0
    *Apr  2 03:20:32.351: //25/0C496935804A/SIP/Call/sipSPICallInfo:
    Disconnect Cause (CC)    : 63
    Disconnect Cause (SIP)   : 503
    Branch_SIP#

  • Is it possible that Exchange UM could be configure with two call managers over the same sip?

    Hi,
    I have Cisco call manager 8.2 integrated with Microsoft Exchange Server 2010 Unified Messaging.
    Call manager has primary and secondary server. I created a sip trunk and linked primary CUCM with Exchange. Users can leave and get voice mails.
    Problem: In case that primary server is down (WAN is down) the users registered on secondary server but they cannot contact to Exchange Unified Messaging.
    I added  new UM Dial Plan with the same pilot and associated it to the secondary CUCM server. UM answered but do not recognize the extension number "is not a valid mailbox extension".
    Is it possible that Exchange UM could be configure with two call managers over the same sip, the same pilot number, different associated UM servers and get access to the same voice mail boxes?
    If not:
    Does exist a way to configure Exchange UM that will work if one CUCM server is down?
    Thank you,
    Peter

    Hi,
    I have Cisco call manager 8.2 integrated with Microsoft Exchange Server 2010 Unified Messaging.
    Call manager has primary and secondary server. I created a sip trunk and linked primary CUCM with Exchange. Users can leave and get voice mails.
    Problem: In case that primary server is down (WAN is down) the users registered on secondary server but they cannot contact to Exchange Unified Messaging.
    I added  new UM Dial Plan with the same pilot and associated it to the secondary CUCM server. UM answered but do not recognize the extension number "is not a valid mailbox extension".
    Is it possible that Exchange UM could be configure with two call managers over the same sip, the same pilot number, different associated UM servers and get access to the same voice mail boxes?
    If not:
    Does exist a way to configure Exchange UM that will work if one CUCM server is down?
    Thank you,
    Peter

  • I have been paying for two edge agreements for the past 3-4 months AND i have not gotten a reimbursment for anything...

      10/11/2013                      
    Debit Card Transaction
    VERIZON WRLS 08253-01 800-9220204 CA         10/09
    $92.30 
    On October 11th I started an EDGE agreement for the NOTE 3. I make a $92.30 payment over the phone (which is listed above). The lady said it would arrive two days after the phone comes out. It didn't show up two days after it came out and my little Droid X went dead on me. I called customer service and asked if the phone has been shipped yet. They said it has not. I asked if I could pick it up in the store instead. They said yes. They said they would cancel the shipment so I can pick it up in the store. I end up going to the store at Torrance Crossroads and I was just about to get the phone. Then sales rep was trying to force me into buying the case and charger package that was a deal with the phone for $100.I said no and he got hurt and quiet over it. 5 minutes later he comes up to me saying the edge agreement is not cancelled and they can not give me the phone. I asked if there is anything he can do or call customer service and verify because customer service told me it could be done. He said no and walked away.
    I call customer service and they say that they stopped the order and told me to go back to the store and try again. I did not wanna see the sales rep at Torrance Crossroads so I go to another Verizon store on hawthorne blvd in Torrance. I try the same process and the same thing happens. I tell them to call customer service and verify what is going on. I wait for 2 hours while they talk to customer service and the financial department. They tell me they will start another edge agreement on my girlfriends line and give me the note 3 so I can use it on my line. They said they waved the fee through some promotion since I went through a lot of trouble getting the phone and I should be getting a check in the mail for the $92.30 I paid on 10/11/13.
    Ever since then I have been paying for two edge agreements at $29.16 a piece. I have also been paying an extra $8 for insurance on a note 3 that I do not have. I have not gotten reimbursed the $92.30 I paid on 10/11/13. I have been calling customer service since December and have not gotten any where. Today was the last straw when the guy put me on hold and I ended up getting transferred to the sales department... What should I do? Is there anyone that can actually help my situation out. I already suspended my line and will do so for the next 5 months until this is fixed.

    @Dakotaep
    I am so sorry to hear of your experience with purchasing your new Samsung Galaxy Note 3!  This definitely should have been resolved in your first call to us.  I would be glad to review your account and ensure the Edge Agreement is corrected.  Please accept my "Follow" request and send me a direct message so I can further assist.  Thanks!
    AnthonyTa_VZW
    Follow us on Twitter VZWSupport on Twitter.

  • Configuration of two-phase-commit in OC4J 10.1.2

    Configuration of two-phase-commit in OC4J 10.1.2 in application with multiple modules
    We have an application ear file consisting of ejb-modules (mdb and slsb) and two web-modules. We are using Oracle's advanced queueing for messaging and CMT (all ejb use the Required transaction attribute). We need different datasources (OrionCMTDataSource) including that for aq, so we need two-phase-commit. The web clients use ejbs and browse the messaging system. Our 'orion-application.xml' includes a commit-coordinator configuration, and the database is setup correctly. The configuration works fine for mdbs, when sending messages to the queues. When a client starts after messages have been sent and consumed by the mdbs, oc4j complains that no commit-coordinator is defined in 'server.xml'. If we start the client first, it can access the queues, but then the mdbs complain. It seems that the first one "gets" the commit-coordinator and the second one fails.
    Some questions:
    Why isn't the second client type using the commit-coordinator configuration of the "orion-application.xml"?
    Is such scenario not supported by OC4J?
    How can I setup the application correctly?
    How do I configure commit-coordinator with different datasources to the same database? (Commit-Coordinator is also this database)

    Take a look 'How to Use a Custom Serializer with Oracle Application Server Web Services' [1].
    In your case, you should be looking at BeanMultiRefSerializer (org.apache.soap.encoding.soapenc), which will serialize your data using href and providing a way to deal with cycles.
    All the best,
    Eric
    [1] http://www.oracle.com/technology/tech/webservices/htdocs/samples/serialize/index.html

  • Samples Not Acquired on NI 660x or NI 6624 Devices When using pulse width, semi-period or two-edge separation buffered measurements with the NI 660x and NI 6624 on counters 0 and 1, some samples may not be acquired under certain circumstances.

    In the DAQmx 9.4 Readme the following is stated:
    Samples Not Acquired on NI 660x or NI 6624 Devices When using pulse width, semi-period or two-edge separation buffered measurements with the NI 660x and NI 6624 on counters 0 and 1, some samples may not be acquired under certain circumstances.
    Could anyone elaborate on this? I am particularly interested in knowing under what circumstances this problem arises for the 6602 PCI devices.
    How should I understand 'NI 660x and NI 6624 on counters 0 and 1'. Is it only a problem on counter 0 and 1 for the 660x or does this only apply for the 6624 devices.
    /mola 

    Are there any NI Product Support Engineers out there who has an answer to this question and who are willing to share it with me?

  • No "sip domain name" field in trunk configuration

    Hello,
    A customer' s UC320 throw a "sip 484" error,
    Sep 22 16:10:44 UC320W user.debug voice: SIP/2.0 484 Address Incomplete
    I think the problem is the lack of the  "sip domain name" field in the  trunk configuration as i can see one here;
    https://supportforums.cisco.com/servlet/JiveServlet/showImage/102-15041-40-10
    https://supportforums.cisco.com/docs/DOC-15041#UC_320_SIP_Trunk_Configuration
    See attached the screenshot of the state of the trun, it misses his domain after the @
    The UC320 is upgraded to 2.2.2 .

    The case number is; 623254153
    This is what the provider can see, (they say they cant handle "notify" requests);
    U 2012/09/21 14:18:28.183877 IP.IP.IP.IP:5060 -> ip.ip.ip.ip:5060
    NOTIFY sip:sip.myprovider.net SIP/2.0.
    Via: SIP/2.0/UDP IP.IP.IP.IP:5060;branch=z9hG4bK-d56a8b2a.
    From: "NIT" [email protected]>;tag=d78ae5c25878b8eco5.
    To: .
    Call-ID: [email protected]
    CSeq: 211 NOTIFY.
    Max-Forwards: 70.
    Contact: "NIT" [email protected]:5060;ref=MYSIPID>.
    Event: keep-alive.
    User-Agent: Cisco/UC320W-2.2.2(1).
    Allow-Events: talk, hold, conference, x-spa-cti.
    Content-Length: 0.
    U 2012/09/21 14:18:28.184243 ip.ip.ip.ip:5060 -> IP.IP.IP.IP:5060
    SIP/2.0 484 Address Incomplete.
    Via: SIP/2.0/UDP IP.IP.IP.IP:5060;branch=z9hG4bK-d56a8b2a.
    From: "NIT" [email protected]>;tag=d78ae5c25878b8eco5.
    To: ;tag=696c4aa18cbb1138a6b8a116e3582f18.6a97.
    Call-ID: [email protected]
    CSeq: 211 NOTIFY.
    Server: Alphalink SIP Proxy 2.0.
    Content-Length: 0.

  • Why I can't connect two edge to origin ?

    Hi,
    I have two edge server and I config Vhost.xml as same but I
    can request streaming one edge.
    :::This my config
    <RouteEntry>*:* ; 192.168.1.10:1935</RouteEntry>
    -> Edge#1 = 192.168.1.11
    -> Edge#2 = 192.168.1.12
    -> Origin = 192.168.1.10
    If I start edge#1 before edge#2 I can request stream from
    edge#1 but edge#2 it not work.
    If I start edge#2 before edge#1 I can request stream from
    edge#2 but edge#1 it not work.
    I try to check about max connection for edge server in
    vhost.xml at origin server but config is
    <MaxEdgeConnections>-1</MaxEdgeConnections>
    I don't know why about this ploblem.
    Thanks.

    Please help me. I try to set others way but it same
    problem.

  • Two edge separation only on first 2 channels?

    Hello,
    I have encountered a strange behaviour of the NI6602 Counter/Timer.
    When I use the C# Meas2EdgeSeparation example as provided by NI, I am only able to have correct time measurement on channels 1 and 2. For the other remaining 6 channels the time will always be measured immediately when I only have a start signal, the stop signal is not required. This results in a measurement of 1.25 e-8 s, being the minimum value of this counter. It seems that the start signal is also seen as stop signal, but Two Edge Separation should not have this.
    I have tried:
    - using the wires of the other channels on channel 1 or 2: no problem
    - disconnecting all other wires apart from the start signal for a channel: still a measurement of time, stop signal not necessary.
    I have no idea what to do next, channels 1 and 2 are OK, which is bugging me the most.
    Any suggestions are more than appreciated!
    Best regards,
    Rob

    One simple idea is to parallel wire the opto signals to 2 different counters.  Let one measure the forward time and the other one measure the rebound time.
    If the edge sequence goes 1-2-2-1 (with two discrete pass-through events on opto2), you may need to set up the 2nd counter to use the trailing edge of the
    opto2 pulse as an "Arm Start" trigger.
    If you're using an M-series multifunction board, it may be easier to create a hardware-timed digital task and then figure out the timing with some post-processing.
    -Kevin P.

  • PSTN Usage in Trunk Configuration

    Hello
    What is the usage of PSTN usage in the Trunk configuration tab?
    I notice that it is not related to anything except the inter Trunk routing
    http://masteringlync.com/2013/06/07/inter-trunk-routing-deep-dive/
    I have Lync setup and I can route calls (using voice policy- PSTN usage )from the Global trunk configuration which has no PSTN usage assigned to it 
    can you please clarify the usage of it ?
    Thanks

    Hi,
    PSTN usages are the link between a voice policy and a route. PSTN usages can contain multiple routes, and can be assigned to multiple voice policies. A PSTN usage record specifies a class of call (such as internal, local, or long distance) that
    can be made by various users or groups of users in an organization.
    If a voice policy doesn’t share a PSTN usage with a voice route, then phone calls made by any user who has been assigned that voice policy will not be able to traverse that route.
    You can refer to the link about Enterprise Voice Best Practices in the link below:
     http://ucken.blogspot.in/2011/01/enterprise-voice-best-practices-in-lync_21.html
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Migrating configurations between two servers

    I would like to know if it is possible to migrate the configuration between two server (TEST to PROD). We are now implementing a new company (which includes OPM, INV,FA, CE, AP, PO, OM, GL) and if all works, we'll want to migrate the configuration in order to not do everything again.
    We pass to much time configuring in TEST server and later reconfiguring in PROD server
    If you have an script generator or another tools, please tell us.
    Thanks & Regards,
    Sree.
    Edited by: 846579 on Mar 23, 2011 11:25 PM

    FNDLOAD: can be used for Migration to synchronize the data across databases instance (Dev/Prod).
    Using FNDLOAD can download data from an application entity into an editable text file, which can be uploaded to another database.The Conversion between database format and text file format is specified by a configuration file.
    What can be Done?
    ·It can be done following list
    · Concurrent Programs, Executables
    · Request Groups, Request Sets
    · Profile Options
    · Key and Descriptive Flexfields
    · Menus and Responsibilities
    · Forms and Form Functions
    · Attachments
    · Messages
    · Value Sets and Values
    · Lookup Types
    · User Responsibilities
    · Printer Definitions
    · FND Dictionary
    · Help Configuration
    · Document Sequences
    · Concurrent Manager Schedules
    To use FNDLOAD, the following syntax is needed.
    FNDLOAD apps/appspwd 0 Y mode configfile datafile entity [parameter1…..]

  • Trunk config between two 6500 cat switches

    Hi All,
    What is the recommended trunk configuration between 2 cisco 6500 switches including hsrp scenario.
    Thanks

    Hi Samir,
    In almost all scenarios, its recommended to have 'dot1q' encapsulation and a static trunk config 'switchport mode trunk'. Matching the native VLAN on both sides is required and will be VLAN1 by default.
    When configuring trunks, you should be mindful of VTP, trunk and STP states. Reviewing the following for mismatches between your Cat6K will help:
    - show vtp status
    - show interfaces trunk
    - show spanning-tree
    In terms of HSRP, it is also recommended to run HSRP active in the same location as STP Root to avoid any asynchronous routing problems.
    /ijay

Maybe you are looking for

  • Change item level field (in table VEDA) in Contract (VA41)

    Hi freinds, I am creating a Contract (VA41) & I want to change the value of "Contract validity period" (VEDA-VLAUFZ) in item level. Anyone know any exit to do that ? I have tried user exits in MV45AFZZ, but there was no appropriate one where I could

  • 11.3 update, podcasts won't update

    Updating podcasts had stopped working, so I updated to the latest release (11.3) but it still doesn't work. iTunes shows "last updated" as current time, so clearly thinks it's updating, but it's not. Sometimes, the update arrow spins round endlessly

  • Magic trackpad won't pair

    Just bought a magic trackpad and I can't get it to pair with my mac mini. I have a 2009 mac mini running lion with 8 gigs of ram. I turn on the trackpad and the light begins to blink , and then I click the track pad button in system preferences but i

  • Batch process

    Hi, Im new to using batch process and just trying to get my head around it. If I have a folder full of images that are varying dimensions (also some are wider than high, some are higher than wide). If I wanted to make whichever is the smallest dimens

  • How can one search for a filename anywhere on the Mac?

    How can one search for a filename anywhere or everywhere on the Mac?