This widget could not be displayed.
Comware Based
1859568 Members
7034 Online
110403 Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.

Re: Where is interface “bandwidth” command in Comware 5.20.105?

 
SOLVED
Go to solution
Trinh_Nguyen
Advisor

Where is interface “bandwidth” command in Comware 5.20.105?

 

In my older switch chassis H3C S9500 version S9500E-CMW520-R1726 in the interface mode, I have a command “bandwidth” to limit the bandwidth of the port:

  [SW1-H3C-GigabitEthernet1/4/0/10] bandwidth?

  INTEGER<1-4294967295> Bandwidth in kbps

 

In my newer switch chassis HP 10504 version HP 10504-1205L01-US Comware 5.20.105 I do not have “bandwidth” command in the interface mode.

[SW10-H3C-GigabitEthernet4/0/1]b?

   bpdu-tunnel

   broadcast-suppression

 

My situation: Metro-E provider hands me 1Gbps fiber port at demarc, but the bandwidth was capped at 60Mbps.  I’d like to limit bandwidth of this fiber port to 60Mbps.

 

Regards,

Trinh Nguyen

2 REPLIES 2
Peter_Debruyne
Honored Contributor
Solution

Re: Where is interface “bandwidth” command in Comware 5.20.105?

Hi,

 

this can be done under the interface context :

int x

 qos lr outbound cir 61440

 

LR = line rate

 

 

best regards,Peter

Trinh_Nguyen
Advisor

Re: Where is interface “bandwidth” command in Comware 5.20.105?

Peter,
Many thanks!
Best regards!