-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac6c465
commit 3e7d289
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
...is/tests/iosxe/eigrp/verify/verify_eigrp_interfaces_timers/mock_data/iosxe/mock_data.yaml
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,58 @@ | ||
configure: | ||
commands: | ||
end: | ||
new_state: execute | ||
line console 0: | ||
new_state: configure_line | ||
no logging console: '' | ||
prompt: R1(config)# | ||
configure_line: | ||
commands: | ||
end: | ||
new_state: execute | ||
exec-timeout 0: '' | ||
prompt: R1(config-line)# | ||
connect: | ||
commands: | ||
? '' | ||
: new_state: execute | ||
preface: 'Trying mock_device ... | ||
Connected to mock_device. | ||
Escape character is ''^]''.' | ||
prompt: '' | ||
execute: | ||
commands: | ||
config term: | ||
new_state: configure | ||
config-transaction: | ||
new_state: configure | ||
show ip eigrp interfaces detail: | ||
response: | ||
- "EIGRP-IPv4 Interfaces for AS(1)\r\n Xmit Queue\ | ||
\ PeerQ Mean Pacing Time Multicast Pending\r\nInterface \ | ||
\ Peers Un/Reliable Un/Reliable SRTT Un/Reliable Flow Timer\ | ||
\ Routes\r\nFa0/0 1 0/0 0/0 60\ | ||
\ 0/0 50 0\r\n Hello-interval is 5, Hold-time is\ | ||
\ 15\r\n Split-horizon is enabled\r\n Next xmit serial <none>\r\n Packetized\ | ||
\ sent/expedited: 1/0\r\n Hello's sent/expedited: 74/2\r\n Un/reliable mcasts:\ | ||
\ 0/1 Un/reliable ucasts: 1/2\r\n Mcast exceptions: 0 CR packets: 0 ACKs\ | ||
\ suppressed: 0\r\n Retransmissions sent: 1 Out-of-sequence rcvd: 0\r\n\ | ||
\ Topology-ids on interface - 0 \r\n Authentication mode is not set\r\n\ | ||
EIGRP-IPv4 Interfaces for AS(2)\r\n Xmit Queue\ | ||
\ PeerQ Mean Pacing Time Multicast Pending\r\nInterface \ | ||
\ Peers Un/Reliable Un/Reliable SRTT Un/Reliable Flow Timer\ | ||
\ Routes\r\nFa1/0 1 0/0 0/0 164\ | ||
\ 0/0 50 0\r\n Hello-interval is 5, Hold-time is\ | ||
\ 15\r\n Split-horizon is enabled\r\n Next xmit serial <none>\r\n Packetized\ | ||
\ sent/expedited: 1/0\r\n Hello's sent/expedited: 75/2\r\n Un/reliable mcasts:\ | ||
\ 0/1 Un/reliable ucasts: 1/2\r\n Mcast exceptions: 0 CR packets: 0 ACKs\ | ||
\ suppressed: 0\r\n Retransmissions sent: 1 Out-of-sequence rcvd: 1\r\n\ | ||
\ Topology-ids on interface - 0 \r\n Authentication mode is not set" | ||
response_type: circular | ||
show version: '' | ||
show version | include operating mode: '' | ||
term length 0: '' | ||
term width 0: '' | ||
prompt: R1# |