Помогите пожалуйста настроить сабж.
Задача: Коммутор по BGP получает анонсы принига... и должен их отдать шлюзу по OSPF, а так же должен взять анонсы шлюза и отдать по BGP.
Не получается настроить OSPF
У коммутатора есть интерфейс
192.168.100.5 - local_net
У линуха:
192.168.100.2
Конфиг коммутатора:
Код:
# ROUTE
config route preference static 60
config route preference default 1
config route preference rip 100
config route preference ospfIntra 80
config route preference ospfInter 90
config route preference ospfExt1 110
config route preference ospfExt2 115
config route preference ebgp 70
config route preference ibgp 130
create iproute 192.168.100.0/255.255.255.248 192.168.100.1 1 primary
create route redistribute dst rip src bgp metric 0
create route redistribute dst ospf src bgp mettype 1 metric 20
config ecmp algorithm ip_destination crc_low
enable ecmp ospf
# 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 disable passive disable
config ospf ipif local_net area 0.0.0.0 priority 1 hello_interval 10 dead_interval 40
config ospf ipif local_net authentication none metric 1 state enable passive disable
config ospf router_id 0.0.0.0
enable ospf
но когда делаю sh ospf neighbor в ответ пусто ((
С OSPF сталкиваюсь первый раз (