ensp 单臂路由实验vlan三层互访
topo图
SW1配置
interface Ethernet0/0/1
port link-type access
port default vlan 10
interface Ethernet0/0/2
port link-type access
port default vlan 20
interface Ethernet0/0/3
port link-type trunk
port trunk allow-pass vlan 10 20
AR2配置
interface GigabitEthernet0/0/0.1
dot1q termination vid 10
ip address 10.0.10.254 255.255.255.0
arp broadcast enable
interface GigabitEthernet0/0/0.2
dot1q termination vid 20
ip address 10.0.20.254 255.255.255.0
arp broadcast enable
实验验证
pc1可以访问pc2 他们是在不同vlan也可互通
通过单臂路由 可以看到 通过路由器中转流量