N9K 40G接口一分4*10G配置

Breakout InterfacesCisco NX-OS supports the breakout of high bandwidth 40G interfaces at the module level or at the per-port level.

Module Level BreakoutDynamic Breakout (Per-port Level Breakout)About the Lane SelectorNotes About Breakout InterfacesModule Level BreakoutFor 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 terminalswitch(config)# interface breakout module 1Module 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-4xswitch(config)#

The following is an example of configuring a multiple breakout ports:

switch(config)# interface breakout module 1 port 1-4 map 10g-4xswitch(config)#

The following is an example of configuring 40G and 10G interfaces mixed together.

switch(config-if)# show int eth1/49 transceiver Ethernet1/49transceiver is presenttype is QSFP-40G-SR-BDname is CISCO-AVAGO part number is AFBR-79EBPZ-CS2 revision is 01

switch(config-if)# show int eth1/52 transceiverEthernet1/52transceiver is presenttype is QSFP-Cazaderoname is CISCO-DNI part number is CAZADERO-R revision is 03nominal bitrate is 10000 MBit/sec per channel

switch(config-if)# show int eth1/53 transceiver Ethernet1/53transceiver is presenttype is QSFP-Cazaderoname is CISCO-DNI part number is CAZADERO-R revision is 03nominal 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 upmgmt0 -- up 10.122.160.192 100 1500Eth1/49 -- eth routed up none 40G(D) — << Running 40GEth1/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-4xswitch(config)#

原文地址:https://www.cnblogs.com/networking/p/11427707.html

时间: 2024-08-30 17:32:05

N9K 40G接口一分4*10G配置的相关文章

RHEL6子接口及双网卡绑定配置

RHEL6子接口及双网卡绑定配置 1.子接口配置 Linux就是一台路由器,只要开启路由转发功能.CISCO中,我们知道子接口的配置为fa0/0.1,那么在Linux中,子接口如何配置呢? 虚拟主机可以配置多大254个子接口,下面且看子接口的配置: 创建子接口配置文件 [[email protected] ~]# cd /etc/sysconfig/net netconsole       network          networking/      network-scripts/ [[

Hibernate有五大核心接口,分别是:Session Transaction Query SessionFactoryConfiguration

Session接口: Session接口 Session 接口对于Hibernate 开发人员来说是一个最重要的接口.然而在Hibernate中,实例化的Session是一个轻量级的类,创建和销毁它都不会占用很多资源.这在实际项目中确实很重要,因为在客户程序中,可能会不断地创建以及销毁Session对象,如果Session 的开销太大,会给系统带来不良影响.但是Session对象是非线程安全的,因此在你的设计中,最好是一个线程只创建一个Session对象. session可以看作介于数据连接与事

华为 &nbsp; Hybrid-vlan配置,将接口批量加入vlan,配置详解

实验拓扑 C1 IP:192.168.10.1/24                    C5 IP:192.168.10.5/24 C2 IP:192.168.10.2/24                    C6 IP:192.168.10.6/24 C3 IP:192.168.10.3/24                    C7 IP:192.168.10.7/24 C4 IP:192.168.10.4/24 实验需求 1.C1和C2属于vlan10,C3和C4属于vlan20

寒假作业 (一)配置基于接口划分VLAN(静态配置链路类型)

一.拓扑图二.组网需求1.如上图所示,某企业的交换机连接有很多用户,且相同业务用户通过不同的设备接入企业网络.2.为了通信的安全性,同时为了避免广播风暴,企业希望业务相同用户之间可以互相访问,业务不同用户不能直接访问.3.可以在交换机上配置基于接口划分VLAN,把业务相同的用户连接的接口划分到同一VLAN.这样属于不同VLAN的用户不能直接进行二层通信,同一VLAN内的用户可以直接互相通信.图1 基于接口划分VLAN组网图 三.配置思路采用如下的思路配置VLAN:1.创建VLAN并将连接用户的接

配置基于接口划分VLAN(静态配置链路类型)

作业提要 一.拓扑图 二.组网需求 1.如上图所示,某企业的交换机连接有很多用户,且相同业务用户通过不同的设备接入企业网络. 2. 为了通信的安全性,同时为了避免广播风暴,企业希望业务相同用户之间可以互相访问,业务不同用户不能直接访问. 3.可以在交换机上配置基于接口划分VLAN,把业务相同的用户连接的接口划分到同一VLAN.这样属于不同VLAN的用户不能直接进行二层通信,同一VLAN内的用户可以直接互相通信. 三.配置思路 1.采用如下的思路配置VLAN: 2.创建VLAN并将连接用户的接口加

Mock接口数据 = mock服务 + iptable配置

一.mock接口数据应用场景: 1.测试接口A,A接口代码中调用其他服务的B接口,由于开发排期.测试环境不通等原因,依赖接口不可用 2.测试异常情况,依赖接口B返回的数据格式不对.返回None.超时等,A接口的错误处理是否合理 二. 搭建mock服务 (python3.6 搭建,index.py),详细的flask使用,请另行百度. 1.代码示例 # -*- coding: utf-8 -*-from flask import Flask,render_template,requestimpor

32_分库分表概述 配置mycat

版本:5.7.28 1.搭建mycat 分片服务器 数据库主机 192.168.4.54 使用db1库存储数据数据库主机 192.168.4.55 使用db2库存储数据主机 192.168.4.56 运行mycat服务,逻辑库名称为test,连接用户名为admin,密码123456主机 192.168.4.53 访问测试配置 1.1 在54(主机c1)和55(主机c2)上面分别创建db1和db2库mysql> create database db1;   //c1上面创建db1库mysql>

10-4搜索接口系分与搜索Dao层的实现

这个类里面其实就返回了查询接口的地址 接口返回的结果数据 创建SearchModel 字段,生成构造函数,然后用大括号括起来. 实现工厂方法 把这个类改名字叫做SearchItem 然后再新建SearchModel的类.里面是searchItem类. 实现dao 搜索页面调用接口 上面定义showText的变量 加了个InkWell,里面事件就是调用dao的方法获取后台的数据. 测试 点击get按钮,调用接口的数据 点击没有效果.在这里打个断点进行测试 进入断点后,进入这个Dao的方法里面. 然

log4j分等级记录日志配置示例

# Set root logger level to WARN and append to stdout log4j.rootLogger=debug, stdout, error log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout # Pattern to output the caller's file name a