Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Saturday, July 28, 2012

eigrp lab 3...



type this up in a text editor and paste it in the routers... or scrape it from here, you lazy vulture's...


r1
int lo0
ip add 172.31.1.1 255.255.255.0

int s0/0
band 64
ip add 192.168.100.1 255.255.255.248
clock rate 64000
no shut

router eigrp 100
netw 172.31.0.0
netw 192.168.100.0
no auto-summ

r2

int lo1
ip add 192.168.200.1 255.255.255.252

int lo5
ip add 192.168.200.5 255.255.255.252

int lo9
ip add 192.168.200.9 255.255.255.252

int lo13
ip add 192.168.200.13 255.255.255.252

int lo17
ip add 192.168.200.17 255.255.255.252

int lo21
ip add 192.168.200.21 255.255.255.252

int lo25
ip add 192.168.200.25 255.255.255.252

int s0/0
band 64
ip add 192.168.100.2 255.255.255.240
no shut

int s0/1
band 64
ip add 10.1.1.2 255.255.255.248
clock rate 64000
no shut
router eigrp 100
netw 10.0.0.0
netw 192.168.100.0
netw 192.168.200.0
no auto-summ

r3

int lo1
ip add 192.168.1.1 255.255.254.0

int lo5
ip add 192.168.5.5 255.255.254.0

int lo9
ip add 192.168.9.9 255.255.254.0

int lo13
ip add 192.168.13.13 255.255.254.0

int lo17
ip add 192.168.13.13 255.255.254.0

int lo21
ip add 192.168.21.21 255.255.254.0

int lo25
ip add 192.168.25.25 255.255.254.0

int lo100
ip add 10.1.3.1 255.255.255.252

int lo172
ip add 172.16.1.1 255.255.255.0

int s0/0
band 64
ip add 10.1.1.3 255.255.255.248
no shut

router eigrp 100
netw 10.0.0.0
netw 172.16.0.0
netw 192.168.0.0 0.0.31.255
no auto-summ

r1#sh ip eigrp neigh                                                           
IP-EIGRP neighbors for process 100                                             
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq   
                                            (sec)         (ms)       Cnt Num   
0   192.168.100.2           Se0/0             13 00:06:40  105  2280  0  90    

r2#sh ip eigrp neigh                                                           
IP-EIGRP neighbors for process 100                                             
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq   
                                            (sec)         (ms)       Cnt Num   
1   10.1.1.3                Se0/1             11 00:07:00   39  2280  0  7     
0   192.168.100.1           Se0/0             10 00:08:58   24  2280  0  45

r3#sh ip eigrp neigh                                                           
IP-EIGRP neighbors for process 100                                             
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq   
                                            (sec)         (ms)       Cnt Num   
0   10.1.1.2                Se0/0             14 00:08:32   69  2280  0  94

r1#tclsh                                                                       
r1(tcl)#foreach address {                                                      
+>(tcl)#10.1.1.2                                                               
+>(tcl)#10.1.1.3                                                               
+>(tcl)#10.1.3.1                                                               
+>(tcl)#172.16.1.1                                                             
+>(tcl)#172.31.1.1                                                             
+>(tcl)#192.168.1.1                                                            
+>(tcl)#192.168.5.5                                                            
+>(tcl)#192.168.9.9                                                            
+>(tcl)#192.168.13.13                                                          
+>(tcl)#192.168.17.17                                                          
+>(tcl)#192.168.21.21                                                          
+>(tcl)#192.168.25.25                                                          
+>(tcl)#192.168.100.1                                                          
+>(tcl)#192.168.200.1                                                          
+>(tcl)#192.168.200.5                                                          
+>(tcl)#192.168.200.9                                                          
+>(tcl)#192.168.200.13                                                         
+>(tcl)#192.168.200.17                                                         
+>(tcl)#192.168.200.21                                                         
+>(tcl)#192.168.200.25                                                         
+>(tcl)#192.168.100.2                                                          
+>(tcl)#} { ping $address }
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:              
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/40/56 ms        
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 10.1.1.3, timeout is 2 seconds:              
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/69/104 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 10.1.3.1, timeout is 2 seconds:              
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/72/104 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds:            
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/72/104 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 172.31.1.1, timeout is 2 seconds:            
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms           
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:           
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/81/152 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.5.5, timeout is 2 seconds:           
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/72/104 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.9.9, timeout is 2 seconds:           
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/72/104 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.13.13, timeout is 2 seconds:         
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/72/108 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.17.17, timeout is 2 seconds:         
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/68/104 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.21.21, timeout is 2 seconds:         
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/70/108 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.25.25, timeout is 2 seconds:         
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/72/108 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.100.1, timeout is 2 seconds:         
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/71/100 ms       
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.200.1, timeout is 2 seconds:         
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/37/60 ms        
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.200.5, timeout is 2 seconds:         
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/41/64 ms        
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.200.9, timeout is 2 seconds:         
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/42/68 ms        
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.200.13, timeout is 2 seconds:        
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/41/64 ms        
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.200.17, timeout is 2 seconds:        
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/40/60 ms        
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.200.21, timeout is 2 seconds:        
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/43/72 ms        
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.200.25, timeout is 2 seconds:        
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/39/60 ms        
Type escape sequence to abort.                                                 
Sending 5, 100-byte ICMP Echos to 192.168.100.2, timeout is 2 seconds:         
!!!!!                                                                          
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/40/60 ms        
r1(tcl)#

No comments:

Post a Comment