在每个vios上建2虚拟网卡,第一块用作外联,第二块用做心跳。SEA failover时要注意,vios1的priority为1 ,vios2的priority为2。2个vios的portvlanid号相同。在2台vios上都要配置(IP地址为内网的ip)mkvdev -sea en...
在每个vios上建2虚拟网卡,第一块用作外联,第二块用做心跳。
SEA failover时要注意,vios1的priority为1 ,vios2的priority为2。2个vios的portvlanid号相同。
在2台vios上都要配置(IP地址为内网的ip)
mkvdev -sea ent1 -vadapter ent2 -default ent2 -defaultid 30 -attr ha_mode=auto ctl_chan=ent3 netaddr=192.168.70.211 largesend=1
(物理) (虚拟) (ping测试地址,一般用网关地址,此地址一定要存在不然sea网络不通)
Explanation of the parameters:####
sea ent0 --This is the physical interface
vadapterent1 --This is the virtual interface
default ent1 --Default virtual interface to send untagged packets
defaultid1 --This is the PVID for the SEA interface
配置ip地址
mktcpip -hostname gaovios1 -inetaddr 192.168.70.21 -interface en2 -netmask 255.255.255.0 -gateway 192.168.70.211
vios1查看
$ entstat -all ent4 | grep Active
Priority: 1 Active: True
$
vios2查看
$ entstat -all ent4 | grep Active
Priority: 2 Active: True
本文标题为:双 VIOS 环境如何配置心跳网卡?
基础教程推荐
- Android Compose自定义TextField实现自定义的输入框 2023-05-13
- iOS Crash常规跟踪方法及Bugly集成运用详细介绍 2023-01-18
- Android开发Compose集成高德地图实例 2023-06-15
- Android实现短信验证码输入框 2023-04-29
- Flutter进阶之实现动画效果(三) 2022-10-28
- iOS开发使用XML解析网络数据 2022-11-12
- MVVMLight项目Model View结构及全局视图模型注入器 2023-05-07
- IOS获取系统相册中照片的示例代码 2023-01-03
- iOS中如何判断当前网络环境是2G/3G/4G/5G/WiFi 2023-06-18
- iOS开发 全机型适配解决方法 2023-01-14