Release 5.1, Revision 0 Copyright © 2001, Juniper Networks, Inc. Advanced Juniper Networks Routing Module 9: Static Routes & Routing Table Groups.

Slides:



Advertisements
Similar presentations
MPLS VPN.
Advertisements

Release 5.1, Revision 0 Copyright © 2001, Juniper Networks, Inc. Advanced Juniper Networks Routing Module 5: IS-IS Multi-Area Networks.
IPv6 Static Routes Overview.
Routing Basics.
Routing Basics By Craig Lindstrom. Overview Routing Process Routing Process Default Routing Default Routing Static Routing Static Routing Dynamic Routing.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts – Chapter.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
Routing and Routing Protocols Introduction to Static Routing.
ROUTING PROTOCOL IGRP. REVIEW 4 Purpose of Router –determine best path to destination –pass the frames to the destination 4 Protocols –routed - used by.
© 2009 Cisco Systems, Inc. All rights reserved. ROUTE v1.0—5-1 Implementing Path Control Assessing Path Control Network Performance Issues.
Delivery, Forwarding, and Routing
Chapter 27 Q and A Victor Norman IS333 Spring 2015.
ROUTING PROTOCOLS Rizwan Rehman. Static routing  each router manually configured with a list of destinations and the next hop to reach those destinations.
Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
Release 5.1, Revision 0 Copyright © 2001, Juniper Networks, Inc. Advanced Juniper Networks Routing Module 6: Border Gateway Protocol.
Border Gateway Protocol (BGP4) Rizwan Rehman, CCS, DU.
OSPF To route, a router needs to do the following: Know the destination address Identify the sources it can learn from Discover possible.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—5-1 WAN Connections Enabling Static Routing.
© 2009 Cisco Systems, Inc. All rights reserved. ROUTE v1.0—6-1 Connecting an Enterprise Network to an ISP Network BGP Attributes and Path Selection Process.
Routing and Routing Protocols Routing Protocols Overview.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
Introduction to Dynamic Routing Protocol
Router and Routing Basics
1. 2 Anatomy of an IP Packet IP packets consist of the data from upper layers plus an IP header. The IP header consists of the following:
Dr. Clincy1 Chapter 6 Delivery & Forwarding of IP Packets Lecture #4 Items you should understand by now – before routing Physical Addressing – with in.
© 2002, Cisco Systems, Inc. All rights reserved..
McGraw-Hill©The McGraw-Hill Companies, Inc., 2003 Chapter 6 Delivery and Routing of IP Packets.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 6 Delivery and Routing of IP Packets.
© 2012 Juniper Networks, Inc. All rights reserved. | | Worldwide Education Services Chapter 2: Routing Fundamentals Junos Routing Essentials.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Routing Protocols and Concepts Introduction to Dynamic Routing Protocol.
CCNA 2 Week 6 Routing Protocols. Copyright © 2005 University of Bolton Topics Static Routing Dynamic Routing Routing Protocols Overview.
Basic Routing Principles V1.2. Objectives Understand the function of router Know the basic conception in routing Know the working principle of router.
Routing protocols. Static Routing Routes to destinations are set up manually Route may be up or down but static routes will remain in the routing tables.
1 Version 3.1 Module 6 Routed & Routing Protocols.
Release 5.1, Revision 0 Copyright © 2001, Juniper Networks, Inc. Advanced Juniper Networks Routing Module 8: BGP Confederations.
 RIP — A distance vector interior routing protocol  IGRP — The Cisco distance vector interior routing protocol (not used nowadays)  OSPF — A link-state.
+ Routing Concepts 1 st semester Objectives  Describe the primary functions and features of a router.  Explain how routers use information.
University of the Western Cape Chapter 12: Routing Protocols Interior and Exterior Routing Protocols Aleksandar Radovanovic.
Release 5.1, Revision 0 Copyright © 2001, Juniper Networks, Inc. Advanced Juniper Networks Routing Module 3: OSPF NSSA.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
Introduction to OSPF Campus Networking Workshop These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license.
Lec4: Introduction to Dynamic Routing Protocol
Introduction to Dynamic Routing Protocol
Working at a Small-to-Medium Business or ISP – Chapter 6
Chapter 6 Delivery & Forwarding of IP Packets
Lo0 /32 /32 /32 /32 /32 / /32 /32 /32 Ae0(Trunk) Ge-0/0/0
Forwarding and Routing IP Packets
COMP 3270 Computer Networks
Chapter 6 – Routing.
Chapter 6 Delivery & Forwarding of IP Packets
Chapter 4: Routing Concepts
Chapter 2: Static Routing
Introduction to Networking
Working at a Small-to-Medium Business or ISP – Chapter 6
Introduction to Dynamic Routing Protocol
Chapter 2: Static Routing
Chapter 6 Delivery & Forwarding of IP Packets
Chapter 3: Dynamic Routing
Introduction to Dynamic Routing Protocol
Delivery and Routing of IP Packets
Chapter 2: Static Routing
© 2006 ITT Educational Services Inc.
After 3.2 Revised
Dynamic Routing and OSPF
CIT 384: Network Administration
BGP Instability Jennifer Rexford
Presentation transcript:

Release 5.1, Revision 0 Copyright © 2001, Juniper Networks, Inc. Advanced Juniper Networks Routing Module 9: Static Routes & Routing Table Groups

Copyright © 2001, Juniper Networks, Inc. Objectives In this module, students will: Describe the default JUNOS Software route tables Explain the operation of rib-groups Configure static, aggregate, and generated routes Explain how route filters operate on prefixes

Copyright © 2001, Juniper Networks, Inc. Configuring Static Routes [edit] routing-options { static { defaults { static-options; } route destination-prefix{ next-hop; static-options; } Manually configured routes added to the routing table Once active, remain in the routing table until deleted Configured at the routing-options hierarchy level

Copyright © 2001, Juniper Networks, Inc. Static Routes Valid next-hop options include: – IP address – Discard – Reject – Receive – Label Switched Path – Qualified Next-hop Other options include: – Metric – BGP Community – BGP AS Path – Preference Defaults section affects all static routes

Copyright © 2001, Juniper Networks, Inc.

Static Next-Hop Options (1 of 2) IP address – Must be reachable across a directly connected interface – Interface name is OK for a point-to-point link Discard – Remove packet from the network silently Reject – Remove packet from the network and return an ICMP message of administratively prohibited to IP source

Copyright © 2001, Juniper Networks, Inc. Static Next-Hop Options (2 of 2) Receive – Sends traffic to the Routing Engine if the route matches a configured /32 interface address – Very useful in a VPN environment Label Switched Path – Must be an active named LSP with the local router as the ingress router Qualified Next-hop – Allows a route to have multiple versions in the routing table – Versions can have separate preference values, metrics, etc.

Copyright © 2001, Juniper Networks, Inc. Routes in Multiple Tables It can be useful for a single route destination to appear in more than one route table – Virtual Private Networks – Multicast Networks A rib-group is a convenient method for placing routes in multiple locations routing-options { rib-groups { group name { import-policy [policy-name]; import-rib [routing-table-name]; export-rib routing-table-name; }

Copyright © 2001, Juniper Networks, Inc. Rib-Groups Created within the routing-options hierarchy level Import-rib states where to place routes – Multiple tables can be listed – The first table listed must be the primary rib – Routes must exist in the primary rib before being placed into any secondary routing tables Export-rib states where to retrieve routes – Only a single routing table can be listed – Route table must be the primary rib

Copyright © 2001, Juniper Networks, Inc. Rib-Group Applications Routing protocols – IS-IS – OSPF – RIP – BGP Multicast protocols – PIM – MSDP Static routes Interface-routes – Protocols Direct and Local

Copyright © 2001, Juniper Networks, Inc. Rib-Group Configuration Created and named Applied to routing protocols Applied to static and interface routes routing-options { rib-groups { example-rib { import-rib [inet.0 inet.2]; protocols { isis { rib-group example-rib; } ospf { rib-group example-rib; } routing-options { interface-routes { rib-group inet example-rib; } static { rib-group example-rib; }

Copyright © 2001, Juniper Networks, Inc. Review Questions