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 TouchToneTommy 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 wabob

  1. wabob

    Cisco 5505 plugged into AP with multiple SSID'S

    You can create interface VLAN 10 with a nameif of 50 (leave interface VLAN 1 with the default nameif of 100) so any devices on VLAN 10 cannot initiate a connection with VLAN 1 BUT can nat and go out the Outside interface onto the Internet. One question - does that 5505 have the Base license or...
  2. wabob

    Configure WAN failover to IPSec

    Management wants a delay in case the main link flaps or is being tested by the service provider. They are afraid this would cause the critical applications at the remote site to hose.
  3. wabob

    Configure WAN failover to IPSec

    I just used dynamic routing protocols for this; eBGP over the MPLS cloud (primary link), and EIGRP over a GRE-over-IPSec tunnel (backup link). It fails over and back properly. However, I still wish to have a five minute delay for connectivity to resume over to the primary link once it has been...
  4. wabob

    How to connect iBGP over eBGP

    I used the neighbor x.x.x.x allowas-in command on the AS 65001 routers on both sides of the "cloud", now they are exchanging routes via eBGP. This was the result I wanted. Thanks for the idea! Ross Perot was right...
  5. wabob

    How to connect iBGP over eBGP

    Would as-override be configured on the "cloud" router only, with the two AS 65001 neighbors?
  6. wabob

    How to connect iBGP over eBGP

    I am trying to duplicate a production environment in a lab. The "remote site" router is BGP AS 65001, it has a neighborship with a router in the "cloud" that is BGP AS 12345 (not actual), then the other end of the "cloud" is adjacent to the "HQ" router which is also BGP AS 65001. In the actual...
  7. wabob

    Configure WAN failover to IPSec

    Hello. I am looking into implementing a WAN backup solution for some remote sites. The primary WAN connection right now is over MPLS to the router's serial interface, my company wants to have a backup internet connection to connect to the router's second fastethernet interface. If the main MPLS...
  8. wabob

    SUSE 10.0 DHCP server

    I bought a guide for SUSE Linux server and it showed me how. Not only can I create different subnet scopes, but I can bind manual DHCP to MAC addresses. Ross Perot and Ralph Nader were right...
  9. wabob

    Large file transfer - network freezes

    Interesting. So the Gigabit fiber card on the 4507 at the remote site was causing the whole problem? Ross Perot and Ralph Nader were right...
  10. wabob

    SUSE 10.0 DHCP server

    I am trying to set up a DHCP server using SUSE 10.0. I can create one DHCP scope for the same subnet as the server's NIC, but I want to create more DHCP scopes in different subnets. Anyone know how I can do this?
  11. wabob

    Bridging two vlans together with a crossover cable

    VlanX does not currently have an SVI. I have the two access ports shut down which are to be bridged together. Bpduguard and bpdufilter are enabled on both ports.
  12. wabob

    Bridging two vlans together with a crossover cable

    The IPs of the devices to be migrated cannot be changed (long story). That is why I want to bridge vlan 1 and vlan X together until migration is complete.
  13. wabob

    Bridging two vlans together with a crossover cable

    The IP gateway is still on VLAN 1. Once the devices are all migrated, we will take the SVI off VLAN 1 and put the same IP gateway address on the new VLAN, which does not have an SVI now. There are about two hundred devices on this IP subnet spread over about thirty or more downstream switches...
  14. wabob

    Bridging two vlans together with a crossover cable

    Hello. We are in process of migrating IP connectivity for network devices in one subnet from VLAN 1 to another VLAN. We are planning to connect a crossover cable on the core switch which will bridge an access port in VLAN 1 to an access port in the new VLAN. There are no other access ports...
  15. wabob

    Route Map Question

    If a router interface has a route map applied to it, and a packet does not match ANY of the match statements in the route map, does the packet still get routed as normal, or does it get dropped?

Part and Inventory Search

Back
Top