1.在骨干区域不能出现2类lsa
RSR(config)#INT G0/0
RSR(config-if-GigabitEthernet 0/0)#ip add 192.168.100.1 255.255.255.0
sw(config)#int g0/0
sw(config-if-GigabitEthernet 0/0)#swi mode acc
sw(config-if-GigabitEthernet 0/0)#swi acc vlan 100
sw(config)#int vlan 100
sw(config-if-VLAN 100)#ip add 192.168.100.2 255.255.255.0
sw(config-if-VLAN 100)#no shut
sw(config-if-VLAN 100)#int vlan 10
sw(config-if-VLAN 10)#ip add 192.168.10.1 255.255.255.0
sw(config-if-VLAN 10)#int vlan 20
sw(config-if-VLAN 20)#ip add 192.168.20.1 255.255.255.0
sw(config-if-VLAN 20)#no shut
sw(config-if-VLAN 20)#exit
sw(config)#router ospf 1
sw(config-router)#network 192.168.100.0 0.0.0.255 area 0
sw(config-router)#network 192.168.10.0 0.0.0.255 area 0
sw(config-router)#network 192.168.20.0 0.0.0.255 area 0
配置骨