Etherchannel环境下更换网卡
更新时间:2023-11-04 06:14:01 阅读量: 综合文库 文档下载
- etherchannel推荐度:
- 相关推荐
Etherchannel环境下更换网卡
环境:
AIX OSLevel:5304CSP
Etherchannel配置模式:标准,backup模式。
此处Etherchanel的虚拟网卡为ent4,物理主网卡为ent2,物理备网卡为ent3
步骤:
1. 使用命令entstat -d ent4查看当前Etherchannel状态 查看当前Etherchannel网卡的状态,例如:
# entstat -d ent4 | egrep -e \ETHERNET STATISTICS (ent4) : Active channel: primary channel ETHERNET STATISTICS (ent2) : Link Status : Up
Media Speed Selected: 100 Mbps Full Duplex Media Speed Running: 100 Mbps Full Duplex ETHERNET STATISTICS (ent3) : Link Status : Down
Media Speed Selected: 100 Mbps Full Duplex Media Speed Running: Unknown
注意当前“Active channel”是Primary Channel还是Secondary Channel 查看ent2和ent3的link status是Up还是Down
2. 如果需要更换的是主网卡ent2,而当前“Active Channel”仍是Primary Channel,则当前ent2上还有网络流量,需要首先进行链路的主备网卡切换,确保需要更换的主网卡ent2上没有网络流量
# /usr/lib/methods/ethchan_config -f ent4
更换主网卡ent2:
1.从etherchannel删除主网卡
/usr/lib/methods/ethchan_config -d ent4 ent2 2.删除并热插拔主网卡
3.添加主网卡到etherchannel
/usr/lib/methods/ethchan_config -a ent4 ent2
3. 如果需要更换的是备网卡ent3,而当前“Active Channel”是Secondary Channel,则当前ent3上还有网络流量,需要首先进行链路的主备网卡切换,确保需要更换的备网卡ent3上没有网络流量
# /usr/lib/methods/ethchan_config -f ent4
更换备网卡ent3:
1.从etherchannel删除备网卡
/usr/lib/methods/ethchan_config -d ent4 ent3 2.删除并热插拔备网卡
3.添加备网卡到etherchannel
/usr/lib/methods/ethchan_config -a -b ent4 ent3 完!
附录 ethchan_config命令说明 man ethchan_config
Commands Reference, Volume 2, d - h
ethchan_config Command
Purpose
Adds adapters to an EtherChannel or removes adapters from an EtherChannel.
Syntax
ethchan_config { -a [ -b ] | -d } EtherChannel Adapter
ethchan_config -c EtherChannel Attribute NewValue
ethchan_config -f EtherChannel
Description
This command adds adapters to an EtherChannel or removes adapters from an EtherChannel. This command can also be used to
modify EtherChannel attributes. These additions, deletions or modifications can take place even if the EtherChannel's
interface is currently configured; that is, it is not necessary to detach the EtherChannel's interface to add or remove
adapters or modify most EtherChannel attributes.
Flags
-a
Adds the specified Adapter to the specified EtherChannel. If the adapter must be added as a backup adapter, the -b flag must be specified. -b
Specifies that the Adapter is being added as a backup adapter. This flag is only valid when used with the -a flag. -c
Changes the specified Attribute of the specified EtherChannel attribute to the specified NewValue. -d
Deletes the specified Adapter from the specified EtherChannel. The -b flag should not be used with the -d flag. -f
Forces a failover of the specified EtherChannel. Note that the failover will only actually occur if the adapter in the
idle channel is up: if the adapter in the idle channel is down, the EtherChannel will keep operating on the active one
and no failover will take place.
Parameters
Adapter
Specifies the adapter to add or delete. Attribute
Specifies an attribute of the specified EtherChannel. EtherChannel
Specifies the EtherChannel. NewValue
Specifies the new value for the specified attribute of the specified EtherChannel.
Exit Status 0
The command completed successfully. >0
An error occurred.
Examples
1 To add the adapter ent0 as the backup adapter in the EtherChannel called ent7, type:
/usr/lib/methods/ethchan_config -a -b ent7 ent0
2 To change the address to ping attribute of an EtherChannel called ent7 to 10.10.10.10, type:
/usr/lib/methods/ethchan_config -c ent7 netaddr 10.10.10.10
3 To force a failover of an EtherChannel called ent7 from the currently active channel to the idle channel, type:
/usr/lib/methods/ethchan_config -f ent7
Restrictions
The use of the use_jumbo_frame attribute cannot be modified by this command. Attempting to do so will print out an error message.
Location
/usr/lib/methods
AIX33:/>
正在阅读:
Etherchannel环境下更换网卡11-04
杭州g20每个人多少补贴02-15
中国人民解放军各集团军编制战斗序列大全05-02
13个公司年会互动小游戏+15个公司年会小游戏集合07-30
小学一年级通知专项练习04-03
电子商务创业培训教学大纲资料03-08
售后部述职报告与商业会计述职报告汇编03-02
春节札记作文06-18
中国近代史实践-关于中山陵现状调查报告06-19
书包里的故事作文450字06-20
- 多层物业服务方案
- (审判实务)习惯法与少数民族地区民间纠纷解决问题(孙 潋)
- 人教版新课标六年级下册语文全册教案
- 词语打卡
- photoshop实习报告
- 钢结构设计原理综合测试2
- 2014年期末练习题
- 高中数学中的逆向思维解题方法探讨
- 名师原创 全国通用2014-2015学年高二寒假作业 政治(一)Word版
- 北航《建筑结构检测鉴定与加固》在线作业三
- XX县卫生监督所工程建设项目可行性研究报告
- 小学四年级观察作文经典评语
- 浅谈110KV变电站电气一次设计-程泉焱(1)
- 安全员考试题库
- 国家电网公司变电运维管理规定(试行)
- 义务教育课程标准稿征求意见提纲
- 教学秘书面试技巧
- 钢结构工程施工组织设计
- 水利工程概论论文
- 09届九年级数学第四次模拟试卷
- Etherchannel
- 网卡
- 更换
- 环境
- DFMEA - PFMEA 探测度评价准则
- 校本研修教师手册
- 教师资格证试讲 旅游概述教案(中职)
- 八字日干论命 - 壬
- 2010年临床执业医师基础综合笔试大纲
- R语言学习系列01-R语言的安装与使用
- 2016年最新青岛版六年级数学上册第六单元分数四则混合运算教学设计 教案(含教学反思习题答案)
- 电力电子技术-模拟试题5-答案
- 纪检监察基础知识竞赛用题库
- 司法局专题片解说词
- 以校本培训促教师发展,不断提高学校办学质量(培训调研)
- CLAD摸底测试答案
- 中国人民大学本科生推荐免试攻读
- 初中英语近义词辨析专项练习题
- 数字电路与系统设计课后答案
- 魅力科学2016最全面考试答案
- 奥氏体不锈钢薄板结构焊接
- 专业技术人员年度考核表(新)
- 土壤分析样品的采集和处理方法
- 2015年10全国自考概率论与数理统计(经管类)冲刺试题和答案