View Single Post
  #1  
Old 17-03-2010, 03:45 PM
.BZU.'s Avatar
.BZU. .BZU. is offline


 
Join Date: Sep 2007
Location: near Govt College of Science Multan Pakistan
Posts: 9,693
Contact Number: Removed
Program / Discipline: BSIT
Class Roll Number: 07-15
.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute
Default Commands for Creating Loopback and Rounting by RIP Protocol; Lab

Router 1
HTML Code:
Self decompressing the image :
########################################################################## [OK]

              Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706



Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang

cisco 2621 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID JAD05190MTZ (4292891495)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
4 Ethernet/IEEE 802.3 interface(s)
2 FastEthernet/IEEE 802.3 interface(s)
1 Low-speed serial(sync/async) network interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)


         --- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: no


Press RETURN to get started!



Router>ena
Router#config t]
               ^
% Invalid input detected at '^' marker.
    
Router#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#host
Router(config)#hostname R1
R1(config)#int e1/0
R1(config-if)#ip address 10.32.0.2 255.224.0.0
R1(config-if)#nos
R1(config-if)#no sh
R1(config-if)#no shutdown 

%LINK-5-CHANGED: Interface Ethernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet1/0, changed state to up
R1(config-if)#int e1/1
R1(config-if)#ip address 10.64.0.2 255.224.0.0
R1(config-if)#no shutdown 

%LINK-5-CHANGED: Interface Ethernet1/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet1/1, changed state to up
R1(config-if)#int e1/2
R1(config-if)#ip address 10.96.0.2 255.224.0.0
R1(config-if)#no shutdown 

%LINK-5-CHANGED: Interface Ethernet1/2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet1/2, changed state to up
R1(config-if)#int s0/0
R1(config-if)#ip address 172.16.0.1 255.255.0.0
R1(config-if)#no sh
R1(config-if)#no shutdown 

%LINK-5-CHANGED: Interface Serial0/0, changed state to down
R1(config-if)#clock
R1(config-if)#clock r
R1(config-if)#clock rate 64000
R1(config-if)#
%LINK-5-CHANGED: Interface Serial0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
R1(config-if)#
R1(config-if)#
R1(config-if)#exit
R1(config)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/11 is subnetted, 3 subnets
C       10.32.0.0 is directly connected, Ethernet1/0
C       10.64.0.0 is directly connected, Ethernet1/1
C       10.96.0.0 is directly connected, Ethernet1/2
C    172.16.0.0/16 is directly connected, Serial0/0
R1(config)#router rip
R1(config-router)#ver
R1(config-router)#version 2
R1(config-router)#n
R1(config-router)#?
  auto-summary         Enter Address Family command mode
  default-information  Control distribution of default information
  distance             Define an administrative distance
  exit                 Exit from routing protocol configuration mode
  network              Enable routing on an IP network
  no                   Negate a command or set its defaults
  passive-interface    Suppress routing updates on an interface
  redistribute         Redistribute information from another routing protocol
  timers               Adjust routing timers
  version              Set routing protocol version
R1(config-router)#netw
R1(config-router)#network 10.32.0.0
R1(config-router)#network 10.64.0.0
R1(config-router)#network 10.96.0.0
R1(config-router)#exit
R1(config)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/11 is subnetted, 3 subnets
C       10.32.0.0 is directly connected, Ethernet1/0
C       10.64.0.0 is directly connected, Ethernet1/1
C       10.96.0.0 is directly connected, Ethernet1/2
C    172.16.0.0/16 is directly connected, Serial0/0
R1(config)#roter rip
             ^
% Invalid input detected at '^' marker.
    
R1(config)#router rip
R1(config-router)#ver
R1(config-router)#version 2
R1(config-router)#net
R1(config-router)#network 172.16.0.0
R1(config-router)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/11 is subnetted, 3 subnets
C       10.32.0.0 is directly connected, Ethernet1/0
C       10.64.0.0 is directly connected, Ethernet1/1
C       10.96.0.0 is directly connected, Ethernet1/2
C    172.16.0.0/16 is directly connected, Serial0/0
R    192.168.32.0/24 [120/1] via 172.16.0.2, 00:00:03, Serial0/0
R    192.168.64.0/24 [120/1] via 172.16.0.2, 00:00:03, Serial0/0
R    192.168.96.0/24 [120/1] via 172.16.0.2, 00:00:03, Serial0/0
R1(config-router)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/11 is subnetted, 3 subnets
C       10.32.0.0 is directly connected, Ethernet1/0
C       10.64.0.0 is directly connected, Ethernet1/1
C       10.96.0.0 is directly connected, Ethernet1/2
C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/24 is variably subnetted, 2 subnets, 2 masks
R       192.168.32.0/24 [120/1] via 172.16.0.2, 00:00:33, Serial0/0
R       192.168.32.0/27 [120/1] via 172.16.0.2, 00:00:03, Serial0/0
     192.168.64.0/24 is variably subnetted, 2 subnets, 2 masks
R       192.168.64.0/24 [120/1] via 172.16.0.2, 00:00:33, Serial0/0
R       192.168.64.0/27 [120/1] via 172.16.0.2, 00:00:03, Serial0/0
     192.168.96.0/24 is variably subnetted, 2 subnets, 2 masks
R       192.168.96.0/24 [120/1] via 172.16.0.2, 00:00:33, Serial0/0
R       192.168.96.0/27 [120/1] via 172.16.0.2, 00:00:03, Serial0/0
R1(config-router)#
%SYS-5-CONFIG_I: Configured from console by console
R1#
R1#

Router 2


HTML Code:
C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config)#router rip
R2(config-router)#vers
R2(config-router)#version 2
R2(config-router)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config-router)#netwo
R2(config-router)#network 192.168.32.0
R2(config-router)#network 192.168.64.0
R2(config-router)#network 192.168.96.0
R2(config-router)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config-router)#network 172.16.0.0
R2(config-router)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, Serial0/0
     192.168.32.0/27 is subnetted, 1 subnets
C       192.168.32.0 is directly connected, Loopback32
     192.168.64.0/27 is subnetted, 1 subnets
C       192.168.64.0 is directly connected, Loopback64
     192.168.96.0/27 is subnetted, 1 subnets
C       192.168.96.0 is directly connected, Loopback96
R2(config-router)#no
R2(config-router)#no au
R2(config-router)#no auto-summary 
R2(config-router)#

Attached Files
File Type: txt R1.txt (8.0 KB, 299 views)
File Type: txt R2.txt (9.6 KB, 271 views)
__________________
(¯`v´¯)
`*.¸.*`

¸.*´¸.*´¨) ¸.*´¨)
(¸.*´ (¸.
Bzu Forum

Don't cry because it's over, smile because it happened
Reply With Quote