首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >接口速度是千兆位,但电路是10 the我如何设置接口的电路带宽?

接口速度是千兆位,但电路是10 the我如何设置接口的电路带宽?
EN

Network Engineering用户
提问于 2015-05-27 14:59:51
回答 1查看 2.9K关注 0票数 2

我有一个接口,这是千兆连接到一个接口上的运营商ATT路由器。连接到该接口的以太网电路的带宽为10 The。是否有一种方法来设置接口的速度以匹配电路的带宽?

如果QoS被应用到我的千兆位接口上,它会被应用并知道10 my的速率限制吗?

EN

回答 1

Network Engineering用户

回答已采纳

发布于 2015-05-27 15:42:14

代码语言:javascript
复制
! Assign a bandwidth of 10Mbps to the interface
! This doesn't shape or police, it's just an administrative bandwidth
interface Gi0/0
 bandwidth 10000

! Create a policy-map to shape to 95% of an interface's bandwidth
! 95% to allow room for overhead or differences between your shaper and their policer
policy-map PM.WAN.OUT
 class class-default
  shape average percent 95

! Apply the policy-map to the interface in the outbound direction
! Inbound your options are policing or letting the carrier shape/police the traffic
interface Gi0/0
 service-policy output PM.WAN.OUT
票数 3
EN
页面原文内容由Network Engineering提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://networkengineering.stackexchange.com/questions/18762

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档