首页 > 其他分享 >Cisco FI 6248UP to Nexus 5Ks connectivity

Cisco FI 6248UP to Nexus 5Ks connectivity

时间:2022-11-21 23:03:13浏览次数:37  
标签:10 Cisco show Nexus 5Ks fcoe interface ##### vsan


https://supportforums.cisco.com/discussion/11765826/cisco-fi-6248up-nexus-5ks-connectivity

Hello Luke,

You can upgrade UCSM to 2.1.1a

Here is sample config for FCoE between FI and N5K switch.

#####  On UCSM 2.1  ######

1) FC end mode

2) Configure a port as FCoE uplink  and assign the interface to VSAN 10

http://www.cisco.com/en/US/products/ps10281/products_installation_and_configuration_guides_list.html

## Verifying the output

6248-01-A(nxos)# show run int vfc 1255

interface vfc1255

  bind interface Ethernet1/24

  switchport mode NP

  no shutdown

##### Configuration on N5K  #####

1) Enable NPIV,fcoe and lldp features

2) Create vlan, configure ethernet and VFC interfaces

----------- sample configuration ----------------

conf t

vlan 1001

fcoe vsan 10

interface Ethernet1/19

switchport mode trunk

spanning-tree port type edge

spanning-tree bpdufilter enable

no shutdown

int vfc 14

bind interface Ethernet1/19

switchport trunk allowed vsan 1

switchport trunk allowed vsan add 10

no shutdown

vsan database

vsan 10 interface vfc 119

------------------------------------

####  Comands to verify the configuration  #####

show feature

show vlan

show fcoe vlan

show int vfc 119

show fcoe database

show flogi table

Padma

标签:10,Cisco,show,Nexus,5Ks,fcoe,interface,#####,vsan
From: https://blog.51cto.com/drennetwork/5875416

相关文章

  • 用nexus建立maven的私服
    最近研究了下Maven的知识,多数都是老文章,网上的也是互相粘贴,苦了初学者,经过2天的琢磨,终于搭建出了eclipse3.4+maven2+nexus的开发环境,写出心得,只供初学者参考,老鸟们多给点意......
  • nexus-maven-repository-index.zip手动下载与设置
    问题描述:在启动eclipse的时候,在maven控制台经常会看到更新nexus-maven-repository-index.zip,用eclipse更新速度会很慢,甚至有不能完成下载的情况;问题解决:1.在你的eclipse......
  • nexus-2.14.2-01-bundle构建maven私服
    nexus-2.14.2-01-bundle构建maven私服一、下载nexus地址:​​https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/oss/nexus-2.14.8-01-bundle.......
  • nexus 的 maven 配置
    一、仓库类型proxy远程仓库的代理,比如说nexus配置了一个centralrepository的proxy,当用户向这个proxy请求一个artifact的时候,会现在本地查找,如果找不到,则会从远程仓库......
  • maven私仓之Nexus
    1、目的maven的部分依赖可以直接从私仓里进行拉取;私仓中没有就从外部下载到私仓中,再从私仓拉取到本地共享公司内部的私有依赖2、服务器配置mac目录(一般是这目录):/Applicat......
  • 8.jenkins集成nexus
    1.安装nexus1.1下载1.1.1注册1.1.2选择适配的软件1.2安装nexus[root@jenkinslocal]#tarxfnexus-3.43.0-01-unix.tar.gz[root@jenkinslocal]#ln-s/usr......
  • idea打包jar到nexus私服仓库
    因为本地不同项目jar的调用,所以只能搭建私服仓库,nexus-2.12.0-01原有setting.xml配置了阿里云,setting.xml-->servers<server><id>nexus-releases</id......
  • Ubuntu部署和体验Nexus3
    关于Nexus如下图,在局域网部署了Nexus之后,可以缓存中央仓库的jar,开发的二方库发布到Nexus上,局域网内的其他人也可以从Nexus下载这些二方库使用:环境信息本次实战是在Li......
  • Sonatype Nexus 如何把多仓库合并在一起
    我们都知道,在开发的时候有些包可能是没有办法从Central仓库中下载下来的。 因为一些项目会有自己的仓库,这些内容并没有推送到Central中。根据网站:​​https://mvnrepos......
  • cisco ipsecvpn
      Router0Router(config)#routeospf1#配置OSPF保证所有设备互通Router(config-router)#network192.168.10.00.0.0.255area0Router(config-router)#network1......