iyut 发表于 2016-8-8 17:09:00

利用三层交换机实现VLAN间路由(VLANIF)

                                                          
S1配置:
vlan batch 10 20

interface Vlanif10
ip address 192.168.1.254 255.255.255.0
#
interface Vlanif20
ip address 192.168.2.254 255.255.255.0
#

interface GigabitEthernet0/0/1
port link-type access
port default vlan 10
#
interface GigabitEthernet0/0/2
port link-type access
port default vlan 10
#
interface GigabitEthernet0/0/3
port link-type access
port default vlan 20
#


                   

页: [1]
查看完整版本: 利用三层交换机实现VLAN间路由(VLANIF)