TRANSPARENT BRIDGING Router 1 Router 2 PC 2 PC 1 10.0.0.1/24 10.0.0.2/24.

Slides:



Advertisements
Similar presentations
Routing Routing in an internetwork is the process of directing the transmission of data across two connected networks. Bridges seem to do this function.
Advertisements

/30 Host Name : R1 Serial 0/0/0.1.2 Host Name : R2 Router Lab 3 : 2 - Routers Connection DTE DCE.
Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
CPIT 470 Lab 2 Lab Instructor: Aisha Ehsan.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.3—3-1 Determining IP Routes Enabling RIP.
IP Addressing and Subnetting
Static Route. Identify Default gateway What is the default gateway for PC1 PC2 r1 r2 PC1PC2.
IP ROUTING -1 STATIC ROUTING DEFAULT ROUTING.  A routing protocol is used by routers to dynamically find all the networks in the internetwork and to.
Subnets Routing within an Organization. Subnet  Subnets are a subset of the entire network Networks can be divided into subnets Subnets can be divided.

Routing Table CCNA Exploration Semester 2 Chapter 8
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—5-1 WAN Connections Enabling Static Routing.
Making connections Connecting a computer to a LAN donna Bair-Mundy.
CCNA Journal Sample. Index Basic Ethernet Serial Router Rip.
/24 Host Name :R1 Model : 1841 WIC-1T Serial 0/0/0 Basic Configuration.
Subnet Masks Traffic Router Subnet 1Subnet 2.
California State University, Los Angeles “ Enhanced Interior Gateway Routing Protocol ” Presented By Group#11: Rajnish Kumar [ ] Manan Patel [ ]
Cisco Discovery Protocol. CDP and Router Boot Up When a Cisco device boots up, CDP starts up automatically and allows the device to detect neighbor devices.
Subnetting -2.
Cisco Discovery Semester 1 Chapter 5 JEOPADY Q&A by R. Prensky, Template by K. Martin.
1 CSE3153 Semester Case Study 1 V1.0 The Concept of an IP Network Due Date: By end of the Lab Session Student Name: __________________________________________.
1 Swinburne University of Technology Faculty of Information and Communication Technology HIT2125 Data Communications and Computer Networks Network Case.
Advanced TCP/IP Planning and Design Variable Length Subnet Mask (VLSM) Supernetting Classless Enter Domain Routing (CIDR)
Sem 2v2 Chapter 13 Troubleshooting the Network. Examples of problems in each layer might include:  Layer 1 - incorrect cable used  Layer 2 - interface.
Chap 13 Network Troubleshooting Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Page 1 of 28 Group A (VLAN A) 1) VID: 2 2) IP Interface: a) IP Address: b) Subnet Mask: ) Ports: 1x to 8x PC10 IP Address:
Chapter 7 & 8 IOS Images and Router Configuration
1 Pertemuan 20 Network Testing. Discussion Topics Introduction to network testing Using a structured approach to troubleshooting Testing by OSI layers.
 Router Configurations part2 2 nd semester
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
DHCP CONFIGURATION Routing & Switching. DHCPV4 OPERATION CONFIGURING A DHCPV4 SERVER A Cisco router running the Cisco IOS software can be configured to.
Introduction to networking (Yarnfield) Configure a router.
Instructor Materials Chapter 8: DHCP
Networking for Home and Small Businesses – Chapter 5
IP Routing using Packet Tracer Simulator
Single Area OSPF Link State Routing Single Area OSPF Concepts
STATIC ROUTING.
VSNL Sify /24 / 24 / 24 /24 Internal Network / Default gateway is
Internetworking JEOPARDY Discovery Module 5 K. Martin.
Basic router configuration
? A PC1 PC2 PC1) B C PC2) B SNM: C HP procurve
Switch Setup Connectivity to Other locations Via MPLS/LL etc
Semester 2 JEOPARDY CHAPTERS 12 & 13 REVIEW S2C13 Jeopardy Review.
Chapter 8 The Routing Table: A Closer Look
Troubleshooting a “Broken LAN”
Chapter 6 – Routing.
Pertemuan 3 Single Area OSPF Configuration
Chapter 10: DHCP Routing & Switching Chapter 10: DHCP
Catalyst /30 Ip vrf skudai01 rd 100:4
Inter-VLAN Routing.
Routing and Switching Essentials v6.0
LANs - Local Area Networks
Cases in Subnetting.
Routing Protocols and Concepts – Chapter 9
G0/0 ip address nve-only (only required for transparent mode)
Examining IP Addressing
Routing Protocols and Concepts – Chapter 9
Networking for Home and Small Businesses – Chapter 2
Introduction to networking (Yarnfield)
Addressing the Network – IPv4
/ / / / / /27.
Static Routing For Multiple Routers
Instructor: Mr. Malik Zaib Alam
Networking for Home and Small Businesses – Chapter 2
Routing Protocols and Concepts – Chapter 9
Networking for Home and Small Businesses – Chapter 2
ACCESS CONTROL LIST Slides Prepared By Adeel Ahmed,
Networking for Home and Small Businesses – Chapter 5
Figure 6.11 Configuration for Example 4
Figure 6.6 Default routing
Presentation transcript:

TRANSPARENT BRIDGING Router 1 Router 2 PC 2 PC 1 10.0.0.1/24 10.0.0.2/24

Router 1 Router(config)# bridge irb Router(config)# bridge 1 protocol ieee Router(config)# bridge 1 route ip Router(config)# No ip cef Router(config)# interface BVI1 Router(config-if)# ip address 10.10.10.3 255.255.255.0 Router(config-if)# No shut Router(config)# Int gigabitethernet 0/0 Router(config-if)# No ip address Router(config-if)# bridge-group 1 Router(config)# Interface Serial0/0/0

Router 2 Router(config)# bridge irb Router(config)# bridge 1 protocol ieee Router(config)# bridge 1 route ip Router(config)# No ip cef Router(config)# interface BVI1 Router(config-if)# ip address 10.10.10.4 255.255.255.0 Router(config-if)# No shut Router(config)# Int gigabitethernet 0/0 Router(config-if)# No ip address Router(config-if)# bridge-group 1 Router(config)# Interface Serial0/0/0

PC 1 PC 2 IP Address - 10.0.0.1 Subnet Mask - 255.255.255.0 Default Gateway - 10.0.0.3 PC 2 IP Address - 10.0.0.2 Subnet Mask - 255.255.255.0 Default Gateway - 10.0.0.4