Ensp单臂路由

Tuesday, Aug 16, 2022 | 1 minute read | Updated at Tuesday, Aug 16, 2022

@
Ensp单臂路由
# 关闭提示信息
# undo info-center enable
un in en

# 进入system view
sys
# 创建vlan,批量创建待补充
vlan 10
vlan 20

# 交换机
# 端口操作
int g0/0/1
port link-type access
port default vlan 10

int g0/0/2
port link-type access
port default vlan 20

int g0/0/3
port link-type trunk
port trunk allow-pass vlan 10 20

# 路由器
int e0/0/0.1
dot1q termination vid 10
ip address 192.168.1.254 24
arp broadcast enable

int e0/0/0.2
dot1q termination vid 20
ip address 192.168.2.254 24
arp br en

© 2016 - 2025 Caisong's Blog

🌱 Powered by Hugo with theme Dream.

About Me

大龄程序员,喜欢折腾各种环境部署、软件应用。

博客记录日常。