Configuring OSPFv2 on ASA Firewall

Configuring OSPFv2 on ASA Firewall

- in Security
5083
0

Create an OSPF routing process:

asa-jmcristobal(config)# router ospf process_id

Define the IP addresses on which OSPF runs and the area ID for that interface:

asa-jmcristobal(config)# network ip_address mask area area_id

Example:

asa-jmcristobal(config)# router ospf 1
asa-jmcristobal(config-rtr)# network 10.1.1.0 255.255.255.0 area 0
OSPF verfication commands

Displays general information about OSPFv2 routing processes:

show ospf [process-id [area-id]]

Displays lists of information related to the OSPFv2 database for a specific router:

show ospf [process-id [area-id]] database

Displays OSPFv2-related interface information:

show ospf interface [if_name]

Displays OSPFv2 neighbor information on a per-interface basis:

show ospf neighbor [interface-name] [neighbor-id] [detail]

Displays a list of different types of packets being sent or received by a specific OSPFv2 instance:

show ospf [process-id] traffic

Reference:

https://www.cisco.com/c/en/us/td/docs/security/asa/asa916/configuration/general/asa-916-general-config/route-ospf.html

Facebook Comments

You may also like

How-to Install SSH Server on Linux 

1.- Install with apt-get command on Ubuntu: sudo