-
Notifications
You must be signed in to change notification settings - Fork 726
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Accounted for ASBR/ABR in cisco_ios_show_ip_ospf_database_rou…
…ter (#691)
- Loading branch information
1 parent
6791f81
commit 190cede
Showing
8 changed files
with
173 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
...isco_ios/show_ip_ospf_database_router/cisco_ios_show_ip_ospf_database_router_asbr_abr.raw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
OSPF Router with ID (10.0.0.1) (Process ID 1) | ||
|
||
Router Link States (Area 0) | ||
|
||
LS age: 4 | ||
Options: (No TOS-capability, DC) | ||
LS Type: Router Links | ||
Link State ID: 10.0.0.1 | ||
Advertising Router: 10.0.0.1 | ||
LS Seq Number: 80000006 | ||
Checksum: 0x5DAB | ||
Length: 36 | ||
Area Border Router | ||
AS Boundary Router | ||
Number of Links: 1 | ||
|
||
Link connected to: a Stub Network | ||
(Link ID) Network/subnet number: 10.0.0.1 | ||
(Link Data) Network Mask: 255.255.255.255 | ||
Number of MTID metrics: 0 | ||
TOS 0 Metrics: 1 | ||
|
||
|
||
|
||
Router Link States (Area 1) | ||
|
||
LS age: 4 | ||
Options: (No TOS-capability, DC) | ||
LS Type: Router Links | ||
Link State ID: 10.0.0.2 | ||
Advertising Router: 10.0.0.2 | ||
LS Seq Number: 80000002 | ||
Checksum: 0x7694 | ||
Length: 36 | ||
Area Border Router | ||
AS Boundary Router | ||
Number of Links: 1 | ||
|
||
Link connected to: a Stub Network | ||
(Link ID) Network/subnet number: 10.1.1.1 | ||
(Link Data) Network Mask: 255.255.255.255 | ||
Number of MTID metrics: 0 | ||
TOS 0 Metrics: 1 |
40 changes: 40 additions & 0 deletions
40
...isco_ios/show_ip_ospf_database_router/cisco_ios_show_ip_ospf_database_router_asbr_abr.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
parsed_sample: | ||
- router_id: "10.0.0.1" | ||
process_id: "1" | ||
area: "0" | ||
lsa_age: "4" | ||
lsa_options: "No TOS-capability, DC" | ||
lsa_type: "Router Links" | ||
lsa_id: "10.0.0.1" | ||
lsa_adv_router: "10.0.0.1" | ||
lsa_seq_number: "80000006" | ||
lsa_checksum: "0x5DAB" | ||
lsa_length: "36" | ||
lsa_num_links: "1" | ||
lsa_abr: "Area Border Router" | ||
lsa_asbr: "AS Boundary Router" | ||
ls_link_type: "a Stub Network" | ||
ls_link_id: "10.0.0.1" | ||
ls_link_data: "255.255.255.255" | ||
ls_mtid_metrics: "0" | ||
ls_tos_0_metrics: "1" | ||
- router_id: "10.0.0.1" | ||
process_id: "1" | ||
area: "1" | ||
lsa_age: "4" | ||
lsa_options: "No TOS-capability, DC" | ||
lsa_type: "Router Links" | ||
lsa_id: "10.0.0.2" | ||
lsa_adv_router: "10.0.0.2" | ||
lsa_seq_number: "80000002" | ||
lsa_checksum: "0x7694" | ||
lsa_length: "36" | ||
lsa_num_links: "1" | ||
lsa_abr: "Area Border Router" | ||
lsa_asbr: "AS Boundary Router" | ||
ls_link_type: "a Stub Network" | ||
ls_link_id: "10.1.1.1" | ||
ls_link_data: "255.255.255.255" | ||
ls_mtid_metrics: "0" | ||
ls_tos_0_metrics: "1" |
Oops, something went wrong.