Подскажите пожалуйста значение Area id = 0.0.0.1 в Cisco и в D-link равны или нет? После того как изменил значение area id упал OSPF
Cisco.conf:
Код:
router ospf 1
router-id 10.255.30.1
log-adjacency-changes
network 10.250.0.0 0.0.0.15 area 255
network 10.250.30.0 0.0.0.255 area 0.0.0.1
network 10.255.30.1 0.0.0.0 area 255
sh ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
10.250.30.3 1 INIT/DROTHER 00:00:33 10.250.30.3 GigabitEthernet0/1.2
10.255.255.1 10 FULL/DR 00:01:52 10.250.0.1 Tunnel0
3612G.conf:
Код:
create ospf area 0.0.0.1 type normal
config ospf ipif System area 0.0.0.1 priority 1 hello_interval 10 dead_interval 40
config ospf ipif System authentication none metric 1 state enable passive disable
config ospf ipif MGMT_1 area 0.0.0.1 priority 1 hello_interval 10 dead_interval 40
config ospf ipif MGMT_1 authentication none metric 1 state enable passive disable
config ospf router_id 10.250.30.3
enable ospf
show ospf
Command: show ospf
OSPF Router ID : 10.250.30.3
State : Enabled
OSPF Interface Settings
Interface IP Address Area ID State Link Metric
Status
------------ ------------------ --------------- -------- --------- ---------
System 10.250.30.3/24 0.0.0.1 Enabled Link Up 1
MGMT_TCH_1 10.250.31.1/26 0.0.0.1 Enabled Link Up 1
Total Entries : 2
OSPF Area Settings
Area ID Type Stub Import Summary LSA Stub Default Cost Translate
--------------- ------ ----------------------- ----------------- ---------
0.0.0.0 Normal None None None
0.0.0.1 Normal None None None