利用三层交换机实现VLAN间路由(VLANIF)_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

#