cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3038
Views
21
Helpful
10
Replies

tunnel bandwidth receive

mark.pleasant
Level 1
Level 1

Why can't I use the interface commands:  tunnel bandwidth transmit -and- tunnel bandwidth receive     commands on the below platform and IOS?

Router#sh hardware
Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.2(1)T1, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2011 by Cisco Systems, Inc.
Compiled Mon 19-Sep-11 17:41 by prod_rel_team

ROM: System Bootstrap, Version 15.0(1r)M12, RELEASE SOFTWARE (fc1)

Router uptime is 11 weeks, 2 days, 4 hours, 22 minutes
System returned to ROM by power-on
System restarted at 20:05:59 UTC Wed Nov 16 2011
System image file is "flash0:c2900-universalk9-mz.SPA.152-1.T1.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
export@cisco.com.

Cisco CISCO2901/K9 (revision 1.0) with 483328K/40960K bytes of memory.
Processor board ID FTX154680XB
2 Gigabit Ethernet interfaces
1 Serial(sync/async) interface
1 terminal line
1 Virtual Private Network (VPN) Module
DRAM configuration is 64 bits wide with parity enabled.
255K bytes of non-volatile configuration memory.
255744K bytes of ATA System CompactFlash 0 (Read/Write)

10 Replies 10

Eugene Khabarov
Level 7
Level 7

Here is the explanation:

http://www.cisco.com/en/US/customer/docs/ios/interface/command/reference/ir_t2.html#wp1011412

And here is another discussion that will be helpful for you:

https://supportforums.cisco.com/thread/2006803

Please rate if it was helpful. Thanks.

Leo Laohoo
Hall of Fame
Hall of Fame
Why can't I use the interface commands:  tunnel bandwidth transmit -and- tunnel bandwidth receive     commands on the below platform and IOS?

You need Advanced IP Services.

Leo, I think the following he can achieve with the existing version, it is enough.

I have the following one "c2951-universalk9-mz.SPA.152-1.T1.bin" and able to set manually the tunnel transmit and receive bandwidth after enabled the datak9 license

Hi Mark,

I faced the same problem for one of my customer.
They have 10 MB link using for GRE tunnel but still under the tunnel interface the 8 MB only passing through.
When I searched about it, I got to know that I need to enable the "datak9" license
So you need to enable this license on your router in order to set manually the tunnel transmit and receive bandwidth.

See the below linceses I have on my customer router.

1#sh license

Index 1 Feature: ipbasek9

        Period left: Life time

        License Type: Permanent

        License State: Active, In Use

        License Count: Non-Counted

        License Priority: Medium

Index 2 Feature: securityk9

        Period left: Life time

        License Type: Permanent

        License State: Active, In Use

        License Count: Non-Counted

        License Priority: Medium

Index 3 Feature: uck9

        Period left: Not Activated

        Period Used: 0  minute  0  second

        License Type: EvalRightToUse

        License State: Not in Use, EULA not accepted

        License Count: Non-Counted

        License Priority: None

Index 4 Feature: datak9

        Period left: Not Activated

        Period Used: 0  minute  0  second

        License Type: EvalRightToUse

        License State: Not in Use, EULA not accepted

        License Count: Non-Counted

        License Priority: None

Index 5 Feature: gatekeeper

        Period left: Not Activated

        Period Used: 0  minute  0  second

        License Type: EvalRightToUse

        License State: Not in Use, EULA not accepted

        License Count: Non-Counted

        License Priority: None

Index 6 Feature: LI

Index 7 Feature: SSL_VPN

        Period left: Not Activated

        Period Used: 0  minute  0  second

        License Type: EvalRightToUse

        License State: Not in Use, EULA not accepted

        License Count: 0/0  (In-use/Violation)

        License Priority: None

Index 8 Feature: ios-ips-update

        Period left: Not Activated

        Period Used: 0  minute  0  second

        License Type: EvalRightToUse

        License State: Not in Use, EULA not accepted

        License Count: Non-Counted

        License Priority: None

Index 9 Feature: SNASw

        Period left: Not Activated

        Period Used: 0  minute  0  second

        License Type: EvalRightToUse

        License State: Not in Use, EULA not accepted

        License Count: Non-Counted

        License Priority: None

Index 10 Feature: hseck9

Index 11 Feature: cme-srst

        Period left: Not Activated

        Period Used: 0  minute  0  second

        License Type: EvalRightToUse

        License State: Not in Use, EULA not accepted

        License Count: 0/0  (In-use/Violation)

        License Priority: None

Index 12 Feature: WAAS_Express

        Period left: Not Activated

        Period Used: 0  minute  0  second

        License Type: EvalRightToUse

        License State: Not in Use, EULA not accepted

        License Count: Non-Counted

        License Priority: None

Index 13 Feature: UCVideo

        Period left: Not Activated

        Period Used: 0  minute  0  second

        License Type: EvalRightToUse

        License State: Not in Use, EULA not accepted

        License Count: Non-Counted

        License Priority: None


Please rate all the helpfull posts.
Regards,
Naidu.

That's news to me Latchum.  Thanks.

Thank you....  how do enable the license?

My system states:

License Info:

License UDI:

-------------------------------------------------
Device#  PIDSN
-------------------------------------------------
*0    CISCO2901/K9          FTX152460XB    

Technology Package License Information for Module:'c2900'

-----------------------------------------------------------------
Technology    Technology-package           Technology-package
              Current       Type           Next reboot 
------------------------------------------------------------------
ipbase        ipbasek9      Permanent      ipbasek9
security      securityk9    Permanent      securityk9
uc            None          None           None
data          None          None           None

Configuration register is 0x2102

Hi Mark,

Follow the below steps in order to enable the license..

Router(config)#license boot module c2951 datak9
Router#write
Router# reload

DKIGNRTR01(config)#interface tunnel 10
DKIGNRTR01(config-if)#bandwidth receive 20000
DKIGNRTR01(config-if)#bandwidth transmit 20000

Now when you see the tunnel info it must be to the set bandwidth.

1#sh int tu10
Tunnel10 is up, line protocol is up
  Hardware is Tunnel
  Internet address is 192.168.220.1/24
  MTU 17850 bytes, BW 20000 Kbit/sec, DLY 550000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation TUNNEL, loopback not set
  Keepalive not set
  Tunnel source 193.104.114.6 (GigabitEthernet0/0)
   Tunnel Subblocks:
      src-track:
         Tunnel10 source tracking subblock associated with GigabitEthernet0/0
          Set of tunnels with source GigabitEthernet0/0, 1 member (includes iterators), on interface
  Tunnel protocol/transport multi-GRE/IP
    Key 0x3E7, sequencing disabled
    Checksumming of packets disabled
  Tunnel TTL 255, Fast tunneling enabled
  Tunnel transport MTU 1410 bytes
  Tunnel transmit bandwidth 20000 (kbps)
  Tunnel receive bandwidth 20000 (kbps)
  Tunnel protection via IPSec (profile "dmvpn-profile")
  Last input 00:00:00, output never, output hang never
  Last clearing of "show interface" counters never

Please rate all the helpfull posts.
Regards,
Naidu.

Please be aware of that it will be temporary license and will be expired.

Please rate if it was helpful. Thanks.

Yeah of course, he need to buy the license for permanent from any Cisco preseller.


Please rate all the helpfull posts.
Regards,
Naidu.

Hi Mark,

I would request you to close the case if this answered your query or solve your issue by clicing on the correct answer.
In this way others through out this great CSC will get encouraged.


Please rate all the helpfull posts.
Regards,
Naidu.

I am referring to the following 2 tunnel bandwidth statments in my configuration vs. bandwidth 128, so i am not sure if this is what your explaination is referring to. Can you share more about it?

interface Tunnel160
description

bandwidth 128
ip address 10.50.0.58 255.255.255.252 secondary
ip address 10.32.14.66 255.255.255.252
ip mtu 1420
delay 2100
keepalive 10 6
tunnel source Loopback88
tunnel destination 192.137.149.35
tunnel key 1234
tunnel bandwidth transmit 128000
tunnel bandwidth receive 128000
hold-queue 700 out

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card