BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan Right Header

HOME BZU Mail Box Online Games Radio and TV Cricket All Albums
Go Back   BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan > Institute of Computing > Bachelor of Science in Information Technology > BsIT 6th Semester > Network Security Management

Network Security Management Lecture sharing portion for Network Security Management, Sir Moizuddin


Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 17-03-2010, 03:45 PM
.BZU.'s Avatar


 
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, 295 views)
File Type: txt R2.txt (9.6 KB, 266 views)
__________________
(¯`v´¯)
`*.¸.*`

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

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

Tags
commands, creating, lab, loopback, protocol, rip, rounting


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating Goods and Services usmanstar B.Com 0 14-06-2011 12:59 PM
Folder Lock in Commands Prompt .BZU. PC and Windows Tutorial 7 10-03-2011 10:04 AM
Commands used to create VLAN in switches (Lab Text) .BZU. Network Security Management 0 05-02-2010 01:18 AM
Creating Effective Teams By Sheraz Ahmad .BZU. Organizational Behavior 0 14-12-2009 03:13 AM
138 Commands of Commond Prompt, Use these commands in MS dos.. .BZU. PC and Windows Tutorial 1 30-09-2008 10:46 PM

Best view in Firefox
Almuslimeen.info | BZU Multan | Dedicated server hosting
Note: All trademarks and copyrights held by respective owners. We will take action against any copyright violation if it is proved to us.

All times are GMT +5. The time now is 05:58 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.