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 IamaSherpa 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. plcdoc

    Traffic-shape frustration on 2514 router

    Try setting the rate only. No "burst rate" entry: traffic-shape group 101 64000 Mostly, because you DON"T want to burst above your shaping limit. Remember, set the access list to cover all types of traffic. Either IP or (TCP,UDP,ICMP,etc.). And do apply the group statement on...
  2. plcdoc

    Traffic-shape frustration on 2514 router

    Just to be clear. You are using an access list with this? Without an access list the config should be: traffic-shape rate (bit-rate [burst-size excess-burst-size]]) With an access list it should be: traffic-shape group (access-list bit-rate [burst-size [excess-burst-size]]) Have you applied...
  3. plcdoc

    Ask for user in a telnet session??

    In global config: username fred password letmein ------------------------ in line config mode: login local remove existing password: no password (current password) ------------------------------ apply login local to all vty lines. as in: line vty 0 4 login local no password xxxxx

Part and Inventory Search

Back
Top