Problem !!= Need help about "police cir" in MLS cisco 7604

hi  all ,
i have MLS cisco 7604  ,
i tried to use QOS to dedicate  cir for specific  subnet ,  but  it  failed , it seems that bandwidth command dont work on that platform !!!
my 1st  question eis  can i apply QOS  and use bandwidth command ??? is it impossible ????
=============================================================================================
my 2nd question is ,
i have 600 M as total download traffic ,
i want to limit the bw on the interface from 600M  to 520 M
i  configured the following :
================================================
Gateway7600#
sh ip access-lists drvirus
Extended IP access list drvirus
     10 deny ip any x.x.x.0 0.0.0.31 (1802 matches)
     20 permit ip any any (2507719 matches)
=================================================
Gateway7600#
sh class-map drvirus
Class Map match-all drvirus (id 4)
    Match access-group name  drvirus
===================================================
Gateway7600#
sh policy-map drvirus
   Policy Map drvirus
     Class drvirus
police cir 500000000 bc 93750000 be 187500000
    conform-action transmit
    exceed-action drop
    violate-action drop
====================================================
Gateway7600#
sh running-config interface gigabitEthernet 1/5
Building configuration...
Current configuration : 258 bytes
interface GigabitEthernet1/5
description 7600to7200
mac-address 503d.e5af.9c45
ip address 172.30.40.2 255.255.255.252
ip wccp 70 redirect in
ip wccp 90 redirect in
load-interval 30
service-policy input drvirus
service-policy output rateupload
end
==========================================================================
but  when i try to put under the interface level ,
service-policy input drvirus
it fails  and give me the error ===>
Gateway7600(config-if)#service-policy input drvirus
burst (bc)  must be between 1000 and 31250000 for this interface
Configuration failed on GigabitEthernet1/5
i tried another  trial ,
i changed police cir  from 
police cir 500000000 bc 93750000 be 187500000
  to ===>  
police cir 500000000 bc 250000 be 1000
after that , it was accepted under the interface command.
but i dont see any limitation in bw !!!!!!!
wish to help me =============?
================================================
i have the following speifications :
Gateway7600#sh module
Mod Ports Card Type                                     Model                 Serial No.
   1    9  Supervisor Engine 32 8GE (Active)       WS-SUP32-GE-3B      SAD104204GX
Mod MAC addresses                            Hw   Fw              Sw             Status
   1  0018.bad2.2324 to 0018.bad2.232f  4.4   12.2(18r)SX   15.2(4)       Ok
Mod  Sub-Module                      Model                 Serial        Hw      Status
   1  Policy Feature Card 3        WS-F6K-PFC3B        SAD104201HK  2.3    Ok
   1  Cat6k MSFC 2A daughterboard WS-F6K-MSFC2A       SAD104004UC  3.1    Ok
Mod  Online Diag Status
   1  Pass
===================================================================
Gateway7600#sh version
Cisco IOS Software, c7600s3223_rp Software (c7600s3223_rp-ADVENTERPRISEK9-M), Version 15.2(4)S, RELEASE SOFTWARE (fc1)
Technical Support:
http://www.cisco.com/techsupport
Copyright © 1986-2012 by Cisco Systems, Inc.
Compiled Fri 20-Jul-12 18:18 by prod_rel_team
ROM: System Bootstrap, Version 12.2(17r)SX3, RELEASE SOFTWARE (fc1)
BOOTLDR: Cisco IOS Software, c7600s3223_rp Software (c7600s3223_rp-ADVENTERPRISEK9-M), Version 15.2(4)S, RELEASE SOFTWARE (fc1)
Gateway7600 uptime is 32 weeks, 7 hours, 6 minutes
Uptime for this control processor is 13 weeks, 7 hours, 10 minutes
System returned to ROM by power-on (SP by power-on)
System restarted at 06:26:11 UTC Sat Apr 20 2013
System image file is "sup-bootdisk:c7600s3223-adventerprisek9-mz.152-4.S.bin"
Last reload type: Normal Reload
Last reload reason: Reload Command
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
[email protected].
cisco CISCO7604 (R7000) processor (revision 2.0) with 458752K/65536K bytes of memory.
Processor board ID FOX1509G2DK
R7000 CPU at 300MHz, Implementation 39, Rev 3.3, 256KB L2, 1024KB L3 Cache
Last reset from power-on
1 Virtual Ethernet interface
9 Gigabit Ethernet interfaces
1915K bytes of non-volatile configuration memory.
65536K bytes of Flash internal SIMM (Sector size 512K).
Configuration register is 0x2102
===================================================================================

any suggestion ??? any help ???

Similar Messages

  • Hi, Need help about ios7 upgrade, after this upgrade I cannot watch youtube or any video with my Ipad,

    Hi, Need help about ios7 upgrade, after this upgrade I cannot watch youtube or any video with Ipad, and Iphone as well
    I think my wireless rooter's setting has some problem but cannot found anything to solve,
    I can watch if there is another wireless network , I tried this option in another place who has wireless network and I can watch.
    Do you have any idea to do these setting , I dont have any problem when Ipad has 6.1.3 IOS,
    need help
    thanks

    Thanks
    I will and share the result.

  • Need help about Hidden Markov Model model

    I want to make classification for EEG signal using Hidden Markov Model
    algorithm based on neural network.
    plz need help about how to implement this algorithm using LABVIEW.
    if not I want another thing to make classification.
    any one know information about this topic, send me a reply
    thanks

    Have you derrived the HMM that you want to implement?
    If so, post the algorithm and we can provide comments on how to implement it using LabVIEW.
    Message Edited by Ray.R on 04-12-2010 12:54 PM

  • Need help about ref cursor using like table

    Hi Guys...
    I am devloping package function And i need help about cursor
    One of my function return sys_refcursor. And the return cursor need to be
    join another table in database . I don't have to fetch all rows in cursor
    All i need to join ref cursor and another table in sql clause
    like below
    select a.aa , b.cc form ( ref_cursor ) A, table B
    where A.dd = B.dd
    I appeciate it in advance

    My understanding is that you have a function that returns a refcursor and is called by a java app.
    Because this is a commonly used bit of code, you also want to reuse this cursor in other bits of sql and so you want to include it like table in a bit of sql and join that refcursor to other tables.
    It's not as easy as you might hope but you can probably achieve this with pipelined functions.
    Is it a direction that code should be going down? yes, eventually. I like the idea of pulling commonly used bits of code into a SQL statement especially into the WITH section, provided it could be used efficiently by the CBO.
    Is it worth the effort given what you have to do currently to implement it? possibly not.
    what else could you do? construct the sql statement independently of the thing that used it and reuse that sql statement rather than the refcursor it returns?
    Message was edited by:
    dombrooks

  • Need help about boot SUNFIRE V120

    Hi all....
    I need help about how to change boot from boot net to boot disk....
    after i installed sun solaris 10 at my sunfire v120, then reboot the machine ... this sunfire still boot from net not from disk...
    can i change it?
    please i really need help ....
    thanks

    If its booted, try "eeprom boot-device=disk"
    If your at the OBP, "setenv boot-device disk".
    If that doesnt work check the value of "diag-switch?".
    It could be booting off the the diag-device instead

  • Need Help about 3D and revolving in illustrator

    I really need help about 3D, Please tell me that How i create 3D in illustrator
    i want to revolve text or shape around any object like this, any plugin? or other software required for this?
    if somebody know this it will be really help full
       http://rcgrafix.fizwig.com/1452732-large.jpg    
       http://rcgrafix.fizwig.com/1384370-large.jpg
       http://rcgrafix.fizwig.com/1062180-large.jpg
    Thanks
    Arsi

    if links are not working try Copy and paste it in to your browser address bar
    thank you

  • Need help about the SHA Message Digest ? & what is use of Message Diagest ?

    need help about the SHA Message Digest ? & what is use of Message Diagest ?
    1>i have one program of making message digest
    2>which requires two files name
    3>one for input like txt
    4> second is out put file of message digest
    can any one tell what is the use of second generated file .

    MessageDigest md = MessageDigest.getInstance("SHA");
    FileInputStream fis = new FileInputStream(args[0]);
    byte[] b = new byte[1024];
    int readed = -1;
    while((readed = fis.read(b)) > 0)
         md.update(b, 0, readed);
    fis.close();
    FileOutputStream fos = new FileOutputStream(args[1]);
    byte[] d = md.digest();
    StringBuffer sb = new StringBuffer();
    for(int i = 0; i < d.length; i++) {
         String str = Integer.toHexString(d[i] & 0xff);
         sb.append(str.length() < 2 ? "0" + str : str);
    fos.write(sb.toString().getBytes());
    fos.close();

  • Need help about 1015

    need help about 1015 it says connect iphone to itunes on screen i did it but it doesnt work and says unexpected 1015

    Try restoring it: Make sure you are following the instructions in this procedure to the letter.  Here they are, with emphasis on some easily overlooked requirements:
    Disconnect the USB cable from the iPhone, but leave the other end of the cable connected to your computer's USB port.
    Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.If you cannot turn off the device using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When the device turns off, release only the Sleep/Wake button.
    Continue pressing and holding the Home button while you reconnect the USB cable to the device. The device should turn on.
    Note: If you see the "low battery" screen, let the device charge for at least ten minutes to ensure that the battery has some charge, and then start with step 2 again.
    Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears (iTunes icon and USB connector) release the Home button.
    If necessary, open iTunes. You should see the "recovery mode" alert ("iTunes has detected a phone in recovery mode").
    Use iTunes to restore the device.
    If you do not see the "Connect to iTunes" screen, try these steps again.
    If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    If you have backed up the iPhone in the past, select the device in iTunes and choose "restore from backup".

  • Need Help About AC or battery or pc :(

    Hello!
    i am kinda new to the forum,i have GT70 2pe dominator pro laptop(bought from ibuypower) When i play demanding games,my ac unplugs itself from the laptop i dont know what to do ,i updated ec,bios,did the ec reset,battery calibration(from msi support page), but i did these long time ago i dont know if this started then or the problem was already on pc when i bought it,i didnt test playing demanding games before i did those things
    I tried playing w/o battery sometimes when the game loads laptop shuts down
    So i really need help..? 

    i think i have the correct model,well if it is going to fail can i use it until i buy a new one 2 weeks later?,i mean is this going to do harm to my computer until i get a new one?
    Thanks for the help  (sorry about the full sized picture)

  • Need help about button

    Hi everybody!
    I'm from Italy, so I need help regarding button
    I create an animation, I put a button to replay the movie by this code:
    on (release) {
    gotoAndPlay(1);
    but in AS3 doesn't work. Can you help me pls?
    Another problem...I need a very simple preloader that display only percentage, stop.
    Anybody knows a template or tutorial about this?
    Thx in advance!

    What do you mean by scene2?. You can only preload external content like a picture, another swf, etc...a much simpler example:
    var myLoader:Loader = new Loader();
    addChildAt(myLoader,0)
    myLoader.load(new URLRequest("http://www.snowman-jim.org/science/images/north-pole-sun-moon.jpg"))
    myLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loading)
    myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, finishLoading)
    function loading(e:ProgressEvent):void{
        info_txt.text="Loading.."Math.floor(e.currentTarget.bytesLoaded/1024)" Kb";//e.currentTarget is referring to myLoader.contentLoaderInfo
    function finalizado(e:Event):void{
        info_txt.text="I'm done!";
    Just change myLoader.load(new URLRequest("http://www.snowman-jim.org/science/images/north-pole-sun-moon.jpg")) path for the relevant path to the file you want to preload.

  • Need Help about GPS; WLAN Nokia C6

    Hello,
    i need some help about my nokia c6 handy, because i can´t use the WLAN over 3 minutes. Whats wrong with this Handy, i buy them yesterday.
    My next problem is the GPS.
    I don´t have a internet flat, thats the reason that i locked my internet.
    But when i will navigate with the OVI Maps, the navigator find my "Own Position" 400 meters an another place, that i was sitting.
    Please Help me!
    MFG
    ganove

    @Boesfx
    Welcome to the forum!
    Sorry for being pedantic but is your phone C6-00 or C6-01 as former is S60 5th Ed. and latter Symbian Anna OS?
    For C6-00 this is useful Nokia resource:http://www.nokiausa.com/us-en/support/product/c6-0​0/userguide/?action=onlineuserguidepagechange&pFil​...
    For C6-00 Try going to Menu > Applications > Location > Positioning > Positioning methods - disable all except Integrated GPS, go outside away from tall buildings if feasible launch Ovi Maps and wait 20 - 30 minutes for device to obtain first positional fix.
    For C6-01 Try going to Menu > Settings > Application settings > Positioning > Positioning methods - disable all except Integrated GPS, go outside away from tall buildings if feasible launch Ovi Maps and wait 20 - 30 minutes for device to obtain first positional fix.
    Be warned however that relying solely on Integrated GPS can be a disappointing user experience due to compromises in GPS antenna size/shape within a mobile phone compared to stand alone sat-nav unit.
    Happy to have helped forum with a Support Ratio = 42.5

  • Need help about RRD4J, get data from rrdb

    i need more help about roundrobin database, especially using RRD4J library.
    i want to know, if i have one file database data1.rrd and i specific want to get data from startTime to endTime.
    how i can get that data from that database, and move them to another database file data2.rrd.
    can i do this?

    thx jschell
    javadoc from rrd4j not clearly enough for me to understanding about prosesing add, update and get data in there, so i ask in this forum may be anyone can give me solution.
    i think it's simple problem but i don't know how to implement with this API.
    with rrd4j we can create roundrobin database (rrd), the output in example: data1.rrd
    i just want to get data that i had put in data1.rrd to move them to another rrd, example: data2.rrd.
    data1.rrd and data2.rrd, they have same lastupdate time.

  • Zen Vision:M problem, NEED HELP!

    My zen vision:m is starting to run slowly. It started right after my player froze and i reset it.Now its really slow and barely even switches screens sometimes.Right now its just a black screen with the keypad lit up.Whats wrong with it'sI NEED HELP!

    johnnnyp wrote:
    hi, i have a problem with my creative vision m. i wanted to watch a movie and it froze. i tried to shut it down but it wouldnt respond, and now is frozen. please help me if you can!
    You know its kinda rude to derail XBenzinoFla thread with your own problems, make your own thread next time.
    But to the both of you especially XBenzinoFla, try putting your ZVM in rescue mode and run scan disk to see if it hel
    ps.

  • Zen Micro problem need help

    Today i was listening to music and my zen micro just froze while playing and no buttons could be pressed and the lock button wasnt on. So i took the battery out and rebooted the player but it froze at the creative screen. I went home and i went to recovery mode and tried to reload the firmware but it said erasing firmware for more than 2 hours. So then i tried a format but it said formating for the same amount of time. I need help please. Also, recently i've had problems witht the headphone jack. When ever i would stick it in it would sound distorted and i would have to move it around until i got it to a certain spot to hear it good again. If anyone else has this problem please tell me. One more thing i had returned my other micro zen in for hard dri've probems and this was my new one do u think if i have to return in (hopefully not) that they would accept it.

    If the functions in Rescue Mode aren't working properly then you need to contact Creative Support.

  • Need Help about my email folder on my curve 8520

    Need help
    How to use the same folder email on my blackberry?
    When I change my mobile network and register again my bb and setup email again with my old email, my bb will make a new folder to store my email.
    How can I change my bb setting still using my old email folder?
    Thank you
    Solved!
    Go to Solution.

    Yep, different moble providers, different BIS BlackBerry Internet Service accounts.
    I dont understand the problem. Look at your main Messages folder. Press the Menu key > Inbox Settings, can you select there which email accounts go to the main Messages folder?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Application wide popup menu for JTextComponent descendants

    Hi! I'm working on large project with reach Swing GUI and I got stuck with one small but wery annoing problem. I have to append simple popup menu to all text input fields (JTextComponent descendants) in whole application. I'm realy lazy to append mou

  • Can multiple users on one mac access Photoshop Elements?

    Hi all, I am considering purchasing Photoshop Elements on our family Mac, there are four user accounts, when Elements is installed is it possible for all users to access it? I appreciate that I will probably have to amend the users access rights thro

  • IMac Printer recommendations and help please...

    Hi there I am looking for an all-in-one printer for my iMac 24. I have an older printer that i used to use with my old Windows PC, but have had issues with it on my Mac. Any good recommendations are most welcome. Also, I used to scan stuff into Photo

  • Changing location of Iphoto library

    I am looking to change my Iphoto library to an external hard drive, as my 250GB internal drive is just not large enough, especially as I am now using itunes to watch movies and TV shows. Is this a simple operation? The help menu has instruction on ch

  • Export Data to Excel sheet

    Hi Friends, Can anyone please let me know how to insert value into particular cell of Excel sheet.I can identify particular cell by column number AA,AB etc) and row number(98,99,100 etc). I am using sql developer.Is there any built in functions?