SlideShare ist ein Scribd-Unternehmen logo
1 von 18
LAN Network with Redundancy
Efforts By:-
Santanu Mukhopadhyay-A1607111013
Aditya Sharma-A1607111022
What is a LAN Network????
 A local area network (LAN) is a computer network which extends in a small coverage of geographical
area (ex-home, school, computer laboratory, office building or group of buildings)
 A LAN is composed of internally connected functional workstations and pc’, each capable of
accessing and sharing data and devices inside the network (ex- printers, scanners and data storage
devices, anywhere on the LAN).
The sole concept of network redundancy is to provide alternate and efficient paths for data to travel along
without any interruption.
Importance
 In our 21st century all networks are high-tech build and high speed. A simple example would be if you
have a single network connection from your core site to each remote office you connect with. What will
happen if the link went down?? In this section we will find the solution of this scenario to help
designing and plan for a backup solution that you can count on and one that is cost effective and will not
break the bank.
 Network redundancy is very simple concept. If there is a single point of failure and it fails the network,
then there is nothing to rely on.
What is Network Redundancy?
Important steps to build redundancy
 A risk analysis assessment must take place.
 The core sites must be taken into
consideration if that is where the bulk of
network resources are located.
 Routing and routing protocols need to be
considered.
 Solutions exist only when specific routing
and switching (ex-HSRP,VRRP,GLBP)
protocols are applied the designing of the
network to achieve redundancy.
Procedure
 Creating VPN (Virtual Private Network)
 Redundancy Protocols(HSRP,VRRP,GLBP)
 Basic Routing
 MPLS Routing
 Applying Access List
 Network Address Translation( Static & Dynamic) & Port Address
Translation (NAT Overload)
Redundancy Protocols
 HSRP
Hot Standby Router Protocol (HSRP) is a Cisco proprietary redundancy protocol for establishing
a fault-tolerant default gateway. The protocol establishes a framework between network routers in
order to achieve default gateway failover if the primary gateway becomes inaccessible, in close
association with a rapid-converging routing protocol like EIGRP or OSPF. By multicasting packets,
HSRP sends its hello messages to the multicast address 224.0.0.2 (all routers) for version 1.
 VRRP
Virtual Router Redundancy Protocol (VRRP) is a networking protocol that provides for
automatic assignment of available Internet Protocol (IP) routers to participate as a host. This
increases the availability and reliability of routing paths via automatic default gateway selections
on an IP sub-network.
Commands for Configuring HSRP
 R3#config t
 R3(conf)#vlan database
 R3(vlan)#vlan 50 name ssales
 R3(conf)#int ra fa 1/0 – 1
 R3(config-if-ra)#no sh
 R3(config-if-ra)#switchport mode access
 R3(config-if-ra)#switchport access vlan 50
 R3(config-if-ra)#exit
 R3(conf)#int vlan 50
 R3(config-if)#ip address 192.168.1.2 255.255.255.0
 R3(conf)#standby 8 ip 192.168.1.1
 R3(conf)#sh standby
VPN(Virtual Private Network)
 A VPN is a type of a secured network that allows the provisioning of private
network services for an organization over the unsecured network using
tunneling protocols.
 By the unsecured network, we mean a public or shared infrastructure such as
the internet or service provider backbone network. The shared service provider
backbone network is also known as the VPN Backbone.
 VPN is provisioned using technologies such as Frame Relay and Asynchronous
Transfer Mode virtual circuits for long time. However over the past few years
IP and MPLS based VPN’s have been a part of innovations.
CISCO Packet Tracer Model
Basic Routing
 Router> Enable
 Router# Configure terminal
 Router(config) # int fa (0/0, 1/0)
 Route (config-if)# ip address (ip address) (subnet mask)
 Router(config-if)# no shutdown
 Router(config-if)#exit
 Router(config)#int serial 2/0
 Router(config-if)# ip address (ip address) (subnet mask)
 Router(config-if)# no shutdown
 Router(config-if)# exit
 Router(config)#int serial 3/0
 Router(config-if)# ip address (ip address) (subnet mask)
 Router(config-if)# no shutdown
 Router(config-if)# exit
No Shutdown command is used to change the state of Interface from UP to DOWN or from
DOWN to UP.
RIP Routing( RIP V1,RIP V2)
RIP V1
 Router(configure)# router rip
 Router(configure-router)#
(Connected Network1
address)
 Router(configure-router)#
(connected Network2
address)
RIP V2
 Router(configure)# router rip
 Router(configure)# Version 2
 Router(configure-router)#
(Connected Network1
address)
 Router(configure-router)#
(connected Network2
address)
MPLS Routing
 It is a mechanism in high-
performance telecommunications networks
that directs data from one network node to
the next based on short path labels rather
than long network addresses, avoiding
complex lookups in a routing table.
 The labels identify virtual links (paths)
between distant nodes rather than
endpoints. MPLS can encapsulate packets
of various network protocols. MPLS
supports a range of access technologies,
including ATM, Frame Relay, and DSL.
 A Label Switched Path is a path via
Label Switched Routers (LSR) in
a MPLS enabled network. Packets
are switched based on labels
applied to the packet. LSP’s may be
signaled using the Tag
Distribution Protocol (TDP), the
Label Distribution Protocol
(LDP) and the Resource
Reservation Protocol (RSVP).
Access List
 Router # configure
 Router(configure) #access-list udp 150 permit any ip address netmask port number
 Router(configure)# access-list tcp 150 permit any ip address netmask port number
 Router(configure)# access-list tcp 150 deny ip address netmask ip address netmask
 Router(configure)# access-list tcp permit any any
 Router(configure)# int s1
 Router(configure-if)# ip access-group 150 in
 Router(configure-if)# exit
 Router(configure)# exit
NAT &PAT
 Static NAT
 Router (config )# int e 0/0
 Router (config-if)# ipnat inside
 Router (config)# int s0/0
 Router(config-if)# ipnat outside
 Router(Config)# ipnat inside source static
 (ip address)(ip address)
 Dynamic NAT
 Router (config )# int e 0/0
 Router (config-if)# ipnat inside
 Router (config)# int s0/0
 Router(config-if)# ipnat outside
 Router(Config)# ipnat pool Amity ip address ip
address netmask
 PAT
 Router(config)# interface fastethernet
0/0
 Router(config-if)# ip nat inside
 Router(config)#interface serial 0/0/0
 Router(config-if)# ip nat outside
 Router(config)# ip nat inside source list
10 interface serial 0/0/0 overload
 Router(config)# access-list 10 permit ip
add. Subnetmask
Redundant LAN Connection
To handle a system communication failure that use to occur within or outside
of a server's local subnet. The server's
1. NIC Card
2. Default gateway
Steps
 Go to Control Panel, Network and Dial-up Connections- Local Area Connection-
Properties.
 Select Internet Protocol and click Properties.
 On the General tab, click Advanced.
 Clear the Automatic Metric check box at the bottom of resulting dialog box.
 Enter the metric you want to assign to this NIC.
Conclusion(s)
 We had done a practical project under the supervision of an
University for the first time in our life.
 Minor Project has taught us all the networking operations which
are done in an organization.
 Running Network programs in a stipulated time period makes
any student perfect and updated.
 Going through the working of minor project, we had our broader
view about discipline and integrity of networking operations in
an organization.

Weitere ähnliche Inhalte

Was ist angesagt?

Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
robertoxe
 

Was ist angesagt? (20)

Chapter13ccna
Chapter13ccnaChapter13ccna
Chapter13ccna
 
Chapter11ccna
Chapter11ccnaChapter11ccna
Chapter11ccna
 
Cisco ISR 4351 Router
Cisco ISR 4351 RouterCisco ISR 4351 Router
Cisco ISR 4351 Router
 
Day 17.1 nat pat
Day 17.1 nat pat Day 17.1 nat pat
Day 17.1 nat pat
 
Chapter4ccna
Chapter4ccnaChapter4ccna
Chapter4ccna
 
Ccnp3 lab 3_4_en
Ccnp3 lab 3_4_enCcnp3 lab 3_4_en
Ccnp3 lab 3_4_en
 
Day 17.1 nat pat (2)
Day 17.1 nat pat  (2)Day 17.1 nat pat  (2)
Day 17.1 nat pat (2)
 
Cisco CCNA- DHCP Server
Cisco CCNA-  DHCP ServerCisco CCNA-  DHCP Server
Cisco CCNA- DHCP Server
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
 
Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
 
Dmvpn with configuration example
Dmvpn with configuration exampleDmvpn with configuration example
Dmvpn with configuration example
 
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
 Configuring a Cisco Router as a PPPoE Client for DSL Connectivity Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
 
Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01
 
Chapter5ccna
Chapter5ccnaChapter5ccna
Chapter5ccna
 
Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.
 
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric VanderburgCCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)
 
NAT in ASA Firewall
NAT in ASA FirewallNAT in ASA Firewall
NAT in ASA Firewall
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer Switch
 
More than 200 CCNA Question Answer
More than 200 CCNA Question AnswerMore than 200 CCNA Question Answer
More than 200 CCNA Question Answer
 

Ähnlich wie Lan Network with Redundancy

Cisco Router As A Vpn Server
Cisco Router As A Vpn ServerCisco Router As A Vpn Server
Cisco Router As A Vpn Server
mmoizuddin
 
Router Commands Overview
Router Commands OverviewRouter Commands Overview
Router Commands Overview
Muhammed Niyas
 
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 ConfigurationENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
kecatem465
 

Ähnlich wie Lan Network with Redundancy (20)

Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 
Service Provider Networks and Frame Relay
Service Provider Networks and Frame RelayService Provider Networks and Frame Relay
Service Provider Networks and Frame Relay
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
 
BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALS
 
Cisco Router As A Vpn Server
Cisco Router As A Vpn ServerCisco Router As A Vpn Server
Cisco Router As A Vpn Server
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
CCNA FUNDAMENTAL
CCNA FUNDAMENTALCCNA FUNDAMENTAL
CCNA FUNDAMENTAL
 
Nat pat
Nat patNat pat
Nat pat
 
5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать
 
NAT_Final
NAT_FinalNAT_Final
NAT_Final
 
Basic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdfBasic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdf
 
Networking Lab Report
Networking Lab ReportNetworking Lab Report
Networking Lab Report
 
RIP (routing information protocol)
RIP (routing information protocol)RIP (routing information protocol)
RIP (routing information protocol)
 
CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)
 
Ccna command
Ccna commandCcna command
Ccna command
 
OSWAN.pptx
OSWAN.pptxOSWAN.pptx
OSWAN.pptx
 
acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng
 
Router Commands Overview
Router Commands OverviewRouter Commands Overview
Router Commands Overview
 
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 ConfigurationENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
 

Kürzlich hochgeladen

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
dharasingh5698
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 

Kürzlich hochgeladen (20)

Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 

Lan Network with Redundancy

  • 1. LAN Network with Redundancy Efforts By:- Santanu Mukhopadhyay-A1607111013 Aditya Sharma-A1607111022
  • 2. What is a LAN Network????  A local area network (LAN) is a computer network which extends in a small coverage of geographical area (ex-home, school, computer laboratory, office building or group of buildings)  A LAN is composed of internally connected functional workstations and pc’, each capable of accessing and sharing data and devices inside the network (ex- printers, scanners and data storage devices, anywhere on the LAN).
  • 3. The sole concept of network redundancy is to provide alternate and efficient paths for data to travel along without any interruption. Importance  In our 21st century all networks are high-tech build and high speed. A simple example would be if you have a single network connection from your core site to each remote office you connect with. What will happen if the link went down?? In this section we will find the solution of this scenario to help designing and plan for a backup solution that you can count on and one that is cost effective and will not break the bank.  Network redundancy is very simple concept. If there is a single point of failure and it fails the network, then there is nothing to rely on. What is Network Redundancy?
  • 4. Important steps to build redundancy  A risk analysis assessment must take place.  The core sites must be taken into consideration if that is where the bulk of network resources are located.  Routing and routing protocols need to be considered.  Solutions exist only when specific routing and switching (ex-HSRP,VRRP,GLBP) protocols are applied the designing of the network to achieve redundancy.
  • 5. Procedure  Creating VPN (Virtual Private Network)  Redundancy Protocols(HSRP,VRRP,GLBP)  Basic Routing  MPLS Routing  Applying Access List  Network Address Translation( Static & Dynamic) & Port Address Translation (NAT Overload)
  • 6. Redundancy Protocols  HSRP Hot Standby Router Protocol (HSRP) is a Cisco proprietary redundancy protocol for establishing a fault-tolerant default gateway. The protocol establishes a framework between network routers in order to achieve default gateway failover if the primary gateway becomes inaccessible, in close association with a rapid-converging routing protocol like EIGRP or OSPF. By multicasting packets, HSRP sends its hello messages to the multicast address 224.0.0.2 (all routers) for version 1.  VRRP Virtual Router Redundancy Protocol (VRRP) is a networking protocol that provides for automatic assignment of available Internet Protocol (IP) routers to participate as a host. This increases the availability and reliability of routing paths via automatic default gateway selections on an IP sub-network.
  • 7. Commands for Configuring HSRP  R3#config t  R3(conf)#vlan database  R3(vlan)#vlan 50 name ssales  R3(conf)#int ra fa 1/0 – 1  R3(config-if-ra)#no sh  R3(config-if-ra)#switchport mode access  R3(config-if-ra)#switchport access vlan 50  R3(config-if-ra)#exit  R3(conf)#int vlan 50  R3(config-if)#ip address 192.168.1.2 255.255.255.0  R3(conf)#standby 8 ip 192.168.1.1  R3(conf)#sh standby
  • 8.
  • 9. VPN(Virtual Private Network)  A VPN is a type of a secured network that allows the provisioning of private network services for an organization over the unsecured network using tunneling protocols.  By the unsecured network, we mean a public or shared infrastructure such as the internet or service provider backbone network. The shared service provider backbone network is also known as the VPN Backbone.  VPN is provisioned using technologies such as Frame Relay and Asynchronous Transfer Mode virtual circuits for long time. However over the past few years IP and MPLS based VPN’s have been a part of innovations.
  • 11. Basic Routing  Router> Enable  Router# Configure terminal  Router(config) # int fa (0/0, 1/0)  Route (config-if)# ip address (ip address) (subnet mask)  Router(config-if)# no shutdown  Router(config-if)#exit  Router(config)#int serial 2/0  Router(config-if)# ip address (ip address) (subnet mask)  Router(config-if)# no shutdown  Router(config-if)# exit  Router(config)#int serial 3/0  Router(config-if)# ip address (ip address) (subnet mask)  Router(config-if)# no shutdown  Router(config-if)# exit No Shutdown command is used to change the state of Interface from UP to DOWN or from DOWN to UP.
  • 12. RIP Routing( RIP V1,RIP V2) RIP V1  Router(configure)# router rip  Router(configure-router)# (Connected Network1 address)  Router(configure-router)# (connected Network2 address) RIP V2  Router(configure)# router rip  Router(configure)# Version 2  Router(configure-router)# (Connected Network1 address)  Router(configure-router)# (connected Network2 address)
  • 13. MPLS Routing  It is a mechanism in high- performance telecommunications networks that directs data from one network node to the next based on short path labels rather than long network addresses, avoiding complex lookups in a routing table.  The labels identify virtual links (paths) between distant nodes rather than endpoints. MPLS can encapsulate packets of various network protocols. MPLS supports a range of access technologies, including ATM, Frame Relay, and DSL.  A Label Switched Path is a path via Label Switched Routers (LSR) in a MPLS enabled network. Packets are switched based on labels applied to the packet. LSP’s may be signaled using the Tag Distribution Protocol (TDP), the Label Distribution Protocol (LDP) and the Resource Reservation Protocol (RSVP).
  • 14. Access List  Router # configure  Router(configure) #access-list udp 150 permit any ip address netmask port number  Router(configure)# access-list tcp 150 permit any ip address netmask port number  Router(configure)# access-list tcp 150 deny ip address netmask ip address netmask  Router(configure)# access-list tcp permit any any  Router(configure)# int s1  Router(configure-if)# ip access-group 150 in  Router(configure-if)# exit  Router(configure)# exit
  • 15. NAT &PAT  Static NAT  Router (config )# int e 0/0  Router (config-if)# ipnat inside  Router (config)# int s0/0  Router(config-if)# ipnat outside  Router(Config)# ipnat inside source static  (ip address)(ip address)  Dynamic NAT  Router (config )# int e 0/0  Router (config-if)# ipnat inside  Router (config)# int s0/0  Router(config-if)# ipnat outside  Router(Config)# ipnat pool Amity ip address ip address netmask  PAT  Router(config)# interface fastethernet 0/0  Router(config-if)# ip nat inside  Router(config)#interface serial 0/0/0  Router(config-if)# ip nat outside  Router(config)# ip nat inside source list 10 interface serial 0/0/0 overload  Router(config)# access-list 10 permit ip add. Subnetmask
  • 16. Redundant LAN Connection To handle a system communication failure that use to occur within or outside of a server's local subnet. The server's 1. NIC Card 2. Default gateway Steps  Go to Control Panel, Network and Dial-up Connections- Local Area Connection- Properties.  Select Internet Protocol and click Properties.  On the General tab, click Advanced.  Clear the Automatic Metric check box at the bottom of resulting dialog box.  Enter the metric you want to assign to this NIC.
  • 17.
  • 18. Conclusion(s)  We had done a practical project under the supervision of an University for the first time in our life.  Minor Project has taught us all the networking operations which are done in an organization.  Running Network programs in a stipulated time period makes any student perfect and updated.  Going through the working of minor project, we had our broader view about discipline and integrity of networking operations in an organization.