New Member
April 19, 2016
Question
OSPF can't ping other router interface
- April 19, 2016
- 1 reply
- 6673 views
PROBLEM:
-I can't ping from R1 to 23.23.23.1 or 23.23.23.2
-I can't ping from R2 to 31.31.31.1 or 31.31.31.2
-I can't ping from R3 to 13.13.13.1 or 13.13.13.2
Based on diagram below, what I missed in my steps
tq
INFO
R1 connected to Internet and NATed
FGT1 config system interface edit "port1" set vdom "root" set ip 10.0.10.61 255.255.255.0 set allowaccess ping https ssh http fgfm set type physical set snmp-index 1 next edit "port2" set vdom "root" set ip 12.12.12.1 255.255.255.252 set allowaccess ping https ssh http fgfm set type physical set snmp-index 2 next edit "port3" set vdom "root" set ip 31.31.31.2 255.255.255.252 set allowaccess ping https ssh http fgfm set type physical set snmp-index 3 next edit "port4" set vdom "root" set type physical set snmp-index 4 next edit "ssl.root" set vdom "root" set type tunnel set alias "SSL VPN interface" set snmp-index 5 next edit "loopback" set vdom "root" set ip 1.0.0.1 255.255.255.255 set type loopback set snmp-index 6 next end config firewall policy edit 1 set uuid ef6c951c-0627-51e6-739a-6ddf25cfc795 set srcintf "port2" "port3" set dstintf "port1" set srcaddr "all" set dstaddr "all" set action accept set schedule "always" set service "ALL" set nat enable next end config router static edit 1 set gateway 10.0.10.1 set device "port1" next end config router ospf set default-information-originate enable set router-id 1.0.0.1 config area edit 0.0.0.0 next end config ospf-interface edit "loopback" set interface "loopback" set ip 1.0.0.1 next end config network edit 1 set prefix 12.12.12.0 255.255.255.252 next edit 2 set prefix 31.31.31.0 255.255.255.252 next edit 3 set prefix 1.0.0.1 255.255.255.255 next end config redistribute "connected" end config redistribute "static" set status enable end config redistribute "rip" end config redistribute "bgp" end config redistribute "isis" end end FGT2 config system interface edit "port1" set vdom "root" set allowaccess ping https ssh http fgfm set type physical set snmp-index 1 next edit "port2" set vdom "root" set ip 12.12.12.2 255.255.255.252 set allowaccess ping https ssh http fgfm set type physical set snmp-index 2 next edit "port3" set vdom "root" set ip 23.23.23.1 255.255.255.252 set allowaccess ping https ssh http fgfm set type physical set snmp-index 3 next edit "port4" set vdom "root" set type physical set snmp-index 4 next edit "ssl.root" set vdom "root" set type tunnel set alias "SSL VPN interface" set snmp-index 5 next edit "loopback" set vdom "root" set ip 1.0.0.2 255.255.255.255 set type loopback set snmp-index 6 next end config router ospf set router-id 1.0.0.2 config area edit 0.0.0.0 next end config ospf-interface edit "loopback" set interface "loopback" set ip 1.0.0.2 next end config network edit 1 set prefix 12.12.12.0 255.255.255.252 next edit 2 set prefix 23.23.23.0 255.255.255.252 next edit 3 set prefix 1.0.0.2 255.255.255.255 next end config redistribute "connected" end config redistribute "static" end config redistribute "rip" end config redistribute "bgp" end config redistribute "isis" end end FGT3 config system interface edit "port1" set vdom "root" set allowaccess ping https ssh http fgfm set type physical set snmp-index 1 next edit "port2" set vdom "root" set ip 23.23.23.2 255.255.255.252 set allowaccess ping https ssh http fgfm set type physical set snmp-index 2 next edit "port3" set vdom "root" set ip 31.31.31.1 255.255.255.252 set allowaccess ping https ssh http fgfm set type physical set snmp-index 3 next edit "port4" set vdom "root" set type physical set snmp-index 4 next edit "ssl.root" set vdom "root" set type tunnel set alias "SSL VPN interface" set snmp-index 5 next edit "loopback" set vdom "root" set ip 1.0.0.3 255.255.255.255 set type loopback set snmp-index 6 next end config router ospf set router-id 1.0.0.3 config area edit 0.0.0.0 next end config ospf-interface edit "loopback" set interface "loopback" set ip 1.0.0.3 next end config network edit 1 set prefix 23.23.23.0 255.255.255.252 next edit 2 set prefix 31.31.31.0 255.255.255.252 next edit 3 set prefix 1.0.0.3 255.255.255.255 next end config redistribute "connected" end config redistribute "static" end config redistribute "rip" end config redistribute "bgp" end config redistribute "isis" end end