Breakout Interfaces
Cisco NX-OS supports the breakout of high bandwidth 40G interfaces at the module level or at the per-port level. Module Level Breakout
Dynamic Breakout (Per-port Level Breakout)
About the Lane Selector
Notes About Breakout Interfaces
Module Level Breakout
For module level breakout, the interface breakout command splits the high bandwidth 40G interface of a module into four 10G interfaces. The module is reloaded and the configuration for the interface is removed when the command is executed. The following is an example of the command: switch# configure terminal
switch(config)# interface breakout module 1
Module will be reloaded. Are you sure you want to continue(yes/no)? yes The no interface breakout module module_number command undoes the breakout configuration. It puts all interfaces of the module in 40G mode and deletes the configuration for the previous 10G interfaces. Dynamic Breakout (Per-port Level Breakout)
For dynamic breakout (per-port level breakout), the interface breakout command splits high bandwidth 40G ports into four 10G breakout ports and 100G ports into four 25G breakout ports. The breakout ports are identified as Ethernet <slot>/<front-panel-port>/<breakout-port> . For example, per-port level breakout ports can be identified as Ethernet 1/2/1, Ethernet 1/2/2, Ethernet 1/2/3, and Ethernet 1/2/4. When one or more 40G interfaces of the module are broken-out at the per-port level, the configuration for the interfaces are removed when the command is executed. Note
A per-port level breakout does not require the module to be reloaded. The following is an example of configuring a breakout port: switch(config)# interface breakout module 1 port 1 map 10g-4x
switch(config)# The following is an example of configuring a multiple breakout ports: switch(config)# interface breakout module 1 port 1-4 map 10g-4x
switch(config)# The following is an example of configuring 40G and 10G interfaces mixed together. switch(config-if)# show int eth1/49 transceiver
Ethernet1/49
transceiver is present
type is QSFP-40G-SR-BD
name is CISCO-AVAGO
part number is AFBR-79EBPZ-CS2
revision is 01 switch(config-if)# show int eth1/52 transceiver
Ethernet1/52
transceiver is present
type is QSFP-Cazadero
name is CISCO-DNI
part number is CAZADERO-R
revision is 03
nominal bitrate is 10000 MBit/sec per channel switch(config-if)# show int eth1/53 transceiver
Ethernet1/53
transceiver is present
type is QSFP-Cazadero
name is CISCO-DNI
part number is CAZADERO-R
revision is 03
nominal bitrate is 10000 MBit/sec per channel switch(config)# interface breakout module 1 port 52-53 map 10g-4x switch(config-if)# show int br | i up
mgmt0 -- up 10.122.160.192 100 1500
Eth1/49 -- eth routed up none 40G(D) — << Running 40G
Eth1/50 -- eth routed up none 40G(D) --
Eth1/52/1 -- eth routed up none 10G(D) — << Broken out to 10G
Eth1/53/1 -- eth routed up none 10G(D) -- << Broken out to 10G You can undo the breakout ports with the no interface breakout command. The following is an example to undo the breakout ports: switch(config)# no interface breakout module 1 port 1 map 10g-4x
switch(config)#

最新文章

  1. iOS-语法syntax
  2. Unity3D 查找Update函数体为空的类
  3. libpng安装与配置(Win7+VS2010)
  4. /etc/sysctl.conf参数解释
  5. PostgreSQL trigger (function) examples
  6. Office 2007在安装过程中出错-解决办法
  7. C# 中如何判断某个字符串是否为空的方法
  8. linux新内核中关闭硬盘的DMA
  9. ListView的条目点击焦点的问题
  10. 去除android或者iOS系统默认的一些样式总结
  11. java 之 职责链模式(大话设计模式)
  12. Python基础学习篇章三
  13. 基于IPV6的数据包分析(更新拓扑加入了linux主机和抓取133icmp包)(第十三组)
  14. openstack网络基础:网络叠加模式VLAN、VxLAN、GRE
  15. Python-Django学习
  16. Android Studio打开SDK更新对话框
  17. mysqldump之不老将
  18. OpenGLES.gpus_ReturnNotPermittedKillClient
  19. 微服务介绍及Asp.net Core实战项目系列
  20. AtCoder Grand Contest 029 翻车记

热门文章

  1. 【C++】去除vector里重复元素的方法比较
  2. Best Time to Sell and Buy Stock
  3. AtCoder Regular Contest 085 C HSI【概率论】
  4. 洛谷2375 BZOJ 3670动物园题解
  5. ODT模板
  6. 给博客添加rss订阅
  7. jq杂项方法/工具方法----trim() html() val() text() attr()
  8. linux用户权限管理, chmod, ln
  9. 【机器学习】【条件随机场CRF-3】条件随机场的参数化形式详解 + 画出对应的状态路径图 + 给出对应的矩阵表示
  10. tp5 thinkphp5 多表关联查询 join查询