1. 程式人生 > >HUAWEI單臂路由配置

HUAWEI單臂路由配置



sub-port:vlan11.1.1.0

sub-port:vlan12.1.1.0

單臂路由

Router
 
system-view

interface g0/0/0.11
 dot1q termination vid 11
 ip add 11.1.1.1 24
 arp broadcast enable
 quit

interface g0/0/0.12
 dot1q termination vid 12
 ip add 12.1.1.1 24
 arp broadcast enable
 quit


L2sw

system-view
 port-group group-member e0/0/1 to e0/0/2
 port link-type access
 quit

vlan 11
 port e0/0/1
vlan 12
 port e0/0/2
 quit

int g0/0/1
 port link-type trun
 port trunk allow-pass vlan all
 quit