CCENT (ICND1)CCNA (ICND2)RoutingWAN

Clock rate and Bandwidth commands

Two commands which are often confused or misunderstood, are the clock rate and bandwidth commands.

In order to understand clock rate we first need to understand how the cabling works on routers. When connecting two routers together with a serial cable, one of the routers needs to host the DCE (Data Communications Equipment) side of the cable, and the other will host the DTE (Date Terminal Equipment) side. Most serial cables are marked on the connector if it’s the DTE or DCE.

So what’s the difference between the 2 sides? The DCE side of the cable is the side that sets the speed of the link (also known as clocking). Based on this, it’s safe to assume that the cable coming out of your router and going to your service provider is the DTE side, since you service provider sets the speed of the line based on the subscription you have purchased. The DTE side of the cable is where the communications terminate ie: your router terminates the connection from the service provider.

From a configuration point of view the DCE side of the cable is able to use the clock rate command to set the speed of the line. If the command is not used the interface will run at the maximum speed supported by the interface. If you have only subscribed for a 64k line, then the clock rate would have been set on the DCE side of the cable using the command ‘clock rate 64000’ under the interface.

AOIP.ORG# conf t

AOIP.ORG(config)# interface serial 1/0

AOIP.ORG(config-if)# clock rate 64000 (represented in BITS per second)

If you try use the clock rate command on the DTE interface you will receive the following error message “This command applies only to DCE interfaces”

To identify which end of the cable has been plugged into a Cisco router, you can also use the command “show controller” – see below diagram.

Cisco Show Controller Command
Cisco Show Controller Command

The bandwidth command however does not adjust the speed of the line at all, however it should be configured on ALL DTE and DCE interfaces because it is used by;

1/ Routing protocols – to calculate the cost of a path

2/ QOS (Quality of Service) – to identify how much bandwidth is availble to prioritize,

If no bandwidth command has been configured on the interface, Routing protocols and QOS will assume the line is running at the maximum speed supported by the interface which can result in incorrect routing and incorrect prioritization of packets.

The bandwidth command is issued under the interface, as is represented in Kilobits per second

AOIP.ORG# conf t

AOIP.ORG(config)# interface serial 1/0

AOIP.ORG(config-if)# bandwidth 64 (represented in kilobits per second)

32 thoughts on “Clock rate and Bandwidth commands

  1. hi,

    i am confused about the bandwidth. we have to synchronize bandwidth according to the clock rate. let’s say if the clock rate is 64000 then we must configure bandwidth 64kb/s to flow the packets without any lose.

    regards,

    rasreh

  2. Hi Rasreh,

    It’s not so much of a case of “synchronizing” the two sides. You need to look at them as two different entities altogether.

    The Clock rate command, will define the speed and set the line to only operate at that speed. This is usually done by your telco, but obviously in a lap environment you would need to set one side of your cable as the DCE and hence set the clock rate of that line.

    The bandwidth command however doesn’t set the speed AT ALL.

    The bandwidth command is what things like your routing protocols use to identify the least cost routing.
    So for example, if you have a 128k interface (physical support, not clock rate or bandwidth), your routing protocol will use the 128K for its formula to calculate the cheapest route to the destination. However, what if the line is ACTUALLY only running at 64k because that is all you have paid for from your telco? Your telco would have set the clock rate value on their side (DCE) to 64000 (64k) however your routing protocols still believe that the line is running at full speed (128k). This would then cause incorrect routing as the cost of the line has been calculated incorrectly as well.

    To remedy this, we put the bandwidth command on our side of the interface to inform things like routing protocols what the REALY speed of the line is so its calculations are correct.

    NOTE: It’s not only routing protocols that use this, QOS is one of the most important things to watch out for as its entire structure is around the bandwidth command.

    The main thing to understand about the difference between the two is this.

    Clock rate is WILL set the speed. Whatever is defined with the clock rate command will force the line to run at the given speed.

    Bandwidth is an indication to products like routing protocols and QOS as to what they line is “supposed” to be running at.

    This of course means that you could “lie” about the speed of the line with the bandwidth command. But would it really change the speed? – No, but it would influence how things like routing protocols make decisions about their path selection.

    I hope this helps.

    Best Regards,
    Jay

  3. ok thanks really helpful…..

    let say if you set up the bandwidth to 2000Kbps & set the clock rate also 2Mbps what could be the out put of the router. and the next issue is my IOS version is 12.4, when i entered the clock rate in the DTE interface it takes the value, what could be the problem
    Aslam

  4. hi,
    this was helpful….
    but does that mean if service provider sets the clock rate to 128k , we can set the bandwidth as 64 according to our requirement..

  5. @Aslam

    Remember it’s only the clock rate that will determine the speed of the line, not the bandwidth command. So if the clock rate has been set to 2Mbps, that is the speed the line will run at regardless of the bandwidth command.

    With regards to your problem on the DTE interface. It’s not possible to set the clock rate on the DTE side of the cable if everything is cabled correctly and you are using a real device (not a simulator or emulator like Boson or Dynamips). So assuming you are using a realy Cisco device, and your cable is plugged in correctly, this should not be possible.
    I have seen this happen on a few occurances, and all were resolved when the cables were tested and re connected.

    I hope this helps
    Jay

  6. @Mitesh,

    Yes you could do that. The first question of course would be… why?
    If the clock rate has been set at 128kb, it would be normal to configure your bandwidth statement to match. There are a few cases were this does not apply, and certainly you may have one of these cases. Just remember, try not to “lie” to the interface about what it’s speed is or when you try configure something like QOS on the line you are going to run into problems.

    Hope this helps
    Jay

  7. This does not answer my issue:
    How do you find that how much is bandwidth for that interface? I tried “show controller” but don’t see any output saying that BANDWIDTH = 1000000 or something like that.

  8. @Raj,

    You won’t see the bandwidth with “show controller”, you will see the clock rate though. Look at the above screen shot, you will see it says “received clockrate …….”.

    Bandwidth has no control over the actual speed of the line. If you want to see what bandwidth has being configured on the interface, you can get this from a “show run” or even a “show interface”.

    Remember, clock rate is the ACTUAL speed, bandwidth is a value that you allocate to the link to help with routing decisions and QOS.

  9. HI all

    I am using Bosonv6 ….when i am giving clock rate command to router then it showing
    ( % ambiguous command “clock rate 64000” ).
    can any one tell me…that how can i resolve this problem

    1. Hi Gaurav,

      Boson is a simulator, so sadly it does not have every command programmed to do something. Assuming you are typing the “clock rate 64000” under the interface, then Boson doesn’t’ support the clock rate command.

      Although Boson used to be the number 1 program for learning Cisco commands, it’s been overtaken a few years ago by Dynamips. Otherwise known as Dynagen or GNS3. It is an emulator not a simulator so it accepts ANY commands you throw at it as long as the IOS you have loaded supports the command. Best of all, it’s free… you just need to get your hands on a IOS.

      Hope this helps.

  10. Hi Jay,

    First thanks for your article.

    Second, I am afraid I can not get the clock rate from the show controller command. Here is my output:

    Interface Serial0/0/0
    Hardware is GT96K
    DTE V.11 (X.21)idb at 0x42CEDEFC, driver data structure at 0x42CF5CE0
    wic_info 0x42CF6264
    Physical Port 1, SCC Num 1
    MPSC Registers:
    MMCR_L=0x000300C0, MMCR_H=0x00000000, MPCR=0x00000100
    CHR1=0x00FE007E, CHR2=0x00000000, CHR3=0x00000648, CHR4=0x00000000
    CHR5=0x00000000, CHR6=0x00000000, CHR7=0x00000000, CHR8=0x00000000
    CHR9=0x00000000, CHR10=0x00003008
    SDMA Registers:
    SDC=0x00002201, SDCM=0x00000080
    CRDP=0x0FA40840, CTDP=0x0FA427A0, FTDB=0x0FA427A0
    Main Routing Register=0x77777707 BRG Conf Register=0x00490018
    Rx Clk Routing Register=0x00000080 Tx Clk Routing Register=0x00000090
    GPP Registers:
    Conf=0x50055600, Io=0x50055600, Data=0xFFFFFBFF, Level=0x00001800
    TDM FPGA Registers:
    vmcr[0] = 0x00010040, vmcr[1] = 0x00000000,
    vmcr[2] = 0x00000000, vmcr[3] = 0x00000000
    ntrcr0 = 0x00000000, ntrcr1 = 0x00000000
    tdmcr = 0x0000006A, labcr = 0x00000000, tpllr_cr = 0x00000000
    nhr = 0x66666660, isr = 0x00000101, imr = 0x00000000
    548594 input aborts on receiving flag sequence
    0 throttles, 0 enables
    160506 overruns
    0 transmitter underruns
    0 transmitter CTS losts
    27681337 rxintr, 20399892 txintr, 0 rxerr, 0 txerr
    46592550 mpsc_rx, 183 mpsc_rxerr, 7174 mpsc_rlsc, 357504 mpsc_rhnt, 46258388 mpsc_rfsc
    1482 mpsc_rcsc, 0 mpsc_rovr, 183 mpsc_rcdl, 0 mpsc_rckg, 0 mpsc_bper
    2 mpsc_txerr, 2 mpsc_teidl, 0 mpsc_tudr, 2 mpsc_tctsl, 0 mpsc_tckg
    0 sdma_rx_sf, 976 sdma_rx_mfl, 160506 sdma_rx_or, 548594 sdma_rx_abr, 406125 sdma_rx_no
    0 sdma_rx_de, 183 sdma_rx_cdl, 837621 sdma_rx_ce, 0 sdma_tx_rl, 0 sdma_tx_ur
    0 sdma_rx_reserr, 0 sdma_tx_reserr
    0 rx_bogus_pkts, rx_bogus_flag FALSE
    0 sdma_tx_ur_processed

    It is supposed that the line is 512 kbits/second but I can not confirm it with the output.

    Kind regards,

    Fernando.

    1. Hi Fernando,

      Is this a 1600 series router? If not, please tell me which Router modem as well as the IOS that is running on the machine.

      Regards,
      Jay

  11. @Joe – “show controller” is the command you can use. This is the same command I’ve used in the screen shot above.

  12. @Jay
    show controllers int fa0/1 for instance, helps you to see if you have the dce or the dte cable attached to that interface….then you can likely issue the clock rate command if you discover on that interface it is keeping the DCE cable !
    the command does not show the current value of the speed.
    I found only this thing: afterwards you issued the command clock rate on an interface, you can read the value you inserted, just with the show run command: under the specific interface, you can read the value of the clock rate.

    I have not found anything that can let me discover the current clock rate value, before i usethe clock rate on an interface

  13. of course there is an error in what i wrote before: i meant “show controllers int se0/1 for instance ”

    it has to be a SERIAL int; im sorry for the mistake

  14. @Joe – What router are you using? As a guess is it a 1600 / 1700 series router?

    I’ve run some tests on 4 different router models in the last few minutes and I’ve noticed the problem you are referring to on the lower end models, 1600/1700 series models.

    On a 1721 I get the following output

    DTE V.11 (X.21) TX and RX clocks detected

    but as you have said, I cannot see the exact clockrate that I’m receiving…

    On a 3845 I see the following

    cable type : V.11 (X.21) DTE cable, received clockrate 64000

    When displaying a show run, there is no clockrate command under that interface. This is the same result I’m getting for the other 16 serial interfaces on this router. This 3800 series router is not running any advanced images

    Cisco IOS Software, 3800 Software (C3845-IPBASE-M), Version 12.3(11)T7, RELEASE SOFTWARE (fc3)

    It would seem as though the lower end models don’t have a quick way to identify the received clockrate from your provider. If I do manage to find a command that will give you this info, I’ll be sure to post it here 😉

  15. @Jay first of all thanks for your reply and research.
    Im using packet tracer and GNS3. I didnt try the 3845 IOS. At least now i know it is tied up with the platform of the device im using with.
    Your comment has been very useful for me
    later

  16. This is a wonderful forum. I have a question linking bandwidth and QoS:

    if a customer has a CIR of 15Mb but want to be able to burst up to 100Mb when necessary, is the config below of ok:

    )#policy-map SHAPE
    )#class class-default
    )#shape average 15000000 128000 100000000

    )# int fa0/0
    )# speed 100
    )# duplex full
    )# bandwidth 100000
    )# service-policy out SHAPE

    Thank you in anticipation of your response.

  17. can u plz tell me the differnce between clock rate and bandwith by an example? should clock rate and bandwidth b different on router? if yes then why? and if not then why?

  18. @Jay:

    Nice post dude…..I read the entire article and its very useful. Thanks!!!!

    Im posting what I understud. Just let me know if I misunderstud sumthing as I am new to networking.

    1. Clockrate works only on Serial links and not on ethernet/gig s
    2. Bandwidth ommand can play important role for Protocals and QOS
    3. DTE belongs to Service provider and DTE to user. In case u buy a link from the service provider.

  19. Do I need to use a DTE/DCE marked cable for a point o point LAN conncetivity??

    Can I set clockrate and bandwidth on the LAN cable used to connect my 2 internal routers?

    Awaiting ur replies friends!!!!

    Thanks

  20. when I configure switch with trunking management vlan it says %CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered on GigabitEthernet1/1 (99), with Switch GigabitEthernet1/1 (1). so how can I solve such problem

  21. hey guyz..im getting this when i used command to check my clock rate…help me to rectifi this error

    r1# sh controllers s 0/1/0
    Interface Serial0/1/0
    Hardware is PowerQUICC MPC860
    DCE V.35, clock rate 2000000
    idb at 0x81081AC4, driver data structure at 0x81084AC0
    SCC Registers:
    General [GSMR]=0x2:0x00000000, Protocol-specific [PSMR]=0x8
    Events [SCCE]=0x0000, Mask [SCCM]=0x0000, Status [SCCS]=0x00
    Transmit on Demand [TODR]=0x0, Data Sync [DSR]=0x7E7E
    Interrupt Registers:
    Config [CICR]=0x00367F80, Pending [CIPR]=0x0000C000
    Mask [CIMR]=0x00200000, In-srv [CISR]=0x00000000
    Command register [CR]=0x580
    Port A [PADIR]=0x1030, [PAPAR]=0xFFFF
    [PAODR]=0x0010, [PADAT]=0xCBFF
    Port B [PBDIR]=0x09C0F, [PBPAR]=0x0800E
    [PBODR]=0x00000, [PBDAT]=0x3FFFD
    Port C [PCDIR]=0x00C, [PCPAR]=0x200
    [PCSO]=0xC20, [PCDAT]=0xDF2, [PCINT]=0x00F
    Receive Ring
    rmd(68012830): status 9000 length 60C address 3B6DAC4
    rmd(68012838): status B000 length 60C address 3B6D444
    Transmit Ring
    tmd(680128B0): status 0 length 0 address 0
    tmd(680128B8): status 0 length 0 address 0
    tmd(680128C0): status 0 length 0 address 0
    tmd(680128C8): status 0 length 0 address 0
    tmd(680128D0): status 0 length 0 address 0
    tmd(680128D8): status 0 length 0 address 0
    tmd(680128E0): status 0 length 0 address 0
    tmd(680128E8): status 0 length 0 address 0
    tmd(680128F0): status 0 length 0 address 0
    tmd(680128F8): status 0 length 0 address 0
    tmd(68012900): status 0 length 0 address 0
    tmd(68012908): status 0 length 0 address 0
    tmd(68012910): status 0 length 0 address 0
    tmd(68012918): status 0 length 0 address 0
    tmd(68012920): status 0 length 0 address 0
    tmd(68012928): status 2000 length 0 address 0

    tx_limited=1(2)

    SCC GENERAL PARAMETER RAM (at 0x68013C00)
    Rx BD Base [RBASE]=0x2830, Fn Code [RFCR]=0x18
    Tx BD Base [TBASE]=0x28B0, Fn Code [TFCR]=0x18
    Max Rx Buff Len [MRBLR]=1548
    Rx State [RSTATE]=0x0, BD Ptr [RBPTR]=0x2830
    Tx State [TSTATE]=0x4000, BD Ptr [TBPTR]=0x28B0

    SCC HDLC PARAMETER RAM (at 0x68013C38)
    CRC Preset [C_PRES]=0xFFFF, Mask [C_MASK]=0xF0B8
    Errors: CRC [CRCEC]=0, Aborts [ABTSC]=0, Discards [DISFC]=0
    Nonmatch Addr Cntr [NMARC]=0
    Retry Count [RETRC]=0
    Max Frame Length [MFLR]=1608
    Rx Int Threshold [RFTHR]=0, Frame Cnt [RFCNT]=0
    User-defined Address 0000/0000/0000/0000
    User-defined Address Mask 0x0000

    buffer size 1524

    PowerQUICC SCC specific errors:
    0 input aborts on receiving flag sequence
    0 throttles, 0 enables
    0 overruns
    0 transmitter underruns
    0 transmitter CTS losts
    0 aborted short frames

Leave a Reply

Your email address will not be published. Required fields are marked *