1、接口支持别名即第二地址、vlan、端口聚合(bond)、桥接、PPPOE等。
成都创新互联致力于互联网网站建设与网站营销,提供成都网站设计、成都网站建设、网站开发、seo优化、网站排名、互联网营销、微信小程序、公众号商城、等建站开发,成都创新互联网站建设策划专家,为不同类型的客户提供良好的互联网应用定制解决方案,帮助客户在新的全球化互联网环境中保持优势。如果在修改、添加、删除接口后在smartdashboard中使用get topology时显示错误的拓扑信息,可以在专家模式下先cpstop,然后cpstart.相当于把系统进程重启一遍。
2、cli设置网口ip
2.1
set interface eth2 ipv4-address 202.100.1.254 subnet-mask 255.255.255.0
set interface eth2 mtu 1500
set interface eth2 state on
set interface eth2 link-speed 1000M/full
2.2
添加、删除别名ip
add interface eth2 alias 202.100.1.253/24
delete interface eth2 alias eth2:2
2.3删除vlan
add interface vlan eth2
set interface eth2.100 ipv4-address 10.1.100.254 subnet-mask 255.255.255.0
set interface eth2.100 ipv6-address 209:99:1 mask-length 64
delete interface eth2 vlan 100
记得save config保存。
2.4端口聚合
2.4.1
add bonding group
delete bonding group
2.4.2定义bond mode
set bonding group
round-robin (default) 轮询
active-backup 热备
xor
802.3ad
2.4.3添加bonding group interface
add bonding group
如:add bonding group 777 interface eth5
2.4.4设置eth5为primary
set bonding group 777 primary eth5
3、arp
添加静态arp
add arp static ipv4-address VALUE macaddress VALUE
删除
delete arp dynamic all
delete arp static ipv4-address ALUE
设置arp参数
set arp table validity-timeout VALUE
set arp table cache-size VALUE
查看arp设置参数
show arp dynamic all
show arp static all
show arp table validity-timeout
show arp table cache-size
4、设置静态路由
set static-route ]on|off 下一跳ip形式表现 nexthop gateway logical ] on|off 下一跳以接口形式表现,不建议使用。 nexthop blackhole 路由黑洞,直接丢弃到目的网段的数据包,不回馈。 nexthop reject 丢弃到目的的数据包,并给出回应信息。 示例: set static-route 192.0.2.100 nexthopgateway address 192.0.2.10 onpriority1 set static-route 192.0.2.0/24 nexthopgateway logical eth5 on priority 2 set static-route 192.0.2.0/24 nexthopgateway logical eth6 on priority 3 路由维护: show route static 查看路由 set static-route set static-route 另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
当前文章:checkpointnetworkmanagement-创新互联
网站地址:http://cdweb.net/article/isiio.html