如何掌握软考中华为专题的知识点?
1、掌握交换机配置基本命令
sytem-view
sysNameSwitch
user-interface console 1
interface vlanif 1
ip address 192.181.1.2
interface gigabitethernet 0/0/1

2、掌握路由器基本配置命令
interface gigabitethernet 0/0/2
ip address 192.168.3.4
undo shutdown
dis current-configuration

3、掌握交换机VLAN配置命令
vlan bath 40 50
port link-type access
port default vlan 32
port link-type trunk
port turnk allow-pass vlan all

4、掌握路由器协议配置命令
RIP协议
ip rout-static 192.168.1.0 24 10.23.3.4
OSPF协议
ospf 1
area 0
network 192.168.1.0 0.0.0.255
DHCP协议——全局
dhcp enable
ip pool dhcppoolname
network 192.68.1.0
lease day 4
gateway-list 192.168.1.253
exclued-ip-address
dns-list 9.9.9.9
dhcp select global
DHCP协议——接口
dhcp select interface
dchp server lease day 4
dhcp server exclude-ip-address
dhcp server dns-list 9.9.9.9
另外还有ACL协议、NAT和NAPT

5、掌握三层交换VLAN路由配置
interface vlanif 20
ip address 192.168.1.250 24
interface vlanif 30
ip address 192.168.2.250 24
这样设置好就可以。
