【文件属性】:
文件名称:验证配置-20万、50万、100万年薪的算法工程师到底有什么区别
文件大小:153KB
文件格式:PDF
更新时间:2024-07-19 06:01:42
msr
3.4 配置步骤
3.4.1 Device A的配置
# 创建三层聚合接口 1。(根据具体情况选择下面两种方式之一)
• 采用静态聚合模式
system-view
[DeviceA] interface route-aggregation 1
• 采用动态聚合模式
system-view
[DeviceA] interface route-aggregation 1
[DeviceA-Route-Aggregation1] link-aggregation mode dynamic
# 为三层聚合接口 1 配置 IP 地址和子网掩码。
[DeviceA-Route-Aggregation1] ip address 192.168.1.1 24
[DeviceA-Route-Aggregation1] quit
# 将接口 GigabitEthernet2/1/1~GigabitEthernet2/1/3 加入聚合组 1。
[DeviceA] interface range gigabitethernet 2/1/1 to gigabitethernet 2/1/3
[DeviceA-if-range] port link-aggregation group 1
[DeviceA-if-range] quit
3.4.2 Device B的配置
Device B 上的配置与 Device A 相同,配置过程略。
3.5 验证配置
# 通过 display link-aggregation verbose 命令来显示聚合组的相关信息,以验证配置是否成功。
• 采用静态聚合模式的聚合组信息
[DeviceA] display link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Aggregate Interface: Route-Aggregation1
Aggregation Mode: Static
Loadsharing Type: Shar
Port Status Priority Oper-Key
--------------------------------------------------------------------------------
GE2/1/1 S 32768 1
GE2/1/2 S 32768 1
GE2/1/3 S 32768 1
结果说明:本端加入到静态聚合组内的成员端口都处于 Selected 状态,与对端对应端口是否是
Selected 状态无关。