Brocade学习笔记

1. re-enabling the telnet service
switch(config)#no telnet server shutdown
(config)#rbridge-id 3
#no telnet server shutdown

2. Establishing an ssh connection
#ssh -l admin 10.20.51.68
#ssh -l admin -m hmac-md5 -c aes128-cbc 10.20.51.68
use -m and -c options to override the default encryption and hash algorithms.

3.importing an SSH public key
enter certutil import sshkey,followed by user Username host IP_address directory file_path

file key_filename login Login_ID
#certutil import sshkey user admin host 10.70.4.106 directory /users/home40/bmeenaks/.ssh

file id_rsa.pub login fvt

if you are in VCS mode,you must enter RBridge ID configuration mode before issuing the

command
#certutil import sshkey user admin host 10.70.4.106 directory /users/home40/bmeenaks/.ssh

file id_rsa.pub login fvt rbridge_id 3

delete an SSH public key
#no certutil sshkey user admin rbridge-id all

#ssh server shutdown

4. configuring a static IPV4 ethernet address
#do show running-config interface management
interface management 1/0
no ip address dhcp
ip address 10.24.85.81/20
vrf forwarding mgmt-vrf
no ipv6 address autoconfig

a Top-of-Rack(ToR) switch has a single management port,and the port number for management

port is always 0.
On a modular switch with two redundant management modules,you can configure two management

ports. The port numbers are 1 and 2.

switch(config)#rbridge-id 1
switch(config-rbridge-id-1#chassis virtual-ip 10.24.85.90/20

Apart from the two IP address on the management modules,modular switches also supports a

chassis virtual IP address.Using the virtual IP address,you can login to the switch.The VCS

virtual IP address binds to the active MM automatically.

5. Displaying the network interface
#show interface management

6. Confiuring the management interface speed
#configure terminal
#interface management 1/0
#speed auto   
the valid values are 10,100, and auto.

7. Setting and dispalying the host name and chassis name
#configure terminal
#no telnet server disable
#switch-attributes 1
#host-name lab1_vds0023
#chassis-name lab1_vds0023
#exit

8. Viewing switch types
#show chassis

9. Creating a logical chassis cluster
#vcs vcsid 22 rbridge-id 15 logical-chassis enbale

enter the vcs command with options to set the VCD ID,the RBridge ID and enable logical

chassis mode for the switch.
Changing only the RBridge ID each time.You must,however,set the VCS ID to the same value on

each node that belongs to the cluster.

10.  Node 2 local configuration before matching the combined global configuration
#interface TenGigabitEthernet 4/0/3
fabric isl enable
fabric trunk enable
switchport
switchport mode access
switchport access vlan 1
spanning-tree shutdown
mac access-group test1 in
no shutdown.

11. Converting a fabric cluster to a logical chassis cluster
enter the vcs logical-chassis enable command with desired options;
#vcs logical-chassis enable rbridge-id all default-config
#show vcs
#show vcs detail

12. converting to a fabric cluster while preserving configuration
#copy rbridge-running-config rbridge-id "id" <location_configfilename>
saving the configuration file to a remote FTP,SCP,SFTP,or usb location

#no vcs logical-chassis enable rbridge-id all default-config

13. Removing a node from a logical chassis cluster
#no vcs logical-chassis enable rbridge-id 110 default-config
#no vcs enable rbridge-id 110

14. Replacing a node in a logical chassis cluster
Run the following command on the principal switch
#vcs replace rbridge-id 3
Enter the WWN of the new switch:

Assign the RBridge ID of 3 to the new node by running the following command on the new

node:
#vcs rbridge-id 3

15. Changing an RBridge ID on a switch within a fabric
#chassis disable
#no vcs enable rbridge-id 3
#show vcs detail

16.  Displaying switch interface
#show running-config interface tengigabitethernet

17.  
#show slots   
#show mm               display the management modules
#show sfm              display switch fabric modules
#show linecard         display information for the line cards.

18.  Replacing a line card
#power-off linecard 4
#configure terminal
#rbridge-id 1
#no linecard 4
#linecard 4 "line name"
#exit
#copy running-config startup-config
#show running-config rbridge-id 4 linecard

19.
#reload        ‘cold reboot‘
#fastboot      ‘cold reboot‘
#reload system

20. Configuring automatic uploading of supportSave data
#support autoupload-param hostip 10.31.1.22 username supportadmin directory

/users/support/ffdc_autoupload protocol ftp password (<string>)

21.
#do show running-config support autoupload-param

22. NTP setting.
#clock set 2015-04-04T12:00:00 rbridge-id all
#clock timezone America/Los_Angeles rbridge-id all
#show clock
#show clock rbridge-id all

#ntp server 192.168.1.1
syncronzies the time to local switch.  
#show ntp status

23. default configuration
defaultconfig.novcs
defaultconfig.vcs
#show file defaultconfig.novcs
#show file defaultconfig.vcs

#copy running-config flash://myconfig
#dir

24.
#copy startup-config ftp://admin:****@10.0.0.1//archive/startup-config_vds

enable the USB device
#usb on
#copy startup-config usb://startup-config

25. Configuring SNMP community strings
#snmp-server community public groupname user

snmp-server host ipv4_host dns_host community-string [version {1|2c}] [udp-port port]

[severity-level|none|debug|info|warning|error|critical]command.

#snmp-server host 10.0.0.1 commaccess version 2c udp-port 162 severity warning.

Configuring SNMP server groups
snmp-server group ‘groupname‘ {v1|v2c|v3{auth|noauth|priv}} [read ‘viewname‘] [write

‘viewname‘] [notify ‘viewname‘] command.

#snmp-server group groupl v3 auth read myview write myview notify myview

configuring SNMP server users
#snmp-server user user1 groupname group1
#snmp-server user user2 groupname group1 auth md5 auth-password password priv DES priv-

password
#snmp-server user snmpadmin1 groupname snmpadmin auth sha auth-password private123 priv DES

priv-password public123

26. Configuring interconnected Ethernet Fabrics
#interface port-channel 300
#do show running-config interface port-channel 300
#switchport
#switchport mode trunk
#switchport trunk allow vlan all
#channel-group 300 mode active type standard
#do show running-config interface

27. Configuration zone
#show running-config zoning
#configure terminal
#zoning definded-configuration alias aliasl
#no member-entry 10:00:00:00:00:00:00:02
#exit
#zoning enabled-configuration cfg-action cfg-save

时间: 2024-10-13 20:59:12

Brocade学习笔记的相关文章

vector 学习笔记

vector 使用练习: /**************************************** * File Name: vector.cpp * Author: sky0917 * Created Time: 2014年04月27日 11:07:33 ****************************************/ #include <iostream> #include <vector> using namespace std; int main

Caliburn.Micro学习笔记(一)----引导类和命名匹配规则

Caliburn.Micro学习笔记(一)----引导类和命名匹配规则 用了几天时间看了一下开源框架Caliburn.Micro 这是他源码的地址http://caliburnmicro.codeplex.com/ 文档也写的很详细,自己在看它的文档和代码时写了一些demo和笔记,还有它实现的原理记录一下 学习Caliburn.Micro要有MEF和MVVM的基础 先说一下他的命名规则和引导类 以后我会把Caliburn.Micro的 Actions IResult,IHandle ICondu

jQuery学习笔记(一):入门

jQuery学习笔记(一):入门 一.JQuery是什么 JQuery是什么?始终是萦绕在我心中的一个问题: 借鉴网上同学们的总结,可以从以下几个方面观察. 不使用JQuery时获取DOM文本的操作如下: 1 document.getElementById('info').value = 'Hello World!'; 使用JQuery时获取DOM文本操作如下: 1 $('#info').val('Hello World!'); 嗯,可以看出,使用JQuery的优势之一是可以使代码更加简练,使开

[原创]java WEB学习笔记93:Hibernate学习之路---Hibernate 缓存介绍,缓存级别,使用二级缓存的情况,二级缓存的架构集合缓存,二级缓存的并发策略,实现步骤,集合缓存,查询缓存,时间戳缓存

本博客的目的:①总结自己的学习过程,相当于学习笔记 ②将自己的经验分享给大家,相互学习,互相交流,不可商用 内容难免出现问题,欢迎指正,交流,探讨,可以留言,也可以通过以下方式联系. 本人互联网技术爱好者,互联网技术发烧友 微博:伊直都在0221 QQ:951226918 -----------------------------------------------------------------------------------------------------------------

Activiti 学习笔记记录(三)

上一篇:Activiti 学习笔记记录(二) 导读:上一篇学习了bpmn 画图的常用图形标记.那如何用它们组成一个可用文件呢? 我们知道 bpmn 其实是一个xml 文件

HTML&CSS基础学习笔记8-预格式文本

<pre>标签的主要作用是预格式化文本.被包围在 pre 标签中的文本通常会保留空格和换行符.而文本也会呈现为等宽字体. <pre>标签的一个常见应用就是用来表示计算机的源代码.当然你也可以在你需要在网页中预显示格式时使用它. 会使你的文本换行的标签(例如<h>.<p>)绝不能包含在 <pre> 所定义的块里.尽管有些浏览器会把段落结束标签解释为简单地换行,但是这种行为在所有浏览器上并不都是一样的. 更多学习内容,就在码芽网http://www.

java/android 设计模式学习笔记(14)---外观模式

这篇博客来介绍外观模式(Facade Pattern),外观模式也称为门面模式,它在开发过程中运用频率非常高,尤其是第三方 SDK 基本很大概率都会使用外观模式.通过一个外观类使得整个子系统只有一个统一的高层的接口,这样能够降低用户的使用成本,也对用户屏蔽了很多实现细节.当然,在我们的开发过程中,外观模式也是我们封装 API 的常用手段,例如网络模块.ImageLoader 模块等.其实我们在开发过程中可能已经使用过很多次外观模式,只是没有从理论层面去了解它. 转载请注明出处:http://bl

[原创]java WEB学习笔记48:其他的Servlet 监听器:域对象中属性的变更的事件监听器 (3 个),感知 Session 绑定的事件监听器(2个)

本博客为原创:综合 尚硅谷(http://www.atguigu.com)的系统教程(深表感谢)和 网络上的现有资源(博客,文档,图书等),资源的出处我会标明 本博客的目的:①总结自己的学习过程,相当于学习笔记 ②将自己的经验分享给大家,相互学习,互相交流,不可商用 内容难免出现问题,欢迎指正,交流,探讨,可以留言,也可以通过以下方式联系. 本人互联网技术爱好者,互联网技术发烧友 微博:伊直都在0221 QQ:951226918 ---------------------------------

java/android 设计模式学习笔记(10)---建造者模式

这篇博客我们来介绍一下建造者模式(Builder Pattern),建造者模式又被称为生成器模式,是创造性模式之一,与工厂方法模式和抽象工厂模式不同,后两者的目的是为了实现多态性,而 Builder 模式的目的则是为了将对象的构建与展示分离.Builder 模式是一步一步创建一个复杂对象的创建型模式,它允许用户在不知道内部构建细节的情况下,可以更精细地控制对象的构造流程.一个复杂的对象有大量的组成部分,比如汽车它有车轮.方向盘.发动机.以及各种各样的小零件,要将这些部件装配成一辆汽车,这个装配过