Site Tools


cisco:labs:00200

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cisco:labs:00200 [2025/12/26 06:50] Namecisco:labs:00200 [2025/12/26 17:35] (current) Name
Line 23: Line 23:
  
 ===== Verification ===== ===== Verification =====
-<code>show ip route | b Gate+<code>r1#ping 2.2.2.2 
 +Type escape sequence to abort. 
 +Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: 
 +!!!!! 
 +Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms</code> 
 + 
 +<code>r2#ping 1.1.1.1 
 +Type escape sequence to abort. 
 +Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: 
 +!!!!! 
 +Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms</code> 
 + 
 +<code>r1#show ip route | b Gate
 Gateway of last resort is not set Gateway of last resort is not set
  
Line 33: Line 45:
 L        12.0.0.1/32 is directly connected, GigabitEthernet1</code> L        12.0.0.1/32 is directly connected, GigabitEthernet1</code>
  
-<code>r1#ping 2.2.2.2 +<code>r1#show ip rip database  
-Type escape sequence to abort. +1.0.0.0/8    auto-summary 
-Sending 5100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds+1.1.1.1/32    directly connectedLoopback0 
-!!!!! +2.0.0.0/8    auto-summary 
-Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms</code>+2.0.0.0/8 
 +    [1] via 12.0.0.2, 00:00:19, GigabitEthernet1 
 +12.0.0.0/8    auto-summary 
 +12.0.0.0/24    directly connected, GigabitEthernet1</code>
  
 <code>r2#show ip route | b Gate <code>r2#show ip route | b Gate
Line 49: Line 64:
 L        12.0.0.2/32 is directly connected, GigabitEthernet1</code> L        12.0.0.2/32 is directly connected, GigabitEthernet1</code>
  
-<code>r2#ping 1.1.1.1+<code>r2#show ip rip database  
 +1.0.0.0/   auto-summary 
 +1.0.0.0/8 
 +    [1] via 12.0.0.1, 00:00:23, GigabitEthernet1 
 +2.0.0.0/   auto-summary 
 +2.2.2.2/32    directly connected, Loopback0 
 +12.0.0.0/   auto-summary 
 +12.0.0.0/24    directly connected, GigabitEthernet1</code> 
 + 
 +===== TCL Script ===== 
 +<code>r1#tclsh 
 +r1(tcl)#foreach ipaddr { 
 ++>(tcl)#12.0.0.2 
 ++>(tcl)#2.2.2.2 
 ++>(tcl)#} { ping $ipaddr } 
 +Type escape sequence to abort. 
 +Sending 5, 100-byte ICMP Echos to 12.0.0.2, timeout is 2 seconds: 
 +!!!!! 
 +Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms 
 +Type escape sequence to abort. 
 +Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: 
 +!!!!! 
 +Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms 
 +r1(tcl)#tclquit</code> 
 + 
 +<code>r2#tclsh 
 +r2(tcl)#foreach ipaddr { 
 ++>(tcl)#12.0.0.
 ++>(tcl)#1.1.1.1 
 ++>(tcl)#} { ping $ipaddr } 
 +Type escape sequence to abort. 
 +Sending 5, 100-byte ICMP Echos to 12.0.0.1, timeout is 2 seconds: 
 +!!!!! 
 +Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/2 ms
 Type escape sequence to abort. Type escape sequence to abort.
 Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
 !!!!! !!!!!
-Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms</code>+Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms 
 +r2(tcl)#tclquit</code> 
  
cisco/labs/00200.1766731812.txt.gz · Last modified: by Name