Добрый день. Прошу о помощи, уже ковыряю эту железку больше недели, и никак не могу настроить адекватно л3 на нём.
Т.к. оказалось что bgp на нём нет, решили использовать ospf
Код:
interface Vlan3991
ip address 178.158.165.129 255.255.255.128
ip helper-address 10.1.1.10
ip helper-address 10.1.1.11
ip helper-address 10.1.1.12
ip helper-address 10.1.1.13
ip helper-address 10.1.1.14
ip ospf hello-interval 5
ip ospf dead-interval 120
Код:
router ospf
router-id 10.1.18.1
redistribute connected
network 10.1.18.0 0.0.0.255 area 0.0.0.1
network 178.158.165.128 0.0.0.127 area 0.0.0.1
Код:
Switch#show ip ospf interface
vlan8 is up, line protocol is up
Internet Address: 10.1.18.1/24, Area 0.0.0.1
Router ID 10.1.18.1, Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State BDR, Priority 1
Designated Router (ID) 10.1.5.122, Interface Address 10.1.18.254
Backup Designated Router (ID) 10.1.18.1, Interface Address 10.1.18.1
Timer intervals configured, Hello 5, Dead 120, Retransmit 5
Current Authentication Type: none
vlan3991 is up, line protocol is up
Internet Address: 178.158.165.129/25, Area 0.0.0.1
Router ID 10.1.18.1, Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 10.1.18.1, Interface Address 178.158.165.129
Timer intervals configured, Hello 5, Dead 120, Retransmit 5
Current Authentication Type: none
Total Entries: 2
Включаю влан 3991, получаю ип на тестовой машине/роутере. Работает минуту-две, отпадает, потом опять работает. Может через 30 сек восстановиться, может через минуту. Где что копать?