Помогите, пож-та, настроить на OSPF DXS-3326GSR.
Quagga на FreeBSD из BGP должна делать redistribure в ospf на свитчи DXS-3326GSR и DGS-3627G. Свитчи и Quagga находятся в одной подсети. Настройки ospf одинаковые, но DGS-3627G получает маршруты без проблем, а DXS-3326GSR - нет.
Quagga 172.16.15.5
Код:
router ospf
ospf router-id 172.16.15.5
redistribute bgp
network 172.16.15.0/24 area 0.0.0.0
network 217.79.3.128/30 area 0.0.0.1
DGS-3627G
Код:
Device Type : DGS-3627G Gigabit Ethernet Switch
IP Address : 172.16.15.3 (Manual)
VLAN Name : backbone_link
Boot PROM Version : Build 1.10-B09
Firmware Version : Build 2.40-B73
Hardware Version : A1
OSPF : Enabled
#OSPF
config ospf ipif System area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40
config ospf ipif System authentication none metric 1 state enable passive disable
config ospf router_id 172.16.15.3
enable ospf
DGS-3627G:5#sh ospf all
....
Interface Name: System IP Address: 172.16.15.3/24 (Link Up)
Network Medium Type: BROADCAST Metric: 1
Area ID: 0.0.0.0 Administrative State: Enabled
Priority: 1 DR State: OTHER
DR Address: 172.16.15.5 Backup DR Address: 172.16.15.2
Hello Interval: 10 Dead Interval: 40
Transmit Delay: 1 Retransmit Time: 5
Authentication: None
DGS-3627G Нейборы видны, а маршрутов нет.
Код:
Device Type : DXS-3326GSR Stackable Ethernet Switch
IP Address : 172.16.15.2 (Manual)
VLAN Name : backbone_link
Boot PROM Version : Build 2.01-B01
Firmware Version : Build 4.30-B11
Hardware Version : 5A1.2A1
OSPF : Enabled
config ospf ipif System area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40
config ospf ipif System authentication none metric 1 state enable
config ospf router_id 172.16.15.2
enable ospf
DXS-3326GSR:4#sh ospf all
....
Interface Name: System IP Address: 172.16.15.2/24 (Link Up)
Network Medium Type: BROADCAST Metric: 1
Area ID: 0.0.0.0 Administrative State: Enabled
Priority: 1 DR State: BDR
DR Address: 172.16.15.5 Backup DR Address: 172.16.15.2
Hello Interval: 10 Dead Interval: 40
Transmit Delay: 1 Retransmit Time: 5
Authentication: None
DXS-3326GSR:4#show ospf neighbor
Command: show ospf neighbor
IP Address of Router ID of Neighbor Neighbor
Neighbor Neighbor Priority State
--------------- --------------- -------- -------------
172.16.15.3 172.16.15.3 1 Full
172.16.15.5 172.16.15.5 1 Full
Total Entries : 2