1、接口支持別名即第二地址、vlan、端口聚合(bond)、橋接、PPPOE等。
成都創(chuàng)新互聯(lián)致力于互聯(lián)網(wǎng)網(wǎng)站建設與網(wǎng)站營銷,提供成都網(wǎng)站設計、成都網(wǎng)站建設、網(wǎng)站開發(fā)、seo優(yōu)化、網(wǎng)站排名、互聯(lián)網(wǎng)營銷、微信小程序、公眾號商城、等建站開發(fā),成都創(chuàng)新互聯(lián)網(wǎng)站建設策劃專家,為不同類型的客戶提供良好的互聯(lián)網(wǎng)應用定制解決方案,幫助客戶在新的全球化互聯(lián)網(wǎng)環(huán)境中保持優(yōu)勢。如果在修改、添加、刪除接口后在smartdashboard中使用get topology時顯示錯誤的拓撲信息,可以在專家模式下先cpstop,然后cpstart.相當于把系統(tǒng)進程重啟一遍。
2、cli設置網(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設置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
設置arp參數(shù)
set arp table validity-timeout VALUE
set arp table cache-size VALUE
查看arp設置參數(shù)
show arp dynamic all
show arp static all
show arp table validity-timeout
show arp table cache-size
4、設置靜態(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ù)包,并給出回應信息。 示例: 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 另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。
文章題目:checkpointnetworkmanagement-創(chuàng)新互聯(lián)
文章鏈接:http://weahome.cn/article/isiio.html