- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-14-2013 04:14 PM
Hello. I am working on the initial configuration of our new palo alto's. These are not in production yet. These new firewalls will be taking over our vlan's (will be the gateway) and will be running OSPF. I will stop the ospf instance on the local router and migrate to the firewalls. I am following the "How to configure OSPF" pdf that I found here, but have ran into something that I can't figure out. All of our routers (four of them) are in OSPF area 0. When I am in the OSPF Area tab of the Virtual Router and I want enter the "Area ID" it must be in an IP address form. How can I add this to Area 0?
This is the current OSPF config of the router I will be moving OSPF from:
router ospf 12
router-id 12.12.12.12
log-adjacency-changes
summary-address 10.12.0.0 255.255.0.0
redistribute connected subnets
redistribute static subnets
network 10.9.255.192 0.0.0.63 area 0
network 10.12.255.0 0.0.0.63 area 0
network 12.12.12.12 0.0.0.0 area 0
I've attached a screen shot of what I am talking about.
What am it doing wrong here or not understanding?
Any other advice on accomplishing this would be greatly appreciated!
05-14-2013 04:57 PM
The area has to be entered as 0.0.0.0 for area 0.
05-15-2013 09:36 AM
Thank you for the answer. Does this logic still follow if you were using area 5 on a Cisco router it would be the same as 0.0.0.5 in the Palo Alto?
05-15-2013 09:37 AM
Yes...the format for area is 0.0.0.x for area x. Hope that helps.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!