最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

迈普2800路由器设置trunk

运维笔记admin11浏览0评论

vlan 1

port 21 untagged

exit

vlan 1001
 port 21 tagged
 port 18-19 untagged
 exit

port 18-19

pvid 1001

exit

port 21

pvid 1

exit

设置port 21口为trunk口,且允许vlan1001通过。18、19口为access口

interface gigabitethernet0/21
 switchport mode trunk
 switchport trunk allowed vlan add 1001
 switchport trunk pvid vlan 1
 exit

发布评论

评论列表(0)

  1. 暂无评论