码迷,mamicode.com
首页 > 其他好文 > 详细

组建vlan间的路由网络

时间:2020-12-04 11:49:57      阅读:17      评论:0      收藏:0      [点我收藏+]

标签:ESS   rmi   info   ip add   configure   bsp   idt   ddr   config   

技术图片

 

 技术图片

 

 S2960]enable

            #vlan database

            #vlan 10 name stu1

            #vlan 20 name stu2

           #vlan 30 name stu3

            #exit 

            #configure terminal

            #interface fa0/1

            # switchport access vlan 10

            #interface fa0/2

            #switchport access vlan 20

            #interface fa0/3

            #switchport access vlan 20

            #interface fa0/4

            #switchport access vlan 30

            #interface fa0/12

            #switchport mode trunk

            #switchport trunk allowed vlan all

 

 R2811 #interface fa 0/0

            #intterface fa 0/0.1

            #encapsulation dot1q 10

            # ip address 192.168.10.1 255.255.255.0

            #intterface fa 0/0.2

             #encapsulation dot1q 20

             #ip address 192.168.20.1 255.255.255.0

             #intterface fa 0/0.3

             #encapsulation dot1q 30

             #ip address 192.168.30.1 255.255.255.0

 

             可以ping通vlan中pc.

组建vlan间的路由网络

标签:ESS   rmi   info   ip add   configure   bsp   idt   ddr   config   

原文地址:https://www.cnblogs.com/cs-16906/p/14064015.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!