ip网络实验4


vlan综合实验

实验拓扑

image-20201226231630909 image-20201226231657853 image-20201226231734940 image-20201226231754091 image-20201226231807883

配置:

LSW3

#
sysname Huawei
#
vlan batch 100 200
#
stp instance 0 root primary
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default
 domain default_admin
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface Vlanif100
 ip address 192.168.0.10 255.255.255.0
#
interface Vlanif200
 ip address 172.32.0.10 255.255.255.0
#
interface MEth0/0/1
#
interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 100 200
#
interface GigabitEthernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan 100 200
#

stp root primary

stp instance xx cost xx

LSW1;

#
sysname Huawei
#
vlan batch 100 200
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default
 domain default_admin
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Eth-Trunk1
 port link-type trunk
 port trunk allow-pass vlan 100 200
 stp instance 0 cost 10
 mode lacp-static
#
interface Ethernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 100 200
#
interface Ethernet0/0/2
 eth-trunk 1
#
interface Ethernet0/0/3
 port link-type access
 port default vlan 100
#
interface Ethernet0/0/4
 port link-type access
 port default vlan 200
#
interface Ethernet0/0/5
 eth-trunk 1
#

lsw4:

#
sysname Huawei
#
vlan batch 100 200
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default
 domain default_admin
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Eth-Trunk1
 port link-type trunk
 port trunk allow-pass vlan 100 200
 stp instance 0 cost 10
 mode lacp-static
#
interface Ethernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 100 200
#
interface Ethernet0/0/2
 eth-trunk 1
#
interface Ethernet0/0/3
 port link-type access
 port default vlan 200
#
interface Ethernet0/0/4
 port link-type access
 port default vlan 100
#
interface Ethernet0/0/5
 eth-trunk 1
#

注意:华为S5700系列交换机配置链路聚合LACP报错。

(解决办法)[https://blog.51cto.com/7355754/2154322]

实现效果:

image-20201226232454477

部分效果图,其他自行测试

LSW3 要配置vlanif
int vlanif 100
ip add x.x.x.x xx

int Eth-Trunk 1
int ex/x/x
eth-trunk 1

文章作者: fejxc
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 fejxc !
评论
  目录