华为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追问请问能加点注释吗?有些地方看不懂了。
追答谢了这么多 给点分啊额
请问一下华为2831型号的路由器是否支持在VLAN中起地址
路由器不是交换机. 路由器不支持vlan的划分. 但子接口可以支持下层交换机的透传上来.你这种思路应该是这样:买一个2126-ei的交换机, 如果要每个用户都划分一个vlan,可以用端口的hybird功能来实现.不过,还有一种更简单的方法,就是使用端口隔离的功能. 只有一个端口与路由器相连,其它的都是两两不通....
华为6503交换机eudemon200防火墙禁止访问问题
第一,增加自己到对端的路由,如果是一条默认路由就不用增加了。 第二,对端需要设置你这边的回程路由。 这个要看对方回指的网段包括了哪些网段,你这边的这个地址段是否包括在其中。 如果不在,就需要协调了。