侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

华为-两层架构的SVI配置

2023-01-15 星期日 / 0 评论 / 0 点赞 / 77 阅读 / 1197 字

sw2:vlan batch 10 30 interface Ethernet0/0/1 port link-type trunk port trunk allow-pass vlan 2 to

.

sw2:

vlan batch  10 30 interface Ethernet0/0/1  port link-type trunk  port trunk allow-pass vlan 2 to 4094
interface Ethernet0/0/2  port link-type access port default vlan 10
interface Ethernet0/0/3  port link-type access  port default vlan 30

sw3:

vlan  20 interface Ethernet0/0/1  port link-type trunk  port trunk allow-pass vlan 2 to 4094
interface Ethernet0/0/2  port link-type access  port default vlan 20

核心交换机:sw1

vlan batch 10 20 30 interface Vlanif10 ip address 192.168.10.1 255.255.255.0
interface Vlanif20ip address 192.168.20.1 255.255.255.0
interface Vlanif30  ip address 192.168.30.1 255.255.255.0
interface GigabitEthernet0/0/1  port link-type trunk  port trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/2  port link-type trunk  port trunk allow-pass vlan 2 to 4094
.

广告 广告

评论区