Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cisco ASA/FTD: OSPF areas in dotted decimal format #1571

Merged
merged 11 commits into from
Feb 22, 2024
Merged
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Value NEIGHBOR_ID (\d+\.\d+\.\d+\.\d+)
Value PRIORITY (\d+)
Value PRIORITY (\S+)
Value STATE (\S+\/\s+\-|\S+)
Value DEAD_TIME (\d+:\d+:\d+)
Value IP_ADDRESS (\d+\.\d+\.\d+\.\d+)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Interface PID Area IP Address/Mask Cost State Nbrs F/C
Outside 101 101 10.10.100.10/255.255.255.248 10 P2P 1/1
Transit 100 100 10.255.111.1/255.255.255.248 10 BDR 1/1
Inside 100 110 10.25.1.17/255.255.255.240 10 DR 2/2
CustA 101 0.0.1.1 10.200.0.1/255.255.255.240 10 DR 0/0
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@ parsed_sample:
netmask: "255.255.255.240"
process: "100"
state: "DR"
- area: "0.0.1.1"
cost: "10"
interface: "CustA"
ip_address: "10.200.0.1"
neighbors_fc: "0/0"
netmask: "255.255.255.240"
process: "101"
state: "DR"