路由器(Router)是連接兩個或多個網絡的硬件設備,在網絡間起網關的作用,是讀取每一個數據包中的地址然后決定如何傳送的專用智能性的網絡設備,路由器最主要的功能為實現信息的轉送。 很多可能在尋找瑞斯康達端口聚合配置命令或教程,這個產品主要是通訊行業用的居多,下面小編就給大家分享下瑞斯康達交換機、光纖收發器如何做端口聚合。

瑞斯康達光纖收發器端口聚合簡易命令
- raisecom
- raisecom
- enable
- raisecom //登錄設備1、2級賬號密碼
- config //進入配置模式
- trunk group 1 line 1,2 lacp-static //創建聚合組
- interface line 1 //進入光口1
- switchport mode trunk //修改vlan透傳模式為trunk
- switchport trunk allowed vlan 10 //透傳vlanxx
- y //確認透傳
- exit
- interface lin 2 //進入光口2
- switchport mode trunk //修改vlan透傳模式為trunk
- switchport trunk allowed vlan 10 //透傳vlanxx
- y //確認透傳
- exit
- interface client 1 //進入電口1
- switchport mode access //修改vlan透傳模式為access(剝離vlan標簽)
- switchport access vlan 10 //在電口1剝離vlan10,連接電腦
- end //退出配置模式
- write //保存配置
瑞斯康達交換機端口聚合配置簡易命令
- raisecom
- raisecom //設備登錄用戶名、密碼
- config //進入配置模式
- vlan 10 //創建vlan xx
- exit //退出
- interface port-channel 1 //創建并進入聚合組1
- mode lacp //啟用LACP聚合協議
- switchport mode trunk //修改vlan透傳模式
- switchport trunk allowed vlan 10 //允許通過vlan xx
- y //確認上一條配置
- exit
- interface gigaethernet 1/1/1 //進入光口1配置模式
- port-channel 1 //綁定光口1至聚合組1
- exit //退出光口1配置模式
- interface gigaethernet 1/1/2 //進入光口2配置模式
- port-channel 1 //綁定光口2至聚合組1
- exit //退出光口2配置模式
- interface port-channel 2//創建并進入聚合組2
- mode lacp //啟用LACP聚合協議
- switchport mode trunk //修改vlan透傳模式
- switchport trunk allowed vlan 10 //允許通過vlan xx
- y //確認上一條配置
- exit
- interface gigaethernet 1/1/23 //進入光口23配置模式
- port-channel 2 //綁定光口23至聚合組2
- exit
- interface gigaethernet 1/1/24 //進入光口24配置模式
- port-channel 2 //綁定光口24至聚合組2
- end //退出配置模式
- write //保存配置
本文可以幫助您基本地設置和管理您的路由器。
|