三层交换和trunk-link

本文详细介绍了网络设备中的VLAN批量配置,包括如何设置Trunk与Access端口,以及如何在不同设备间(如交换机s1、s2、s3与路由器r1)实现VLAN互通和路由配置。特别关注了s2与r1间由二层到三层链路的转换过程。

在这里插入图片描述
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地址配置等

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值