BANDWIDTH/SPEED RETRIEVAL
Hi,
How can I get the current bandwidth/speed of the TL-SX3008F using the CLI?
I would like to read the bandwidth/speed value using a command, so I can update the current bandwidth/speed value in an application.
Thanks in advance.
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
Hi @AVAM_NO
Thanks for posting in our business forum.
That would be resolved if you can take a look at the CLI User Guide for this switch.
Search this model on our official website and click support to get redirected to the support page. There you can find the User Guide of this switch.
If you need to learn about the speed:
show system-info interface
If you want to find out the link speed.
Example:
Switch(config)# interface gigabitEthernet 1/0/3
# interface ten-gi 1/0/7
Note: ten-gi 1/0/7 instead of the gigabitEthernet 1/0/7 if you are using a 10Gbps device.
Switch(config-if)# speed 100
Or port mirror to show the details of the traffic flow:
Switch(config)#monitor session 1 destination interface gigabitEthernet 1/0/1
- Copy Link
- Report Inappropriate Content
Hi,
Thank you for your support.
I tried using the following command:
[TL-SX3008F(config)# interface gigabitEthernet 1/0/3]
but I got the following response:
[Invalid port number.]
How can I know which port number is valid to get the current speed of a connected channel?
Thanks in advance.
- Copy Link
- Report Inappropriate Content
Hi @AVAM_NO
Thanks for posting in our business forum.
Have you referred to the User Guide?
CLI is not used like that...
interface gigabitEthernet 1/0/3
Don't include the switch model as it is merely used for demo to show what you should see on the console.
- Copy Link
- Report Inappropriate Content
I tried the following see below:
For each command that I used with the above port or another, I got the same error.
Could you assist?
Is there a way to get the current utilization of the bandwidth using CLI?
Thanks in advance
- Copy Link
- Report Inappropriate Content
Hi @AVAM_NO
This is a 10Gbps fiber switch. I was pasting a generic command line from the User Guide for explanation and illustration.
If the switch is 10Gb, use the command ten-gi 1/0/7 instead of the gigabitEthernet 1/0/7.
- Copy Link
- Report Inappropriate Content
Hi,
Is there a way to get the current Bandwidth utilization of RX/TX of a selected port using the CLI or some other way(similarly to what I see in system summary-> port status at the Web GUI interface(192.168.0.1))?
I want to get the current utilization as a parameter from a command.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 744
Replies: 7
Voters 0
No one has voted for it yet.