01-31-2006 02:30 AM - edited 03-03-2019 11:36 AM
I need to be able to see what speed/bandwidth a router sub interface is running at.
For example 'show controllers' will show me the physical interface received clockrate:
sh controllers hssi 6/0
HSSI DTE, received clockrate 11999470
However, if I want to see what speed a particular PVC or sub interface is running at I am unable to find the command.
Can anyone help?
01-31-2006 04:37 AM
Hello,
a subinterface is a logical interface and therefore has in a strict sense no speed at which "it runs".
Frames across a subinterface will be forwarded with the speed of the physical interface.
But a FR PVC could have a CIR, which could be learned through LMI. "show frame-relay pvc" could give you some informations on that.
Hope this helps! Please rate all posts.
Regards, Martin
01-31-2006 04:41 AM
Hi,
A sub-interface is a logical interface. There is no clock rate associated with sub-interfaces. Therefore, there is no command that will tell you what 'speed' the sub-interface is running at. However, with say, frame-relay interfaces, there will be a CIR associated with each PVC. There are two ways to find that out:
1. Ask your provider.
2. If the provider's switch supports the Enhanced Local Management Interface (ELMI), then you can use ELMI QoS Autosense to automatically discover the traffic settings for the PVC. To do this, use the 'frame-relay QoS-autosense' command under the interface and then use 'show frame-relay qos-autosense' to view the parameters.
Hope that helps - pls rate posts that help.
Regards,
Paresh
01-31-2006 05:14 AM
Hello,
I think the command ´show frame-relay map´ tells you what the assigned bandwidth for a subinterface is. The output looks something like this:
ISP1_FR#show frame-relay map
Serial0/0.102(up): point-to-point dlci, dlci
102(0x66,0x8160), broadcast, BW =
64000
Regards,
GP
01-31-2006 05:18 AM
Thank you all.
I think that clears it up.
Cheers.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide