华为2831路由器配合华为S2700-26TP-SI(AC)如何划分VLAN?

发布网友 发布时间:2022-04-23 12:55

我来回答

2个回答

热心网友 时间:2023-07-18 23:39

划分出5个vlan,然后将5个vlan加入supervlan ,然后对supervlan开启arp中继,即可实现。

热心网友 时间:2023-07-18 23:40

路由器
#
interface Vlanif3
ip address 16.139.36.46 255.255.255.240
#
interface Vlanif4
ip address 16.139.36.62 255.255.255.240
#
interface Vlanif5
ip address 16.139.36.78 255.255.255.240
#
interface Vlanif6
ip address 16.139.36.94 255.255.255.240
#
interface Vlanif7
ip address 16.139.36.110 255.255.255.240

#
interface Vlanif1
ip address 16.3.153.130 255.255.255.252
#
interface Vlanif2
ip address 16.3.153.134 255.255.255.252
#
interface Ethernet5/0/0
port link-type trunk
port trunk allow-pass vlan 2 to 3
#
interface Ethernet5/0/1
port link-type trunk
undo port trunk allow-pass vlan 1
port trunk allow-pass vlan 4 to 6 2
其中一台交换机
#
interface Vlanif1
ip address 16.3.153.129 255.255.255.252
#
interface Ethernet0/0/1
port link-type trunk
port trunk allow-pass vlan 2 to 4
ntdp enable
ndp enable
#
interface Ethernet0/0/9
port link-type access
port default vlan 2
ntdp enable
ndp enable
#
interface Ethernet0/0/10
port link-type access
port default vlan 2
ntdp enable
ndp enable
#
interface Ethernet0/0/11
port link-type access
port default vlan 2
ntdp enable
ndp enable
#
ip route-static 0.0.0.0 0.0.0.0 16.3.153.130追问请问能加点注释吗?有些地方看不懂了。

追答谢了这么多 给点分啊额

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com