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 biv343 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 burtsbees

  1. burtsbees

    Is There a Way to Calculate the Memorty Req'd for An IOS ?

    What's wrong with Feature Navigator? It tells you what is required... How much flash/DRAM do you have, and what IOS are you trying to load? If you can't beat 'em, try, try again!
  2. burtsbees

    Cisco 2800 Series can't login

    show run but scrub your IP addresses, etc we'll start from there normally, it would be ip http authentication local and you would use the same username and pw that you used to ssh, assuming you're not using TACACS If you can't beat 'em, try, try again!
  3. burtsbees

    Firewall ACL question

    First, if you have any questions about how ASA ACLs are processed, there are a few other things you can look at: 1. hits on the ACL 2. the packet-tracer command---be sure to add the "detail" or "d" keyword at the end to get the most out of it. I am not sure what you mean by stating that the...
  4. burtsbees

    Cisco 881WD-E-K9 router configuration

    1. You need inside NAT (on vlan interface) 2. You need an acl for NAT If you can't beat 'em, try, try again!
  5. burtsbees

    Cisco 2800 Series can't login

    Also, another thought...any recent java updates? Have you tried a different browser? If you can't beat 'em, try, try again!
  6. burtsbees

    Cisco 2800 Series can't login

    That is logging into the telephony web GUI. I mean the router, like ssh access---can you login to the router via ssh? If so, if you posted a scrubbed config, that would def help. If you can't beat 'em, try, try again!
  7. burtsbees

    Help me build a network

    What equipment do you have? I would first separate them into their own VLANs (6, one each for BMS, CCTV,access control, fire alarm, admin & guest network). Start there---how many hosts would be in each VLAN? The would answer whether or not to do a layer 3 switch or router on a stick. Layer 3...
  8. burtsbees

    How do I enable SSH access in 2960x

    Been a while Andy...how's things? If you can't beat 'em, try, try again!
  9. burtsbees

    Cisco 2800 Series can't login

    How do you normally log into the router? Is it set for "login local", TACACS, what? If you can't beat 'em, try, try again!
  10. burtsbees

    Issue with port not have comunication Switch 3750X

    Got a scrubbed config? Are the users in the same VLAN or different VLANs? Did this work before? If you can't beat 'em, try, try again!
  11. burtsbees

    What Goes Into an SSH Public Key?

    SamBones nailed it. Here's more, if you have time to read: https://www.digitalocean.com/community/tutorials/understanding-the-ssh-encryption-and-connection-process If you can't beat 'em, try, try again!
  12. burtsbees

    Migrating Layer 2 network to VRF

    Wondering why you didn't go with B2B IPSEC VPN's for the third parties and throw incoming traffic into whatever VRF... ip access-list extended IP-Options-and-Powerball deny ip any any winning-powerball-ticket permit ip any any option any-options ! class-map ACL-Options-and-Powerball match...
  13. burtsbees

    Cisco 2911 and AT&T 3xT1 issues

    Don't you just love speech-to-text/autofill? ip access-list extended IP-Options-and-Powerball deny ip any any winning-powerball-ticket permit ip any any option any-options ! class-map ACL-Options-and-Powerball match access-group name IP-Options-and-Powerball ! policy-map CoPP-POLICY class...
  14. burtsbees

    Network + Subnet Mask

    What's the question? Routing? Like Jeter said, you'll need to NAT/PAT ip access-list extended IP-Options-and-Powerball deny ip any any winning-powerball-ticket permit ip any any option any-options ! class-map ACL-Options-and-Powerball match access-group name IP-Options-and-Powerball ...
  15. burtsbees

    Populate oblect group from DNS

    Have you tried creating a network-object with the FQDN? Also, for an easy ACL, you can create a port-service object group. ip access-list extended IP-Options-and-Powerball deny ip any any winning-powerball-ticket permit ip any any option any-options ! class-map ACL-Options-and-Powerball...

Part and Inventory Search

Back
Top