配置如下:
R1:
system-view
sysname r1
interface g0/0/0
ip address 192.168.102.2 24
interface g0/0/1
ip address 200.0.0.1 24
quit
ip route-static 192.168.101.0 255.255.255.0 192.168.102.1
SW1:
system-view
sysname sw1
vlan batch 100 102
interface e0/0/1
port link-type trunk
port trunk allow-pass vlan 100 102
interface e0/0/2
port link-type access
port default vlan 102
interface vlanif 100
ip address 192.168.100.2 24
interface vlanif 102
ip address 192.168.102.1 24
ip route-static 192.168.101.0 255.255.255.0 192.168.100.1
ip route-static 200.0.0.0 255.255.255.0 192.168.102.2
ac1:
system-view
sysname ac
dhcp enable
vlan batch 100 101
interface g0/0/1
port link-type trunk
port trunk pvid vlan 100
port trunk
华为ac与ap调试
最新推荐文章于 2025-04-09 11:10:18 发布