forked from networktocode/ntc-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update ASA interface detail to work with loopback interface issue net…
- Loading branch information
Showing
3 changed files
with
94 additions
and
1 deletion.
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
17 changes: 17 additions & 0 deletions
17
tests/cisco_asa/show_interface_detail/cisco_asa_show_interface_detail_loopback.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,17 @@ | ||
Interface Virtual0 "_internal_loopback", is up, line protocol is up | ||
Hardware is Virtual MAC address 0000.0000.0000, MTU 1500 | ||
IP address 127.1.0.1, subnet mask 255.255.0.0 | ||
Traffic Statistics for "_internal_loopback": | ||
1 packets input, 28 bytes | ||
1 packets output, 28 bytes | ||
1 packets dropped | ||
1 minute input rate 0 pkts/sec, 0 bytes/sec | ||
1 minute output rate 0 pkts/sec, 0 bytes/sec | ||
1 minute drop rate, 0 pkts/sec | ||
5 minute input rate 0 pkts/sec, 0 bytes/sec | ||
5 minute output rate 0 pkts/sec, 0 bytes/sec | ||
5 minute drop rate, 0 pkts/sec | ||
Control Point Interface States: | ||
Interface number is 16 | ||
Interface config status is active | ||
Interface state is active |
70 changes: 70 additions & 0 deletions
70
tests/cisco_asa/show_interface_detail/cisco_asa_show_interface_detail_loopback.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,70 @@ | ||
--- | ||
parsed_sample: | ||
- abort: "" | ||
bandwidth: "" | ||
bonded_port: "" | ||
broadcasts: "" | ||
collisions: "" | ||
control_interface_config_status: "active" | ||
control_interface_number: "16" | ||
control_interface_state: "active" | ||
crc: "" | ||
deffered: "" | ||
delay: "" | ||
description: "" | ||
duplex: "" | ||
flowcontrol_in: "" | ||
flowcontrol_out: "" | ||
frame: "" | ||
giants: "" | ||
hardware_type: "Virtual " | ||
ignored: "" | ||
in_bytes: "28" | ||
in_errors: "" | ||
in_packets: "1" | ||
in_pause: "" | ||
in_pause_resume: "" | ||
in_reset_drops: "" | ||
in_resume: "" | ||
interface: "Virtual0" | ||
interface_name: "_internal_loopback" | ||
interface_resets: "" | ||
ip_address: "127.1.0.1" | ||
l2_decode_drops: "" | ||
late_collisions: "" | ||
link_status: "up" | ||
mac_address: "0000.0000.0000" | ||
mtu: "1500" | ||
netmask: "255.255.0.0" | ||
no_buffer: "" | ||
out_bytes: "28" | ||
out_decode_drops: "" | ||
out_errors: "" | ||
out_packets: "1" | ||
out_pause: "" | ||
out_pause_resume: "" | ||
out_reset_drops: "" | ||
out_resume: "" | ||
overrun: "" | ||
protocol_status: "up" | ||
rate_limit_drops: "" | ||
runts: "" | ||
rxring_blocks_free_curr: [] | ||
rxring_blocks_free_low: [] | ||
rxring_bytes: [] | ||
rxring_interface: [] | ||
rxring_number: [] | ||
rxring_overrun: [] | ||
rxring_packets: [] | ||
speed: "" | ||
switch_egress_policy_drops: "" | ||
switch_ingress_policy_drops: "" | ||
txring_blocks_free_curr: [] | ||
txring_blocks_free_low: [] | ||
txring_bytes: [] | ||
txring_interface: [] | ||
txring_number: [] | ||
txring_packets: [] | ||
txring_underrun: [] | ||
underruns: "" | ||
vlan_id: "" |