Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifimehdi authored Jun 2, 2024
1 parent ac6c465 commit 3e7d289
Showing 1 changed file with 58 additions and 0 deletions.
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#

0 comments on commit 3e7d289

Please sign in to comment.