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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by voltron1011

  1. voltron1011

    Subnetting

    192.168.x.x is a private address scheme, so you can take 192.168.1.x/24 or 192.168.2.x/24 and so on. You also mention static addresses, but I assume you mean external addresses. This doesn't really matter because you are already doing NAT/PAT (network address translation, port address...
  2. voltron1011

    Redundant WAN connection on Cisco 1811

    You can do floating default routes with track statements, like this: ! ip sla monitor 100 type echo protocol ipIcmpEcho 10.100.7.1 source-interface FastEthernet0/1 timeout 500 frequency 3...
  3. voltron1011

    T1 multiple public IPs ASA5505 newbie questions.

    Try the ASA/PIX forum: http://www.tek-tips.com/threadminder.cfm?pid=35
  4. voltron1011

    DHCP Configuration Trouble

    Yes, there's a lot of commands on routers and switches that won't show up in the config lines. This is usually the commands that are 'on' by default.
  5. voltron1011

    cisco 1841

    Just type the following commands: conf t config-register 0x2102 ctrl-z write mem It should boot up normally after that.
  6. voltron1011

    Need hardware requirments for running BGP on CAT 3550

    http://www.cisco.com/application/pdf/en/us/guest/products/ps708/c2072/cdccont_0900aecd805f0955.pdf
  7. voltron1011

    3950 uplink configureation

    interface Gigx/x description Trunk to Core switchport trunk encapsulation dot1q switchport mode trunk You'll also need to add it to you your VTP domain.
  8. voltron1011

    Need hardware requirments for running BGP on CAT 3550

    Correction to my last... The 3560 and 3750 can both do BGP with the IP SERVICES IOS. Also, the 4500, 4900, and 6500 can all run it as well.
  9. voltron1011

    Need hardware requirments for running BGP on CAT 3550

    I'm pretty sure you can't run BGP on a 3550. I know for a fact that you can't on the 4500's. I'm pretty sure that only the 6500's can do BGP.
  10. voltron1011

    Redundant ISP setup

    Yeah a 1700 should work fine. Reliable Static Routing Backup is what I recommended, and as long as you have it setup right (pinging the next-hop of your default-gateway) it works really awesome.
  11. voltron1011

    1900 v 2950. difference?

    I stand corrected on the VLAN's... I must have confused the 1900 with one of the older Cisco hubs that looked really similar.
  12. voltron1011

    1900 v 2950. difference?

    1900 is much older and is just a 'simple' switch. 2900 series allows you to break up the switch into numerous virtual-lans. Also, I think the 1900 was only 10mbs, whereas the 2900 is 10/100.
  13. voltron1011

    NAT for 2 FTP servers

    Wow Burt, this is the first time I've ever seen you post a question. Anyways, have you run a port scan on that port from the outside to see if maybe it's being blocked by your ISP?
  14. voltron1011

    Redundant ISP setup

    Depending on what kind of routers you have, you can probably get away with some floating static routes with some track statements. Let us know what kind router(s) you have
  15. voltron1011

    HSRP with a layer 3 switch?

    We have HSRP running on our corp switches (4500's) with multiple vlans. Every other vlan is set to be primary each switch: SWITCH 1: Vl1 1 100 P Active local 172.20.1.3 172.20.1.1 Vl100 1 90 Standby 192.168.100.203 local 192.168.100.201...

Part and Inventory Search

Back
Top