Examination IP routning inom enkla datornät, DD2490 IP routing in simple networks, DD2490 KTH/CSC. Date: 20 May :00 19:00 SOLUTIONS

Size: px
Start display at page:

Download "Examination IP routning inom enkla datornät, DD2490 IP routing in simple networks, DD2490 KTH/CSC. Date: 20 May :00 19:00 SOLUTIONS"

Transcription

1 Examination IP routning inom enkla datornät, DD2490 IP routing in simple networks, DD2490 KTH/CSC Date: 20 May :00 19:00 SOLUTIONS a) No help material is allowed - You are not allowed to use books or calculators! b) You may answer questions in English or in Swedish. c) Put a mark in the table on the cover page for each question you have answered. d) Max points is 50, Limit for passing (Grade E) is 25 e) Course responsible is Olof Hagsand, phone

2

3 1. Routers and routing (10p) Answer briefly: 1. With respect to data traffic in a router: What is slow-path? What is fast path? (1p) Packets are forwarded on the slow path if they need special processing so that they need to pass through the route processor. Traffic forwarded using the regular forwarding path directly from line-card to line-card takes the fast path. 2. What is Ternary Content-Addressable Memory (TCAM) and how can it be used in a router? (1p) TCAMs are examples of memories where the lookup is based on the contents instead of the address. In a router the content can be an IP address and don't care values are used to represent the network mask. Thus, IP lookup can be made using TCAMs in a single cycle. 3. Address lookup in IPv4 is made doing longest prefix match. But what is meant with packet classification and name one major usage? (1p) Packet classification is a more general method where more fields in the packet header are used to sort packets into different classes. Major usages are in packet filtering, firewalls, traffic engineering, quality of service handling: metering, shaping, etc. 4. Routers may be partitioned into virtual (or logical) routers. Name one usage of virtual routers in networking? (1p) In applications where there is a need for separate address spaces. This includes different VPN applications including L3VPN, pseduowire, VPLS, etc. 5. What is little-endian byte-ordering and in what way may it be of importance when writing forwarding code? (1p) Little endian is when a CPU handles integers using the least significant byte first (example is Intel i386 CPUs used in PCs). A protocol implementation that uses binary fields of more than two bytes needs to handle this by byte-swapping since most protocols use big endian byte order as an inter-operability format. 6. What is the hot-potato routing policy and explain why it often leads to asymmetric routing? (1p) Hot-potato is a routing policy where traffic leaves a routing domain as fast as possible. This is the default BGP policy and happens if external routes are preferred over internal routes. If two adjacent routing domains with more than one inter-connection both use hotpotato, there is a high probability that this will cause asymmetric routing. Since both will try send their traffic on the first connection that leaves the domain.

4 7. Static/aggregated routes are often configured without next-hops, or outgoing interfaces, so that there is no explicit way to forward traffic. What is the purpose of such routes? (1p) They attract traffic, the traffic is dropped if there are no more specific routes to follow. Therefore there is no need to specify nexthop, instead a drop/reject/discard rule is associated with the route. 8. Why does a direct route have lower precedence than a route from a dynamic routing protocol? (1p) If a destination is reachable on a directly connected network, there can be no other route learnt from a routing protocol that can be better. 9. What is RPF (Reverse Path forwarding) method and when is it used? (1p) In RPF, the source of a packet is looked up in a routing table. It is used in multicast forwarding as a simple flooding rule: If a packet is received on the same interface that would have been used for forwarding if the address was a destination, then it is forwarded on other interfaces. Other usages are in address spoofing avoidance: only admit packets from an interface whose source addresses are reachable on that interface. 10. What is the purpose of IGMP Snooping? (IGMP - Internet Group Management Protocol) (1p) To avoid flooding multicast traffic on a bridge network. Listen to IGMP messages and thereby prune multicast delivery only to listening receivers.

5 2. Addressing (5p) Regard the network in the figure in Appendix A consisting of routers R1- R14 interconnected by Ethernet links with interface names (,..) as shown. There is an upper network connecting routers R1,R2,...,R7, a backbone network connecting R1 and R8, and a lower network connecting R8,R9,...,R14. Your task is to assign an IP-subnet to each network, and an IP address to each interface in the figure. Note the following: All Ethernet links connect two routers, except the two networks connecting R1, R2, R3 and R8, R9, R10, respectively. They are shared networks (one Ethernet broadcast domain) with one IP subnet each connecting three routers. Use /30 networks for the point-to-point links, and /29 for the links connecting three routers. The router-ids are given by the figure: The router-id of R1 is 1, router-id of R2 is 2, etc. The address assignment of the backbone link between R1 and R8 is given in the figure as /30. Likewise, /30 is given to the link connecting R2 and R4. Interface addresses are given as shown in the figure. You should allocate addresses so that it is possible to aggregate all sub-ip networks of the upper network into /27 and to aggregate the lower network into /27. There may be holes in the address block, but no address of the block may appear in another network. For example, no sub-network of /27 may appear in the lower network. All link metrics are equal to one. Draw the network with your address blocks and interface addresses (as the pre-configured addresses in the figure) which clearly shows the assignments you have made. You will then re-use this assignment in later exercises so it is important to get it right. You can use Appendix A to draw the network and submit with your exam. (5p) Example address allocation shown. There are other possibilities.

6 upper R2 R4 R5 R6 R / / / /30 e1.2 e2 e1.10 e backbone R /30 R R /29.18 e1.19 e /29.50 lower R9 R10 e1.34 e2.38 e1.42 e / / / / R11 R12 R13 R14 3. Distance-Vector and RIP (5p) Assume you run RIPv2 (Routing Information Protocol) on the upper network of Appendix A (R1-R7). (You must have assigned addresses in exercise 2 first) 1. Show the routing table of all RIP routes in R1. The routing table should contain destination prefix, next-hop and metric. Note that you should show all RIP routes even though they may be overridden in the router by for example direct routes. (2p) Destination next-hop/i-f metric / / / / / / (alt only one if no load-balancing) 2. Assume split-horizon with poison reverse is enabled on all routers. Which RIP route updates will router R3 get on interface? That is, which distance vectors (prefix, metrics) will R3 get from each router R1 and R2? (3p) From R1

7 destination metric / / / / /29 1 From R2: destination metric / / / / / OSPF (5p) Assume you run OSPFv2 (Open Shortest Path First), on the lower network in the network in Appendix A. You must have assigned addresses in exercise 2 first. Assume that R1 also runs OSPF and redistributes the RIP routes from exercise 3 as external routes using E1 (external type 1). All routers are in area 0. Show the OSPF LSAs as they appear in router R12 after the protocol has stabilized. Specify for all LSAs: LS type, LS identifier, and advertizing router. For router LSA, specify link type and link id for each associated link. For network LSAs specify netmask and connected router ids. For summary and external LSAs, specify mask and metric. (5p) NOTE 1: Some have modelled the Ethernet with two end-points as OSPF p-t-p, others have modelled them as transit. Both are correct in principle. NOTE 2: The RIP routes are either aggregated to one /27 with metric 2 (max of all sub-routes) or the five individual routes. The two alternatives follow Alternative 1 using router LSA transit links LS type LS id Adv router link type, link id transit (If R1 is DR) transit transit (If R9 is DR) transit transit (If R11 is DR) transit (If R12 is DR) transit transit (If R13 is DR) transit (If R14 is DR) transit transit transit

8 transit , 8 netmask: / , 9, 10 netmask: / , 11 netmask: / , 12 netmask: / , 13 netmask: / , 14 netmask: / netmask: /27 metric: 2, type: E1 Alternative 2 using p-t-p router LSA links: LS type LS id Adv router link type, link id p-t-p 8 (points to R8) stub , (alt /30) p-t-p 1 stub , (alt /30) transit (If R9 is DR) transit p-t-p 11 stub , (alt /30) p-t-p 12 stub , (alt /30) transit p-t-p 13 stub , (alt /30) p-t-p 14 stub , (alt /30) p-t-p 9 stub , (alt /30) p-t-p 9 stub , (alt /30) p-t-p 10 stub , (alt /30) p-t-p 10 stub , (alt /30) , 9, 10 netmask: / netmask: /27 metric: 2, type: E1 Alternative external routes (for both above) netmask: /30 metric: 2, type: E netmask: /30 metric: 2, type: E netmask: /30 metric: 2, type: E netmask: /30 metric: 2, type: E netmask: /29 metric: 1, type: E1

9 5. OSPF areas (5p) Assume that you run OSPF on the whole network in Appendix A (No RIP). You must have assigned addresses in exercise 2 first. Assign area 1 to the upper network and area 2 to the lower network. The backbone network is area 0. R1 is ABR (Area Border Router) between area 0 and 1 and R8 is ABR between area 0 and area 2. Assume R1 aggregates the upper network and announces /27 from area 1 and R8 aggregates and announces /27 from area 2. Show the LSAs in router R12. (Same information as specified in exercise 4)(5p) LS type LS id Adv router link type, link id transit (Same LSAs type 1 for routers 9-14 as in exercise 4) (Same LSAs tif alternative 1: same type 2 except ) netmask: / netmask: /30 (No type 5 LSAs) 6. More link-state routing (6p) 1. Suppose an OSPF routers stops working instantly without a chance to communicate with is neighbours. How do the other (neighboring) routers know that it is dead? (Name at least two methods) (2p) Either by (1) OSPF hello messages sent every Hello interval (default 10s. After a number of lost hellos, Router dead Interval, the neighbor is considered dead. (2) Link detection - if the link is directly connected between the routers, the neighboring router may immediately detect that the link fails, and thus that the neighboring roure is not reachable (3) BFD (Bidirectional Forwarding Meschanisms). (4) There are also other, vendor-specific methods. 2. The LSAs that the dead router has announced will eventually be deleted by the routers in the network. How does this mechanism work, how long does it take (approximately), and which fields in the OSPF LSA header controls this? (2p) The LS age field in the LSA header controls the lifetime of the LSAs. In worst case, the LSA will continue to live to MaxAge which is default 60 minutes. Under normal circumstances, the originator router would increment the sequence number and re-introduce the LSA with the incremented sequence number after half this time. Assume the network in exercise 5 used IS-IS (Intermediate-System to Intermediate-System) instead of OSPF as routing protocol. What differences would this lead to with respect to areas? Describe how an area configuration of exercise 5 could be configured using IS-IS. (2p)

10 There can be several solutions. If area limit is between R1 and R8, then: R1 L1/L2 areaid 1 R8 L1/L2 areaid 2 R2-R7 L1 areaid 1 R9-R14 L1 areaid 2 In this case, R1 and R8 can aggregate the L1 routes when distributing them into L2. The L2 routes will then be redistributed into L1. Alternatively, the interior routers can all be L1/L2 R1 L2 R8 L2 R2-R3 L1/L2 areaid 1 R9-R10 L1 /L2 areaid 2 R4-R7 L1 areaid 1 R11-R14 areaid 2 With R2-R3 and R9-R10 doing L1/L2 redistribution. 7. Multicast (6p) Assume you have the network of Appendix A running OSPF or IS-IS as an IGP (Interior Gateway Protocol) and you start PIM-SM (Protocol Independent Multicast - Sparse Mode) on all routers R1-R14. You allocate two RP:s, R1 and R8, and use anycast-rp, where the anycast address used for this purpose is, say, The RP:s communicate using MSDP (Multicast Source Discovery Protocol). Both RP:s serve all multicast groups. 1. First, router R11 receives an IGMP membership report on one of its interfaces indicating that a host has made a (*, ) join. This will result in PIM-SM state being established in the network. Which PIM-SM messages are sent and show the multicast forwarding state in all affected routers using a table with entries: Router, (S,G), oiflist (output interface list) (2p) Note: is an illegal multicast address. This was an exam mistake. The answer is based on the assumption that the address is legal. The student must otherwise have pointed this out. Router (S,G) oiflist (*, ) e1 9 (*, ) e1 11 (*, ) x (the interface is unknown) 2. Then, R7 starts receiving multicast traffic destined to from sender on one of its interfaces. Describe what kind of trees will be created, which PIM-SM messages are sent, and which MSDP messages are sent as a consequence of this? (2p) A PIM-register message is sent from the DR (R7) to the RP(R1). An SPT tree is built from R7 to RP after the RP has sent a PIM-Join ( , ) towards the DR. An MSDP SA message will be

11 sent from R1 to R8, so that R8 in turn will build an SPT frm R8 to R7. Finally, when the first multicast data messages reach R11, R11 will send a PIM-Join ( , ) towards R7, and an SPT will be built from R7 to R11. The (S,G) tree will in principle be pruned from R1, when this final tree is constructed, but since it takes the same path, the state will remain. 3. Show the multicast forwarding state in all affected routers in the network after the final trees have been constructed. That is, after eventual tree switchover. Use the same table format as in the exercise above. (2p) Router (S,G) oiflist ( , ) 3 ( , ) 1 ( , ) 8 (*, ) e1 ( , ) e1 9 (*, ) e1 ( , ) e1 11 (*, ) x (the interface is unknown) ( , ) x

12 8. Spanning-Tree (3p) Study the switched network with learning bridges running spanning-tree above with bridge IDs and port numbers as indicated. All link metrics have the value one. Note the shared network between 1 and 3 which is a shared ethernet with four ports connected to it. Show (or describe) the spanning-tree of the network, indicating root, designated and blocked ports. (3p) 9. MPLS (5p) Describe how traffic engineering using RSVP/MPLS (Resource Reservation protocol/ Multi-protocol label switching) for transit traffic in a BGP environment works. You should cover: Steering of traffic paths. Resource reservation. Encapsulation of transit traffic in MPLS The role of IGP vs MPLS vs RSVP vs BGP How transit traffic is sent (selected) via MPLS LSPs What advantages using MPLS for transit over IBGP. The consequences of using next-hop self or not in BGP. When MPLS Labelled Switch Paths(LSPs) are used for transit traffic, it is possible to control which paths the LSPs take by using RSVP source routing. By source routing it is possible to steer the LSPs via certain routers (loose source routing), or even to pin the path explicitly (strict source routing). Using the reservation mechanisms in RSVP, in particularthe bandwidth reservation, it is possible to reserve network resources for these paths. Traffic sent in such LSPs are encapsulated using a single MPLS header (single stack) with the labels determined by RSVP during the LSP signaling. Typically, the routers switch labels from the ingress to the egress while the pen-ultimate router pops the label

13 using implicit-null assignment. In this way, the egress router does a regular IP lookup. The roles of the protocols are as follows. The IGP (eg IS-IS or OSPF) computes all shortest path routes between all internal destinations in the network. MPLS is used as a carrier of the transit data traffic. RSVP is used to setup the MPLS LSPs thorugh the internal network using the IGP to find the paths. BGP finally is used for external routes and to bind the external (transit) traffic to the MPLS LSPs established. Since only traffic matching BGP routes will be sent via MPLS LSPs, at the ingress router, it will only be external traffic entering the network destined to outside the network that will be sent via MPLS - and this is exactly the transit traffic. The advantage of using MPLS over IBGP for handling transit traffic is that no BGP speakers need to exist in the interior of the network. Thus, the major drawback of IBGP, full mesh peering, is avoided, as well as the extra cost of having BGP capable internal routers. It is also easier to steer transit traffic using source routing. In order for transit traffic to be bound to LSPs it is necessary for the BGP routes to have the same next-hop as the remote LSP end-points. But LSPs may only be setup between border routers (MPLS is almost always used within a network), and the only way to ensure that BGP nexthop is the egress router is to use next-hop self. If BGP next-hop self is not used, the BGP next-hop is an external address (the address of the external peer) and the MPLS LSP may not terminate there.

14 Appendix A: Network topology for exercises 2-7 Note that you should allocate address blocks in exercise 2 before using the network in the other exercises. R4 R5 R6 R /30 e1.2 e2 e1 e2 upper R2 R3 backbone lower e1 R /30 R e1 R9 R10 e1 e2 e1 e2 R11 R12 R13 R14

Examination IP routning inom enkla datornät, DD2490 IP routing in simple networks, DD2490 KTH/CSC Date: 24 May :00 19:00

Examination IP routning inom enkla datornät, DD2490 IP routing in simple networks, DD2490 KTH/CSC Date: 24 May :00 19:00 Examination IP routning inom enkla datornät, DD490 IP routing in simple networks, DD490 KTH/CSC Date: 4 May 00 4:00 9:00 a) No help material is allowed - You are not allowed to use books or calculators!

More information

IP routning inom enkla datornät, 2D1490 IP routing in simple networks, 2D1490. Datum: 23 Maj :00 13:00

IP routning inom enkla datornät, 2D1490 IP routing in simple networks, 2D1490. Datum: 23 Maj :00 13:00 Examination IP routning inom enkla datornät, 2D1490 IP routing in simple networks, 2D1490 NADA/KTH Datum: 23 Maj 2007 8:00 13:00 Inga hjälpmedel är tillåtna - Ni får ej använda böcker eller miniräknare!

More information

DD2490 p IP Multicast routing. Multicast routing. Olof Hagsand KTH CSC

DD2490 p IP Multicast routing. Multicast routing. Olof Hagsand KTH CSC DD2490 p4 2010 IP Multicast routing Multicast routing Olof Hagsand KTH CSC 1 Literature RFC 4601 Section 3 (you may need some definitions from Section 2). See reading instructions on web. 2 Deployment

More information

Basic Idea. Routing. Example. Routing by the Network

Basic Idea. Routing. Example. Routing by the Network Basic Idea Routing Routing table at each router/gateway When IP packet comes, destination address checked with routing table to find next hop address Questions: Route by host or by network? Routing table:

More information

Routing by the Network

Routing by the Network Routing Basic Idea Routing table at each router/gateway When IP packet comes, destination address checked with routing table to find next hop address Questions: Route by host or by network? Routing table:

More information

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

More information

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF MODULE 05 MULTIPROTOCOL LABEL SWITCHING (MPLS) AND LABEL DISTRIBUTION PROTOCOL (LDP) 1 by Xantaro IP Routing In IP networks, each router makes an independent

More information

Computer Networks ICS 651. IP Routing RIP OSPF BGP MPLS Internet Control Message Protocol IP Path MTU Discovery

Computer Networks ICS 651. IP Routing RIP OSPF BGP MPLS Internet Control Message Protocol IP Path MTU Discovery Computer Networks ICS 651 IP Routing RIP OSPF BGP MPLS Internet Control Message Protocol IP Path MTU Discovery Routing Information Protocol DV modified with split horizon and poisoned reverse distance

More information

Lab 1: Static MPLS LSP-RTX4-RTX1 LSP-RTX1-RTX4 LSP-RTX3-RTX2 LSP-RTX2-RTX3

Lab 1: Static MPLS LSP-RTX4-RTX1 LSP-RTX1-RTX4 LSP-RTX3-RTX2 LSP-RTX2-RTX3 Lab 1: Static MPLS First lab gives a basic understanding of MPLS label swapping No signaling manually assign labels like static routing Understand configuration, forwarding tables, and debugging of MPLS

More information

DD2490 p Link-state routing and OSPF. Olof Hagsand KTH/CSC

DD2490 p Link-state routing and OSPF. Olof Hagsand KTH/CSC DD2490 p4 200 Link-state routing and OSPF Olof Hagsand KTH/CSC Literature RFC 232: Browse through Section. Section 2 gives a very good understanding of OSPF issues. The example is realistic (complex) and

More information

Introduction xvii. Assessment Test xxxiii

Introduction xvii. Assessment Test xxxiii Contents at a Glance Introduction xvii Assessment Test xxxiii Chapter 1 The Components of a Juniper Networks Router 1 Chapter 2 Interfaces 61 Chapter 3 Protocol-Independent Routing 107 Chapter 4 Routing

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Multi-Instance MSDP 1-7 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring

More information

IP Routing Volume Organization

IP Routing Volume Organization IP Routing Volume Organization Manual Version 20091105-C-1.03 Product Version Release 6300 series Organization The IP Routing Volume is organized as follows: Features IP Routing Overview Static Routing

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF 1 OSPF Open Shortest Path First Link state or SPF technology Developed by OSPF working group of IETF (RFC 1247) OSPFv2 standard described in RFC2328 Designed for: TCP/IP environment

More information

ITEC310 Computer Networks II

ITEC310 Computer Networks II ITEC310 Computer Networks II Chapter 22 Network Layer:, and Routing Department of Information Technology Eastern Mediterranean University Objectives 2/131 After completing this chapter you should be able

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring Basic Functions of MSDP

More information

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-1 Configuring a Static Route 1-2 Configuration Prerequisites

More information

ETSF10 Internet Protocols Routing on the Internet

ETSF10 Internet Protocols Routing on the Internet ETSF10 Internet Protocols Routing on the Internet 2012, Part 2, Lecture 1.2 Kaan Bür, Jens Andersson Routing on the Internet Unicast routing protocols (part 2) [ed.4 ch.22.4] [ed.5 ch.20.3] Forwarding

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : JN0-661 Title : Service Provider Routing and Switching Vendor : Juniper Version : DEMO Get Latest & Valid JN0-661 Exam's

More information

Router Lab Reference

Router Lab Reference KTHNOC Router Lab Reference Juniper version Table of Contents 1 Introduction...3 2 Reference: Workstation...3 2.1 Configuring network access...3 2.2 Connecting to your router...4 3 Reference: Basic commands...4

More information

Introduction to Segment Routing

Introduction to Segment Routing Segment Routing (SR) is a flexible, scalable way of doing source routing. Overview of Segment Routing, page 1 How Segment Routing Works, page 2 Examples for Segment Routing, page 3 Benefits of Segment

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Original slides by Cisco Press & Priscilla Oppenheimer Selection Criteria for Switching and Routing Protocols Network traffic

More information

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents Table of Contents Table of Contents Chapter 1 Protocol Overview... 1-1 1.1 Overview... 1-1 1.2 Support of Features... 1-2 1.3 Configuration Guidance... 1-3 1.3.1 Configuring IGMP Snooping... 1-3 1.3.2

More information

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS CHAPTER 43 Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS This chapter describes how to configure multiprotocol label switching (MPLS) and Ethernet over MPLS (EoMPLS) on the Cisco ME 3800X and ME 3600X

More information

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast Contents Multicast overview 1 Introduction to multicast 1 Information transmission techniques 1 Multicast features 3 Common notations in multicast 4 Multicast advantages and applications 4 Multicast models

More information

2D1490 p MPLS, RSVP, etc. Olof Hagsand KTHNOC/NADA

2D1490 p MPLS, RSVP, etc. Olof Hagsand KTHNOC/NADA 2D1490 p4 2007 MPLS, RSVP, etc Olof Hagsand KTHNOC/NADA Literature Handouts: MPLS-Enabled applications (Minei, Lucek). Parts of Section 1. JunOS Cookbook: Chapter 14 Background MPLS - Multiprotocol Label

More information

Date: June 4 th a t 1 4:00 1 7:00

Date: June 4 th a t 1 4:00 1 7:00 Kommunika tionssyste m FK, Examina tion G 5 0 7 Date: June 4 th 0 0 3 a t 4:00 7:00 KTH/IMIT/LCN No help material is allowed. You may answer questions in English or Swedish. Please answer each question

More information

What is Multicasting? Multicasting Fundamentals. Unicast Transmission. Agenda. L70 - Multicasting Fundamentals. L70 - Multicasting Fundamentals

What is Multicasting? Multicasting Fundamentals. Unicast Transmission. Agenda. L70 - Multicasting Fundamentals. L70 - Multicasting Fundamentals What is Multicasting? Multicasting Fundamentals Unicast transmission transmitting a packet to one receiver point-to-point transmission used by most applications today Multicast transmission transmitting

More information

debug ip ospf database external default-metric subnet area 0 stub distribute-list in Serial0/1

debug ip ospf database external default-metric subnet area 0 stub distribute-list in Serial0/1 Which statement about stateless autoconfiguration is true? A host can autoconfigure itself by appending its MAC address to the local link prefix (64 bits). 2 Autoconfiguration allows devices to connect

More information

ICS 351: Today's plan. routing protocol comparison encapsulation network dynamics multicasting in general IP multicasting IGMP PIM

ICS 351: Today's plan. routing protocol comparison encapsulation network dynamics multicasting in general IP multicasting IGMP PIM ICS 351: Today's plan routing protocol comparison encapsulation network dynamics multicasting in general IP multicasting IGMP PIM what routing is not: Ethernet switching does not use IP addresses in any

More information

Table of Contents 1 PIM Configuration 1-1

Table of Contents 1 PIM Configuration 1-1 Table of Contents 1 PIM Configuration 1-1 PIM Overview 1-1 Introduction to PIM-DM 1-2 How PIM-DM Works 1-2 Introduction to PIM-SM 1-4 How PIM-SM Works 1-5 Introduction to Administrative Scoping in PIM-SM

More information

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers Contents Configuring MSDP 1 MSDP overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 6 Configuring basic MSDP functions 7 Configuration prerequisites

More information

DD2490 p Link state routing and OSPF. Olof Hagsand KTH/CSC

DD2490 p Link state routing and OSPF. Olof Hagsand KTH/CSC DD490 p4 00 Link state routing and OSPF Olof Hagsand KTH/CSC Literature RFC 3: Section except.. Section 3 (areas), but only last two paragraphs of 3.5 Link state routing Each router spreads information

More information

Juniper.Selftestengine.jn0-694.v by.KIM-HL.52q

Juniper.Selftestengine.jn0-694.v by.KIM-HL.52q Juniper.Selftestengine.jn0-694.v2013-10-24.by.KIM-HL.52q Number: jn0-694 Passing Score: 800 Time Limit: 120 min File Version: 18.5 http://www.gratisexam.com/ Exam Code: JN0-694 Exam Name: Enterprise Routing

More information

Configuring MSDP. Overview. How MSDP operates. MSDP peers

Configuring MSDP. Overview. How MSDP operates. MSDP peers Contents Configuring MSDP 1 Overview 1 How MSDP operates 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP functions 7 Configuration prerequisites

More information

DD2490 p Link-state routing and OSPF. Olof Hagsand KTH/CSC

DD2490 p Link-state routing and OSPF. Olof Hagsand KTH/CSC DD2490 p4 2009 Link-state routing and OSPF Olof Hagsand KTH/CSC Literature RFC 232: Browse through Section. Section 2 gives a very good understanding of OSPF issues. The example is realistic (complex)

More information

Chapter 7: Routing Dynamically. Routing & Switching

Chapter 7: Routing Dynamically. Routing & Switching Chapter 7: Routing Dynamically Routing & Switching The Evolution of Dynamic Routing Protocols Dynamic routing protocols used in networks since the late 1980s Newer versions support the communication based

More information

MPLS/RSVP/BGP lab KTH CSC. Juniper version. Group Nr. Name1. Name2. Name3. Name4. Name5. Grade. Instructor s Signature

MPLS/RSVP/BGP lab KTH CSC. Juniper version. Group Nr. Name1. Name2. Name3. Name4. Name5. Grade. Instructor s Signature KTH CSC MPLS/RSVP/BGP lab Juniper version Group Nr Name1 Name2 Name3 Name4 Name5 Grade Instructor s Signature Table of Contents 1Goals...3 2 Preparations...3 3 Initial configuration...5 4 RSVP-signalled

More information

ETSF10 Internet Protocols Routing on the Internet

ETSF10 Internet Protocols Routing on the Internet ETSF10 Internet Protocols Routing on the Internet 2013, Part 2, Lecture 1.2 Jens Andersson (Kaan Bür) Routing on the Internet Unicast routing protocols (part 2) [ed.5 ch.20.3] Multicast routing, IGMP [ed.5

More information

Introduction to routing

Introduction to routing DD2490 p4 2010 Introduction to routing Olof Hagsand KTH/CSC Network example: KTH Intranet Levels of abstraction The Internet is huge Necessary to divide the routing problem into sub-problems. There are

More information

Overview. Problem: Find lowest cost path between two nodes Factors static: topology dynamic: load

Overview. Problem: Find lowest cost path between two nodes Factors static: topology dynamic: load Dynamic Routing Overview Forwarding vs Routing forwarding: to select an output port based on destination address and routing table routing: process by which routing table is built Network as a Graph C

More information

OSPF Protocol Overview on page 187. OSPF Standards on page 188. OSPF Area Terminology on page 188. OSPF Routing Algorithm on page 190

OSPF Protocol Overview on page 187. OSPF Standards on page 188. OSPF Area Terminology on page 188. OSPF Routing Algorithm on page 190 Chapter 17 OSPF Protocol Overview The Open Shortest Path First (OSPF) protocol is an interior gateway protocol (IGP) that routes packets within a single autonomous system (AS). OSPF uses link-state information

More information

Chapter 7 Routing Protocols

Chapter 7 Routing Protocols Chapter 7 Routing Protocols Nonroutable Protocols In the early days of networking, networks were small collections of computers linked together For the purposes of sharing information and expensive peripherals

More information

JN0-343 Q&As. Juniper Networks Certified Internet Specialist (JNCIS-ENT) Pass Juniper JN0-343 Exam with 100% Guarantee

JN0-343 Q&As. Juniper Networks Certified Internet Specialist (JNCIS-ENT) Pass Juniper JN0-343 Exam with 100% Guarantee JN0-343 Q&As Juniper Networks Certified Internet Specialist (JNCIS-ENT) Pass Juniper JN0-343 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

More information

Routing Basics ISP/IXP Workshops

Routing Basics ISP/IXP Workshops Routing Basics ISP/IXP Workshops 1 Routing Concepts IPv4 Routing Forwarding Some definitions Policy options Routing Protocols 2 IPv4 Internet uses IPv4 addresses are 32 bits long range from 1.0.0.0 to

More information

Acknowledgments. Part One - Introduction to the TCP/IP Protocol

Acknowledgments. Part One - Introduction to the TCP/IP Protocol Illustrated TCP/IP by Matthew G. Naugle Wiley Computer Publishing, John Wiley & Sons, Inc. ISBN: 0471196568 Pub Date: 11/01/98 Acknowledgments Part One - Introduction to the TCP/IP Protocol Chapter 1 -

More information

Overview. Information About Layer 3 Unicast Routing. Send document comments to CHAPTER

Overview. Information About Layer 3 Unicast Routing. Send document comments to CHAPTER CHAPTER 1 This chapter introduces the basic concepts for Layer 3 unicast routing protocols in Cisco NX-OS. This chapter includes the following sections: Information About Layer 3 Unicast Routing, page

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF ISP/IXP Workshops ISP/IXP Workshops 1999, Cisco Systems, Inc. 1 OSPF Dynamic Routing Protocol Link State technology Runs over IP, protocol 89 Designed by IETF for TCP/IP Supports VLSM

More information

Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of opaque LSAs 40 Configuring OSPF to

Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of opaque LSAs 40 Configuring OSPF to Contents Configuring OSPF 1 Introduction to OSPF 1 Basic concepts 1 OSPF areas 3 Router types 6 OSPF network classification 7 DR and BDR 8 OSPF packet formats 9 Supported OSPF features 17 Protocols and

More information

Computer Network Architectures and Multimedia. Guy Leduc. Chapter 2 MPLS networks. Chapter 2: MPLS

Computer Network Architectures and Multimedia. Guy Leduc. Chapter 2 MPLS networks. Chapter 2: MPLS Computer Network Architectures and Multimedia Guy Leduc Chapter 2 MPLS networks Chapter based on Section 5.5 of Computer Networking: A Top Down Approach, 6 th edition. Jim Kurose, Keith Ross Addison-Wesley,

More information

Examination. ANSWERS IP routning på Internet och andra sammansatta nät, DD2491 IP routing in the Internet and other complex networks, DD2491

Examination. ANSWERS IP routning på Internet och andra sammansatta nät, DD2491 IP routing in the Internet and other complex networks, DD2491 Examination ANSWERS IP routning på Internet och andra sammansatta nät, DD2491 IP routing in the Internet and other complex networks, DD2491 Date: October 21st 2008 10:00 13:00 a) No help material is allowed

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing 34 CHAPTER This chapter describes how to configure IP multicast routing on the Cisco ME 3400 Ethernet Access switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability.

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability. Vendor: Alcatel-Lucent Exam Code: 4A0-101 Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability Version: Demo QUESTION 1 When a router receives an IP packet, but does not find a match

More information

Routing Basics ISP/IXP Workshops

Routing Basics ISP/IXP Workshops Routing Basics ISP/IXP Workshops 1 Routing Concepts IPv4 Routing Forwarding Some definitions Policy options Routing Protocols 2 IPv4 Internet uses IPv4 addresses are 32 bits long range from 1.0.0.0 to

More information

Introduction to Routing

Introduction to Routing 1 Introduction to Routing Session 2 Presentation_ID.scr 1 Agenda Addressing Concepts Routing Protocols Statics and Defaults 3 ISO OSI Reference Model Routing Information Protocol (RIP and RIPv2) L7 L6

More information

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Copyright 2010 Cisco Press & Priscilla Oppenheimer 1 Switching 2 Page 1 Objectives MAC address table Describe the features

More information

Internet Routing Protocols Tuba Saltürk

Internet Routing Protocols Tuba Saltürk Internet Routing Protocols 15505068 Tuba Saltürk Outline Internet Routers Routing Protocol Interior Gateway Protocol (IGP) Distance- Vector Routing Protocol Routing Information Protocol (RIP) Interior

More information

Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6)

Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6) Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6) Contents Introduction Background Information MLDP Signaling In-Band Signaling Overlay or Out-Of-Band Signaling Label Distribution Protocol

More information

Contents. Configuring MSDP 1

Contents. Configuring MSDP 1 Contents Configuring MSDP 1 Overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP features 7 Configuration prerequisites 7

More information

Configuring multicast VPN

Configuring multicast VPN Contents Configuring multicast VPN 1 Multicast VPN overview 1 Multicast VPN overview 1 MD-VPN overview 3 Protocols and standards 6 How MD-VPN works 6 Share-MDT establishment 6 Share-MDT-based delivery

More information

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast Contents Multicast overview 1 Introduction to multicast 1 Information transmission techniques 1 Multicast features 3 Common notations in multicast 4 Multicast benefits and applications 4 Multicast models

More information

Juniper JN0-101 Exam Questions & Answers

Juniper JN0-101 Exam Questions & Answers Juniper JN0-101 Exam Questions & Answers Number: JN0-101 Passing Score: 800 Time Limit: 120 min File Version: 23.4 ht t p:/ / w w w.gratisexam.com/ Juniper JN0-101 Exam Questions & Answers Exam Name: Juniper

More information

Table of Contents 1 OSPF Configuration 1-1

Table of Contents 1 OSPF Configuration 1-1 Table of Contents 1 OSPF Configuration 1-1 Introduction to OSPF 1-1 Basic Concepts 1-2 OSPF Area Partition 1-4 Router Types 1-7 Classification of OSPF Networks 1-9 DR and BDR 1-9 OSPF Packet Formats 1-11

More information

Last time. Transitioning to IPv6. Routing. Tunneling. Gateways. Graph abstraction. Link-state routing. Distance-vector routing. Dijkstra's Algorithm

Last time. Transitioning to IPv6. Routing. Tunneling. Gateways. Graph abstraction. Link-state routing. Distance-vector routing. Dijkstra's Algorithm Last time Transitioning to IPv6 Tunneling Gateways Routing Graph abstraction Link-state routing Dijkstra's Algorithm Distance-vector routing Bellman-Ford Equation 10-1 This time Distance vector link cost

More information

Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP

Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP Appendix D Memory Tables Chapter 1 Table 1-2 Routing Protocol Characteristics Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP Chapter 3 Table 3-2 Hexadecimal/Binary

More information

Juniper Exam JN0-643 Enterprise Routing and Switching, Professional (JNCIP-ENT) Version: 13.0 [ Total Questions: 221 ]

Juniper Exam JN0-643 Enterprise Routing and Switching, Professional (JNCIP-ENT) Version: 13.0 [ Total Questions: 221 ] s@lm@n Juniper Exam JN0-643 Enterprise Routing and Switching, Professional (JNCIP-ENT) Version: 13.0 [ Total Questions: 221 ] Topic 1, Volume A Question No : 1 - (Topic 1) Which connection method do OSPF

More information

Operation Manual Routing Protocol. Table of Contents

Operation Manual Routing Protocol. Table of Contents Table of Contents Table of Contents Chapter 1 IP Routing Protocol Overview... 1-1 1.1 Introduction to IP Route and Routing Table... 1-1 1.1.1 IP Route... 1-1 1.1.2 Routing Table... 1-1 1.2 Routing Management

More information

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

Configuring PIM. Information About PIM. Send document comments to CHAPTER

Configuring PIM. Information About PIM. Send document comments to CHAPTER CHAPTER 3 This chapter describes how to configure the Protocol Independent Multicast (PIM) features on Cisco NX-OS switches in your IPv4 networks. This chapter includes the following sections: Information

More information

Financial Services Design for High Availability

Financial Services Design for High Availability Financial Services Design for High Availability Version History Version Number Date Notes 1 March 28, 2003 This document was created. This document describes the best practice for building a multicast

More information

RIP Configuration. RIP Overview. Operation of RIP. Introduction. RIP routing table. RIP timers

RIP Configuration. RIP Overview. Operation of RIP. Introduction. RIP routing table. RIP timers Table of Contents RIP Configuration 1 RIP Overview 1 Operation of RIP 1 Operation of RIP 2 RIP Version 2 RIP Message Format 3 Protocols and Standards 4 Configuring RIP Basic Functions 5 Configuration Prerequisites

More information

Routing Basics. Routing Concepts. IPv4. IPv4 address format. A day in a life of a router. What does a router do? IPv4 Routing

Routing Basics. Routing Concepts. IPv4. IPv4 address format. A day in a life of a router. What does a router do? IPv4 Routing Routing Concepts IPv4 Routing Routing Basics ISP/IXP Workshops Forwarding Some definitions Policy options Routing Protocols 1 2 IPv4 IPv4 address format Internet uses IPv4 addresses are 32 bits long range

More information

Chapter 4: Advanced Internetworking. Networking CS 3470, Section 1

Chapter 4: Advanced Internetworking. Networking CS 3470, Section 1 Chapter 4: Advanced Internetworking Networking CS 3470, Section 1 Intra-AS and Inter-AS Routing a C C.b b d A A.a a b A.c c B.a a B c Gateways: perform inter-as routing amongst themselves b perform intra-as

More information

Examination 2D1392 Protocols and Principles of the Internet 2G1305 Internetworking 2G1507 Kommunikationssystem, fk SOLUTIONS

Examination 2D1392 Protocols and Principles of the Internet 2G1305 Internetworking 2G1507 Kommunikationssystem, fk SOLUTIONS Examination 2D1392 Protocols and Principles of the Internet 2G1305 Internetworking 2G1507 Kommunikationssystem, fk Date: January 17 th 2006 at 14:00 18:00 SOLUTIONS 1. General (5p) a) Draw the layered

More information

Logging neighbor state changes 38 Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of

Logging neighbor state changes 38 Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of Contents Configuring OSPF 1 Introduction to OSPF 1 Basic concepts 1 Area based OSPF network partition 3 Router types 6 OSPF network classification 7 DR and BDR 8 OSPF packet formats 9 Supported features

More information

Hierarchical Routing. Our routing study thus far - idealization all routers identical network flat not true in practice

Hierarchical Routing. Our routing study thus far - idealization all routers identical network flat not true in practice Hierarchical Routing Our routing study thus far - idealization all routers identical network flat not true in practice scale: with 200 million destinations: can t store all destinations in routing tables!

More information

Configuring basic MBGP

Configuring basic MBGP Contents Configuring MBGP 1 MBGP overview 1 Protocols and standards 1 MBGP configuration task list 1 Configuring basic MBGP 2 Controlling route advertisement and reception 2 Configuration prerequisites

More information

MPLS VPN--Inter-AS Option AB

MPLS VPN--Inter-AS Option AB The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service provider

More information

Stateless Multicast with Bit Indexed Explicit Replication

Stateless Multicast with Bit Indexed Explicit Replication Stateless Multicast with Bit Indexed Explicit Replication IJsbrand Wijnands, Distinguished Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find

More information

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

Implementing Multicast Service Reflection

Implementing Multicast Service Reflection Implementing Multicast Service Reflection First Published: September 22, 2006 Last Updated: June 4, 2010 The Cisco Multicast Service Reflection feature provides the capability for users to translate externally

More information

MPLS опорни мрежи MPLS core networks

MPLS опорни мрежи MPLS core networks MPLS опорни мрежи MPLS core networks Николай Милованов/Nikolay Milovanov http://niau.org Objectives Identify the drawbacks of traditional IP routing Describe basic MPLS concepts and LSR types. MPLS Labels

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols? (question mark), CLI help system, 126 Numerics A 2-router BGP topology, configuring, 279 284 4-router BGP topology, configuring, 266, 276 279 ABRs (area border routers), 9, 87, 95, 141

More information

Unit 3: Dynamic Routing

Unit 3: Dynamic Routing Unit 3: Dynamic Routing Basic Routing The term routing refers to taking a packet from one device and sending it through the network to another device on a different network. Routers don t really care about

More information

Multicast Communications

Multicast Communications Multicast Communications Multicast communications refers to one-to-many or many-tomany communications. Unicast Broadcast Multicast Dragkedja IP Multicasting refers to the implementation of multicast communication

More information

Real4Test. Real IT Certification Exam Study materials/braindumps

Real4Test.   Real IT Certification Exam Study materials/braindumps Real4Test http://www.real4test.com Real IT Certification Exam Study materials/braindumps Exam : 400-101 Title : CCIE Routing and Switching Written Exam v5.1 Vendor : Cisco Version : DEMO Get Latest & Valid

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF ISP/IXP Workshops ISP/IXP Workshops 1999, Cisco Systems, Inc. 1 Agenda OSPF Primer OSPF in Service Provider Networks OSPF BCP - Adding Networks OSPF Command Summary 2 OSPF Primer 3

More information

4A Alcatel-Lucent. Alcatel-Lucent Interior Routing Protocols and High Availability

4A Alcatel-Lucent. Alcatel-Lucent Interior Routing Protocols and High Availability Alcatel-Lucent 4A0-101 Alcatel-Lucent Interior Routing Protocols and High Availability Download Full Version : http://killexams.com/pass4sure/exam-detail/4a0-101 QUESTION: 297 Click on the exhibit. In

More information

Link State Routing. Link State Packets. Link State Protocol. Link State Protocols Basic ideas Problems and pitfalls

Link State Routing. Link State Packets. Link State Protocol. Link State Protocols Basic ideas Problems and pitfalls Link State Routing In particular OSPF Karst Koymans Informatics Institute University of Amsterdam (version 16.3, 2017/03/09 11:25:31) Tuesday, March 7, 2017 Link State Protocols Basic ideas Problems and

More information

Multicast Technology White Paper

Multicast Technology White Paper Multicast Technology White Paper Keywords: Multicast, IGMP, IGMP Snooping, PIM, MBGP, MSDP, and SSM Mapping Abstract: The multicast technology implements high-efficiency point-to-multipoint data transmission

More information

IP Multicast Technology Overview

IP Multicast Technology Overview IP multicast is a bandwidth-conserving technology that reduces traffic by delivering a single stream of information simultaneously to potentially thousands of businesses and homes. Applications that take

More information

Practice exam questions for the Nokia NRS II Composite Exam

Practice exam questions for the Nokia NRS II Composite Exam Practice exam questions for the Nokia NRS II Composite Exam The following questions will test your knowledge and prepare you for the Nokia NRS II Composite Exam. Compare your responses with the Answer

More information

CS610 Computer Network Final Term Papers Solved MCQs with reference by Virtualians Social Network

CS610 Computer Network Final Term Papers Solved MCQs with reference by Virtualians Social Network CS610 Computer Network Final Term Papers Solved MCQs with reference by Virtualians Social Network Question No: 1( M a r k s: 1 ) A ---------- Relies on the hardware manufacturer to assign a unique physical

More information

Table of Contents 1 Multicast VPN Configuration 1-1

Table of Contents 1 Multicast VPN Configuration 1-1 Table of Contents 1 Multicast VPN Configuration 1-1 Multicast VPN Overview 1-1 Introduction to MPLS L3VPN 1-1 Introduction to Multicast VPN 1-2 Introduction to MD-VPN 1-4 Protocols and Standards 1-7 How

More information

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

Routing Protocols of IGP. Koji OKAMURA Kyushu University, Japan

Routing Protocols of IGP. Koji OKAMURA Kyushu University, Japan Routing Protocols of IGP Koji OKAMURA Kyushu University, Japan Routing Protocol AS (Autonomous System) Is operated autonomous in the organization. 6bit IGP (Interior Gateway Protocol) Routing Control inside

More information

Routing Concepts. IPv4 Routing Forwarding Some definitions Policy options Routing Protocols

Routing Concepts. IPv4 Routing Forwarding Some definitions Policy options Routing Protocols Routing Basics 1 Routing Concepts IPv4 Routing Forwarding Some definitions Policy options Routing Protocols 2 IPv4 Internet uses IPv4 Addresses are 32 bits long Range from 1.0.0.0 to 223.255.255.255 0.0.0.0

More information

BASIC MULTICAST TROUBLESHOOTING. Piotr Wojciechowski (CCIE #25543)

BASIC MULTICAST TROUBLESHOOTING. Piotr Wojciechowski (CCIE #25543) BASIC MULTICAST TROUBLESHOOTING Piotr Wojciechowski (CCIE #25543) ABOUT ME Senior Network Engineer MSO at VeriFone Inc. Previously Network Solutions Architect at one of top polish IT integrators CCIE #25543

More information

KTHNOC, MPLS/RSVP lab, rev: 1.7 KTHNOC. MPLS/RSVP lab. Juniper version. Group Nr. Name1. Name2. Name3. Name4. Date. Grade. Instructor s Signature

KTHNOC, MPLS/RSVP lab, rev: 1.7 KTHNOC. MPLS/RSVP lab. Juniper version. Group Nr. Name1. Name2. Name3. Name4. Date. Grade. Instructor s Signature KTHNOC MPLS/RSVP lab Juniper version Group Nr Name1 Name2 Name3 Name4 Date Grade Instructor s Signature Table of Contents 1 Goals...3 2 Preparations...3 2.1RSVP concepts...3 3 Initial configuration...4

More information

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration Commands... 1-1 1.1 Static Routing Configuration Commands... 1-1 1.1.1 delete static-routes all... 1-1 1.1.2 ip route-static...

More information