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 Wanet Telecoms Ltd 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 sharkyj72

  1. sharkyj72

    how to limit the bandwidth on cisco 2950 switch ethernet per port?

    Have you got the Enhanced Image (EI) software installed? If you've just got the standard image (SI) then you wont be able to do it. An example of how you would do it on an EI 2950 is as follows, access-list 1 permit x.x.x.x -(address of host or network to be rate limited) class-map example -...
  2. sharkyj72

    My dead horse, so I must beat it!

    yep, RIP does not include in its updates classful routing information, that is all it will do is, 10.0.0.0 20.0.0.0 30.0.0.0 etc. try using RIP2 or IGRP.
  3. sharkyj72

    WinXP PPP on 3600 AUX/MODEM

    Config as promised. Note: This uses TACACS+ running on Cisco ACS v3.1 for Win to authenticate users and authorise services. I configured an IP pool on the TACACS+ server. You could use a local pool instead which would be simpler. nas1#sh run Building configuration... Current configuration ...
  4. sharkyj72

    WinXP PPP on 3600 AUX/MODEM

    Thanks irasman but it was a problem with autobaud in the IOS. I forced it to use 38400 and now it works fine :) I now have full WinXP Dial up Networking via PPP to a Cisco 3640 with a modem attached to the AUX port. It even works with full tacacs+ authentication, authorisation and accounting...
  5. sharkyj72

    WinXP PPP on 3600 AUX/MODEM

    Ok this has me a little stumped ;-) Has anyone successfully configured a Cisco router to enable Remote LAN Access via Windows PPP using a modem connected to the AUX port? My scenario is this. I am testing Cisco ACS for Windows using a variety of access methods (LAN, dial, wifi etc). Currently...
  6. sharkyj72

    cisco 2600 routers

    Yes, providing you've got a IOS image that supports it. IP feature set 12.2(15)T should do the trick.
  7. sharkyj72

    router-to-firewall config

    Im not sure I understand what you mean. Youre router passes all IP traffic, regardless of port using the routing table. If your NAT'ing the general rule of thumb is this, Incoming traffic (outside to inside) - check for nat rule then pass to routing table. Outgoing traffic - check routing...
  8. sharkyj72

    router-to-firewall config

    jpeanut, all you need on the router is a static route to the internal network on the firewall, eg ip route 192.168.0.0 255.255.255.0 192.168.2.2. on your firewall you'll also need a route back to the 24 address eg ip route 24.0.0.0 255.0.0.0 192.168.2.1 That sorts out the routing. If...
  9. sharkyj72

    How could I get the ios of Catalyst 2926T?

    no sorry I cannot as this would be a breach of you license agreement with cisco. please speak to your vendor or call you local cisco representative.
  10. sharkyj72

    router interface

    Pugdog i think you'll a little confused. The wan interface (wic-1t) has nothing to do with dhcp. Its just an interface, you can assign a static address to it or sometimes you may want an address assigned dynamically to it by another device (ie a dhcp server). You can setup your router to...
  11. sharkyj72

    How could I get the ios of Catalyst 2926T?

    2926 is part of the 5000 series family, hence you need the 5000 series CatOS software, not IOS or 2950 software. I found it without any problems on CCO. If you've got access to CCO for s/w downloads you should find it too.
  12. sharkyj72

    QoS

    >So besides CoS and VLANs, what else should/could I do on the Cisco switches? DSCP is supposed to be the successor to IP Precedence so I'm assuming that is what I should use on the router. Would I then map the Cos Value to the DSCP value and then send over the T1? Yes, in theory, you should...
  13. sharkyj72

    QoS

    Your right, L2 switches can only read/mark packets with 802.1Q/P headers. Since they don't read the IP header, they cannot do anything with IP Prec, ToS or DSCP. Echo cancellation is a feature that minimises feedback on the voice conversation. It cancels out the sound of you own voice coming...
  14. sharkyj72

    bandwidth limit on 2500 series

    I believe that the max throughput on the 5 in 1 sync card is 4mb. In order to run high speed wan services you typically need a hssi port. These routers do not support hssi. To utilise the full line rate capacity of a t3 service you'll need at least a 3600 series router. If your doing...
  15. sharkyj72

    Blocking kazaa on switch

    Find out which inside IP addresses you want to block. For example you might want to block 77.30.22.1 - 77.30.22.16 Then you can add an access list to your NAT statement on the router (I'm presuming here that your using Cisco routers). For example, ip nat pool testpool x.x.x.x x.x.x.x netmask...

Part and Inventory Search

Back
Top