Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jondoe0069

    Multilink on 3600 Series not working correctly

    Everything is working now. AT&T gave us the wrong IP address information. Once we were given the correct addresses, everything began working properly. Thanks for all the help and suggestions!
  2. jondoe0069

    Multilink on 3600 Series not working correctly

    Thanks for all the responses guys! We've sent our configs to AT&T and it seems as if the problem is on their end. We have a conference call with them later this morning and if the issue is resolved then, I will come back and post the problem/ fix to close out the thread. Thanks again!
  3. jondoe0069

    Multilink on 3600 Series not working correctly

    Also, I should note that I have a ton of input errors, crc, and frame on my counters for int 0/1, 1/0, and 1/1 but not 0/0. Each of these counts is in the low thousands for each interface.
  4. jondoe0069

    Multilink on 3600 Series not working correctly

    After going back and forth with AT&T and having them keep passing the buck, I thought maybe someone might be able to see what is going on with our multilink set up: We order 4 T1's bonded from AT&T and have confirmed that they have a multilink set up on their end and all 4 T1s connect to the...
  5. jondoe0069

    Sample Pix 515/515E to ASA 5510 Site to Site VPN Config?

    It all works now. I deleted all of the dynamic crypto map stuff. I don't know why I had that in there. Looking in my ASDM, I saw that I somehow had created both a dynamic and a static crypto map on the ASA. The dynamic was priority 1 and it wasn't fully configured. I must have entered some...
  6. jondoe0069

    Sample Pix 515/515E to ASA 5510 Site to Site VPN Config?

    Here are the errors I receive on the ASA when I try to ping its inside interface from the inside of the PIX: 3 Feb 19 2009 16:07:21 713042 IKE Initiator unable to find policy: Intf outside, Src: 10.129.5.4, Dst...
  7. jondoe0069

    Sample Pix 515/515E to ASA 5510 Site to Site VPN Config?

    That is all I changed. The Cisco VPN support person told me to make those changes. I do have all interesting traffic defined as far as I can tell. I also have my NAT 0 statements in there.
  8. jondoe0069

    Sample Pix 515/515E to ASA 5510 Site to Site VPN Config?

    The tunnel is now up. I was missing the following on the ASA: crypto isakmp identity address and sysopt connection permit-vpn I still can't ping from one remote LAN to the other though. Do I need to create ACL's on the inside interfaces to allow the traffic from one LAN to the other? I...
  9. jondoe0069

    Sample Pix 515/515E to ASA 5510 Site to Site VPN Config?

    And I just added a default route on the outside interface to hit the next hop of the PPPOE connection at the ISP.
  10. jondoe0069

    Sample Pix 515/515E to ASA 5510 Site to Site VPN Config?

    Oh, sorry- Also, I don't have a global. I didn't think I needed one since I'm only trying to traverse the tunnel. Is that still necessary? Wouldn't it just encapsulate the traffic in the tunnel since it's LAN to LAN?
  11. jondoe0069

    Sample Pix 515/515E to ASA 5510 Site to Site VPN Config?

    North, It has a public address on the outside. It is static and stays the same, but it is obtained from the PPPOE connection, so it is not manually assigned in the config. I can ping from one firewall to the other and vice versa (outside to outside) over the internet. Unclerico, I'm an...
  12. jondoe0069

    Sample Pix 515/515E to ASA 5510 Site to Site VPN Config?

    I am trying to create the tunnel between 10.133.2.0/24 on the PIX's inside int and 10.129.5.0/24 on the ASA's inside int. Thanks for any help! PIX 515E Config: PIX 515E(config)# show run : Saved : PIX Version 6.3(5) interface ethernet0 100full interface ethernet1 100full interface ethernet2...
  13. jondoe0069

    Sample Pix 515/515E to ASA 5510 Site to Site VPN Config?

    I have a Cisco PIX 515 and 515E at two remote locations that I need to use in a Site to Site VPN setup with an ASA 5510 at my headquarters location. I have gone through many configs and various info and have tried to set up the Site to Site VPN between these devices, but I'm not having any luck...
  14. jondoe0069

    PIX 515/515E (6.3) to ASA 5510 (8.0) Site to Site VPN Help

    I have PDM on the pix and ASDM on the ASA. I tried using the GUI/ Wizard with no luck. I understand most of what I'm doing in the CLI, but for some reason, it's not connecting, so I just wanted a guide to see if there is anything I might be missing. I will check in that forum and post my...
  15. jondoe0069

    PIX 515/515E (6.3) to ASA 5510 (8.0) Site to Site VPN Help

    I have a Cisco PIX 515 and 515E at two remote locations that I need to use in a Site to Site VPN setup with an ASA 5510 at my headquarters location. I have gone through many configs and various info and have tried to set up the Site to Site VPN between these devices, but I'm not having any luck...
  16. jondoe0069

    XSL Transform formatting not showing up

    **The spacer element is the last one on the stylesheet. The "Spacer/SpacerItem" shows, but not the fields before it.
  17. jondoe0069

    XSL Transform formatting not showing up

    I have an XSL transform style sheet that takes data from an xml file and transforms it into the formatting I set. This is used for a navigation menu that has sub-menu formatting for sub-menu items. I'm trying to create an element to insert a space between the two sections of my menu, but some...
  18. jondoe0069

    xsl formatting not showing up...

    Sorry, I was tired this morning when I wrote this. The field with the data (value-of-select) is showing up with the correct formatting, but the following table formatting doesn't show up: <td colspan="3" height="1"><img src="http://meekweb/images/meekwebLayout/spacer.gif" width="180"...
  19. jondoe0069

    xsl formatting not showing up...

    I know I'm doing something dumb, but someone please tell me why my spacer image/line is not showing up on my page from the following code: <xsl:for-each select="Spacer"> <tr bgcolor="#efefef"> <td colspan="3" height="1"><img src="http://meekweb/images/meekwebLayout/spacer.gif"...

Part and Inventory Search

Back
Top