首页 > 其他 > 详细

实验 6

时间:2019-11-27 14:46:31      阅读:51      评论:0      收藏:0      [点我收藏+]

技术分享图片

 

 

PC

192.168.30.1、192.168.30.2

192.168.40.1、192.168.40.2

 

S3700
system-view
vlan batch 30 40

int e0/0/1
port link-type access
port default vlan 30

int e0/0/2
port link-type access
port default vlan 30

int e0/0/3
port link-type access
port default vlan 40

int e0/0/4
port link-type access
port default vlan 40

int g0/0/2
port link-type trunk
port trunk allow-pass vlan 30 40

 

S5700-1
system-view
vlan batch 30 40

int g0/0/1
port link-type trunk

port trunk allow-pass vlan 30 40

interface Eth-Trunk 1
mode lacp-static

interface GigabitEthernet 0/0/24
eth-trunk 1
interface GigabitEthernet 0/0/23
eth-trunk 1
interface GigabitEthernet 0/0/22
eth-trunk 1

interface Eth-Trunk 1
port link-type trunk
port trunk allow-pass vlan 30 40

 

S5700-2
system-view
vlan batch 30 40

interface vlanif 30
ip address 192.168.30.254 24
quit
interface vlanif 40
ip address 192.168.40.254 24

interface Eth-Trunk 1
mode lacp-static

int g0/0/1
eth-trunk 1
int g0/0/2
eth-trunk 1
int g0/0/3
eth-trunk 1
quit

interface Eth-Trunk 1
port link-type trunk
port trunk allow-pass vlan 30 40

实验 6

原文:https://www.cnblogs.com/X-Lee/p/11942016.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!