我们一般用 undo portswitch 来将二层口转为三层口,但如果设备不支持的话,那么。。。
一、拓朴图:
二、实现方法:
起一个 vlan x,配置 vlanif地址,然后二层口划分到 vlan x 下,对端做同样的配置
三、主要配置:
[S1]
vlan batch 12
#
interface Vlanif12
ip address 12.1.1.1 255.255.255.252
#
interface Ethernet0/0/1
port link-type access
port default vlan 12
#
[S2]
vlan batch 12
#
interface Vlanif12
ip address 12.1.1.2 255.255.255.252
#
interface Ethernet0/0/1
port link-type access
port default vlan 12
#