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 strongm 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. dtabera

    Trouble establishing TCP session across router

    Hi dozier, Did you check connectivity? Is NAT working fine? Did you issued 'deb ip nat det' and 'show ip nat trans'?
  2. dtabera

    Cisco 837 mem upgrades ?

    Then, hope this helps: Table 6 Dynamic RAM Upgrade Kits for Cisco 801-806, 811-813, and 826-828, 831, 836, and 837 Routers Description Cisco Part Number 4-MB DRAM module MEM800-4D= 8-MB DRAM module MEM800-8D= 16-MB DRAM module MEM820-16D= 32-MB DRAM module MEM820-32D=...
  3. dtabera

    Cisco 837 mem upgrades ?

    What are you looking for exactly? the part number? or the place to plug the memory in the board?
  4. dtabera

    Funny Login Banner

    Me too :-) thanks JOAMON. I will try to convince my boss to make some changes in the network...
  5. dtabera

    Cisco 837 mem upgrades ?

    Hi TLDuk: From Cisco web page, 830 series routers have 64MB DRAM memory by default: http://www.cisco.com/en/US/partner/products/hw/routers/ps380/products_data_sheet09186a008010e5c5.html And I think it is not upgradeable. can you paste a 'show ver' and the first lines of 'show mem free' to...
  6. dtabera

    NTP client configuration

    Hi all: I am trying to configure NTP secure client associations for all the routers in my network. Our NTP server does not admit authentication, so I thought that NTP access group could be a good choice. But, do I need to use NTP access group for clients? The config is only: ntp server 1.1.1.1...
  7. dtabera

    Almost complete

    Have you done some debugging to see what´s going wrong? show ip access-lists deb ip pack <acl no.> detailed Diego.
  8. dtabera

    Almost complete

    Hi: Have you used 'gt' instead of 'ge'?: access-list 100 permit tcp any any eq 80 access-list 101 permit tcp any any eq 80 access-list 101 permit tcp any any gt 1024 access-list 101 permit udp any any gt 1024 or access-list 101 permit tcp any any eq stablished (something like that)
  9. dtabera

    ASN Routers

    Thanks mate, I will try it. D.
  10. dtabera

    ASN Upgrade and new flash card

    Thanks Brat and NetManRick. Actually, I have two cards: a 8MB card inserted in slot 1 with sw 14.00, and a brand-new 16MB to store software version 15.00. Is it possible to have this second card in slot 2 with the new sw version, and boot the router with the new version using: bcc> boot...
  11. dtabera

    ASN Upgrade and new flash card

    Yes, they are stacked with SPEX-HS. D.
  12. dtabera

    ASN Upgrade and new flash card

    Hi: I want to upgrade a 3 slots - ASN router to 15.00. I have a spare 16 MB flash card to install in the ASN. I am not sure wether I need 3 16MB flash card or only one. I have read in "Installing and Maintaining ASN Routers and BNX Platforms" that I must use at least 3 flash cards, one for...
  13. dtabera

    ASN Routers

    Thanks Brat2: when you say straight cable and one-to-one connections, you mean pin 1 to ping 1, pin 2 to pin 2, and so on ¿right?: D.
  14. dtabera

    ASN Routers

    Hi: Does anybody knows if the ASN serial console cable (9 pin to 25 pin connectors) has a special pinout? I have been reading cable guide but I do not see it clearly. Regards, Diego.
  15. dtabera

    URGENT: PIX 506 Jumpers in motherboard to load IOS

    Hi everyone: I have a PIX 506 that does not load IOS. I know that if I take out a certain jumper in the motherboard, switch on and then off the device, and then I place the jumper back on its position, the PIX loads IOS and starts working. But I am not sure which jumper is the one I have to...
  16. dtabera

    ASN technical manuals

    www.nortelnetworks.com, then click Technical Documentation (on the 'research and buy' frame). Select 'BayRS Router Software' and choose the major sw release you need (router software v.13.x, router software v.14.x, router software v.15.x) Hope this will help you. Diego.
  17. dtabera

    Need help w/pptp

    I have not studied your config carefully, but it looks OK. Have you tried to ping PIX´s outside interface? And ping the PPTP client from inside? Do your internal machines have a correct route to 192.168.2.0 through the PIX? D.
  18. dtabera

    Enable SSH from outside

    you have to use ssh 0.0.0.0 0.0.0.0 outside and generate keys for ssh: ca generate rsa key 768 ca save all when you connect using ssh, you need a username and password. I have not been able to access using the default user, so maybe you will have to create a user: aaa authentication ssh...
  19. dtabera

    Funny problem

    Hi, just a remark: arp timeout at PIX is 14400 seconds (4 hours) by default, you can check it at: http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/cmdref/ab.htm#1026066 (no matter the version, it is the same for 6.1, 6.2 and 6.3) And timeout for dynamic NAT entries is three...
  20. dtabera

    NAT problem

    I agree with yizhar, it is better to use static if you are to use only one ip address. My proposal is: static (inside, outside) z.z.z.10 x.x.x.10 netmask 255.255.255.255 static (inside, dmz) y.y.y.10 x.x.x.10 netmask 255.255.255.255 Notice that the syntax is peculiar: static (source-interface...

Part and Inventory Search

Back
Top