码迷,mamicode.com
首页 > 其他好文 > 详细

华为交换机通过聚合端口互联

时间:2020-09-17 19:45:35      阅读:36      评论:0      收藏:0      [点我收藏+]

标签:路由   静态   int   核心交换机   trunk   ati   交换   通过   桌面   

华为核心交换机:S5720S-36C-EI-AC 管理IP:172.30.5.1
华为桌面交换机:S5700S-52P-LI-AC 管理IP:172.30.5.10
核心交换机的 G0/0/24,G1/0/24 聚合与
桌面交换机的 G0/0/47 ,G0/0/48的聚合口通过trunk互联

核心交换机配置:
[SW_CORE_5.1]interface eth-trunk 1
[SW_CORE_5.1-eth-trunk1]port link-type trunk
[SW_CORE_5.1-eth-trunk1]port trunk allow-pass vlan all
[SW_CORE_5.1-eth-trunk1]des conn_sw_acc_5.10
[SW_CORE_5.1-eth-trunk1]quit
[SW_CORE_5.1]int g0/0/24
[SW_CORE_5.1-G0/0/24]eth-trunk 1
[SW_CORE_5.1-G0/0/24]des conn_sw_acc_5.10-G0/0/47
[SW_CORE_5.1-G0/0/24]quit

[SW_CORE_5.1]int g1/0/24
[SW_CORE_5.1-G1/0/24]eth-trunk 1
[SW_CORE_5.1-G1/0/24]des conn_sw_acc_5.10-G0/0/48
[SW_CORE_5.1-G1/0/24]quit

接入层交换机配置:
[SW_ACC_5.10]interface eth-trunk 1
[SW_ACC_5.10-eth-trunk1]port link-type trunk
[SW_ACC_5.10-eth-trunk1]port trunk allow-pass vlan all
[SW_ACC_5.10-eth-trunk1]des conn_sw_core_5.1
[SW_ACC_5.10-eth-trunk1]quit

[SW_ACC_5.10]int g0/0/24
[SW_ACC_5.10-G0/0/47]eth-trunk 1
[SW_ACC_5.10-G0/0/47]des conn_sw_core_5.1-G0/0/47
[SW_ACC_5.10-G0/0/47]quit

[SW_ACC_5.10]int g0/0/48
[SW_ACC_5.10-G0/0/48]eth-trunk 1
[SW_ACC_5.10-G0/0/48]des conn_sw_core_5.1-G0/0/48
[SW_ACC_5.10-G0/0/48]quit

添加静态路由:

[SW_CORE_5.1]ip route-static 0.0.0.0 0.0.0.0 172.30.5.1

查看聚合端口状态:
[SW_CORE_5.1]dis int eth-trunk 1

华为交换机通过聚合端口互联

标签:路由   静态   int   核心交换机   trunk   ati   交换   通过   桌面   

原文地址:https://blog.51cto.com/2221384/2530538

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!