实验 6

跟風遠走 提交于 2019-12-05 19:38:25

 

 

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!