برمجة ال او أس بي أف على المايكروتك فيرسيون ٧ (OSPF)
Chabakat Arab | شبكات عرب
0:00 / 0:00
برمجة ال او أس بي أف على المايكروتك فيرسيون ٧ (OSPF)
1 153 просмотра · 2 года назад
Chabakat Arab | شبكات عرب
9,91 тыс. подписчиков
1 153 просмотра · 2 года назад
R1:
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
/routing ospf instance
add disabled=no name=ospf-instance-1 router-id=1.1.1.1
/routing ospf area
add disabled=no instance=ospf-instance-1 name=ospf-area-1
/ip address
add address=192.168.12.1/24 interface=ether1 network=192.168.12.0
add address=1.1.1.1/24 interface=bridge1 network=1.1.1.0
/ip dhcp-client
add interface=ether1
/routing ospf interface-template
add area=ospf-area-1 disabled=no networks=192.168.12.0/24,1.1.1.0/24
/system identity
set name=R1
/tool romon
set enabled=yes
R2
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
/routing ospf instance
add disabled=no name=ospf-instance-1 router-id=2.2.2.2
/routing ospf area
add disabled=no instance=ospf-instance-1 name=ospf-area-0
/ip address
add address=192.168.12.2/24 interface=ether2 network=192.168.12.0
add address=2.2.2.2/24 interface=bridge1 network=2.2.2.0
/ip dhcp-client
add interface=ether1
/routing ospf interface-template
add area=ospf-area-0 disabled=no networks=192.168.12.0/24,2.2.2.0/24
/system identity
set name=R2
/tool romon
set enabled=yes