三层交换和trunk-link

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

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值