十年網(wǎng)站開發(fā)經(jīng)驗 + 多家企業(yè)客戶 + 靠譜的建站團隊
量身定制 + 運營維護(hù)+專業(yè)推廣+無憂售后,網(wǎng)站問題一站解決
1、接口支持別名即第二地址、vlan、端口聚合(bond)、橋接、PPPOE等。
如果在修改、添加、刪除接口后在smartdashboard中使用get topology時顯示錯誤的拓?fù)湫畔?,可以在專家模式下先cpstop,然后cpstart.相當(dāng)于把系統(tǒng)進(jìn)程重啟一遍。
2、cli設(shè)置網(wǎng)口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設(shè)置eth5為primary
set bonding group 777 primary eth5
3、arp
添加靜態(tài)arp
add arp static ipv4-address VALUE macaddress VALUE
刪除
delete arp dynamic all
delete arp static ipv4-address ALUE
設(shè)置arp參數(shù)
set arp table validity-timeout VALUE
set arp table cache-size VALUE
查看arp設(shè)置參數(shù)
show arp dynamic all
show arp static all
show arp table validity-timeout
show arp table cache-size
4、設(shè)置靜態(tài)路由
set static-route ]on|off 下一跳ip形式表現(xiàn) nexthop gateway logical ] on|off 下一跳以接口形式表現(xiàn),不建議使用。 nexthop blackhole 路由黑洞,直接丟棄到目的網(wǎng)段的數(shù)據(jù)包,不回饋。 nexthop reject 丟棄到目的的數(shù)據(jù)包,并給出回應(yīng)信息。 示例: 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 路由維護(hù): show route static 查看路由 set static-route set static-route 另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。
網(wǎng)站欄目:checkpointnetworkmanagement-創(chuàng)新互聯(lián)
文章URL:http://m.jiaotiyi.com/article/isiio.html