
s1:
vlan batch 10
[s1-Ethernet0/0/1]dis this
#
interface Ethernet0/0/1
port link-type access
port default vlan 10
#
[s1-Eth-Trunk1]dis this
#
interface Eth-Trunk1
port link-type trunk
port trunk pvid vlan 10
port trunk allow-pass vlan 2 to 4094
#
s3:
vlan batch 20
[s3-Ethernet0/0/1]dis this
#
interface Ethernet0/0/1
port link-type access
port default vlan 20
#
[s3-Eth-Trunk2]dis this
#
interface Eth-Trunk2
port link-type trunk
port trunk pvid vlan 20
port trunk allow-pass vlan 2 to 4094
#
s2:
vlan batch 10 20 50
[s2-Eth-Trunk1]dis this
#
interface Eth-Trunk1
port link-type trunk
port trunk pvid vlan 10
port trunk allow-pass vlan 2 to 4094
#
[s2-Eth-Trunk2]dis this
#
interface Eth-Trunk2
port link-type trunk
port trunk pvid vlan 20
port trunk allow-pass vlan 2 to 4094
#
[s2-Eth-Trunk3]dis this
#
interface Eth-Trunk3
port link-type access
port default vlan 50
mode lacp-static
#
ip route-static 192.168.60.0 255.255.255.0 192.168.50.2
r1:
[r1-Eth-Trunk3]dis this
[V200R003C00]
#
interface Eth-Trunk3
undo portswitch
ip address 192.168.50.2 255.255.255.0
mode lacp-static
#
ip route-static 0.0.0.0 0.0.0.0 192.168.50.1
需要注意的是:
(1)s1和s2 以及 s3和s2是trunk,且都要配置
(2)s2和r1,s2配置为access, r1不用配置
(3)r1要 undo portswitch,Eth-Trunk3是二层链路,需要切换到三层链路,以便进行ip地址配置等
本文详细介绍了网络设备中的VLAN批量配置,包括如何设置Trunk与Access端口,以及如何在不同设备间(如交换机s1、s2、s3与路由器r1)实现VLAN互通和路由配置。特别关注了s2与r1间由二层到三层链路的转换过程。
489

被折叠的 条评论
为什么被折叠?



