Добавить в корзинуПозвонить
Найти в Дзене
ЭКЗАМЕНСА2

1.7

HQ-RTR: apt-get update & apt-get install -y frr vim /etc/frr/daemons меняем в строчке ospfd=yes systemctl enable --now frr vtysh conf t router ospf passive-interface default network 10.10.10.0/30 area 0 network 192.168.100.0/27 area 0 network 192.168.200.0/28 area 0 network 192.168.99.0/29 area 0 exit int gre1 no ip ospf passive ip ospf authentication message-digest ip ospf message-digest-key 1 md5 P@ssword exit exit wr BR-RTR: apt-get update & apt-get install -y frr vim /etc/frr/daemons меняем в строчке ospfd=yes systemctl enable --now frr vtysh conf t router ospf passive-interface default network 10.10.10.0/30 area 0 network 192.168.1.0/28 area 0 exit int gre1 no ip ospf passive ip ospf authentication message-digest ip ospf message-digest-key 1 md5 P@ssw0rd exit exit wr Проверка:

HQ-RTR:

apt-get update & apt-get install -y frr

vim /etc/frr/daemons меняем в строчке ospfd=yes

systemctl enable --now frr

vtysh

conf t

router ospf

passive-interface default

network 10.10.10.0/30 area 0

network 192.168.100.0/27 area 0

network 192.168.200.0/28 area 0

network 192.168.99.0/29 area 0

exit

int gre1

no ip ospf passive

ip ospf authentication message-digest

ip ospf message-digest-key 1 md5 P@ssword

exit

exit

wr

BR-RTR:

apt-get update & apt-get install -y frr

vim /etc/frr/daemons меняем в строчке ospfd=yes

systemctl enable --now frr

vtysh

conf t

router ospf

passive-interface default

network 10.10.10.0/30 area 0

network 192.168.1.0/28 area 0

exit

int gre1

no ip ospf passive

ip ospf authentication message-digest

ip ospf message-digest-key 1 md5 P@ssw0rd

exit

exit

wr

Проверка: