© 2006 Cisco Systems, Inc. All rights reserved. MPLS v2.23-1 Frame-Mode MPLS Implementation on Cisco IOS Platforms Introducing CEF Switching.

Презентация:



Advertisements
Похожие презентации
© 2006 Cisco Systems, Inc. All rights reserved.ISCW v Implementation of Frame Mode MPLS Implementing Frame Mode MPLS.
Advertisements

© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS Traffic Engineering Monitoring Basic MPLS TE on Cisco IOS.
© 2006 Cisco Systems, Inc. All rights reserved.ISCW v Implementation of Frame Mode MPLS Introducing MPLS Networks.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Frame-Mode MPLS Implementation on Cisco IOS Platforms Monitoring Frame-Mode MPLS on Cisco.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Frame-Mode MPLS Implementation on Cisco IOS Platforms Configuring Frame-Mode MPLS on Cisco.
© 2006 Cisco Systems, Inc. All rights reserved. BCMSN v Implementing Inter-VLAN Routing Deploying CEF-Based Multilayer Switching.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Implementation Configuring VRF Tables.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS TE Overview Configuring MPLS TE on Cisco IOS Platforms.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Frame-Mode MPLS Implementation on Cisco IOS Platforms Troubleshooting Frame-Mode MPLS on Cisco.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS Concepts Introducing Basic MPLS Concepts.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Implementation Configuring an MP-BGP Session Between PE Routers.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Module Summary CEF must be running as a prerequisite to running MPLS on a Cisco router. Frame-mode.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Implementation Configuring Small-Scale Routing Protocols Between PE and CE Routers.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Label Assignment and Distribution Introducing MPLS Label Allocation, Distribution, and Retention.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Implementation Troubleshooting MPLS VPNs.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Configuring OSPF OSPF Route Summarization.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS Concepts Introducing MPLS Labels and Label Stacks.
© 2006 Cisco Systems, Inc. All rights reserved. BCMSN v Implementing Inter-VLAN Routing Enabling Routing Between VLANs on a Multilayer Switch.
© 2006 Cisco Systems, Inc. All rights reserved.IP6FD v IPv6-Enabled Routing Protocols Examining EIGRP for IPv6.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Route Selection Using Policy Controls Applying Route-Maps as BGP Filters.
Транксрипт:

© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Frame-Mode MPLS Implementation on Cisco IOS Platforms Introducing CEF Switching

© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Outline Overview What Are Cisco IOS Platform Switching Mechanisms? Using Standard IP Switching What Is the CEF Switching Architecture? Configuring IP CEF Monitoring IP CEF Summary

© 2006 Cisco Systems, Inc. All rights reserved. MPLS v The Cisco IOS platform supports three IP switching mechanisms: Routing table driven switchingprocess switching –Full lookup for every packet Cache driven switchingfast switching –Most recent destinations entered in the cache –First packet always process-switched Topology driven switching –CEF (prebuilt FIB table) Cisco IOS Platform Switching Mechanisms

© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Standard IP Switching Review

© 2006 Cisco Systems, Inc. All rights reserved. MPLS v CEF Switching Review

© 2006 Cisco Systems, Inc. All rights reserved. MPLS v ip cef [distributed] Router(config)# Configuring IP CEF no ip route-cache cef Router(config-if)# Disables CEF switching on an interface Usually not needed This command starts CEF switching and creates the FIB table. The distributed keyword configures distributed CEF (running on VIP or line cards). All CEF-capable interfaces run CEF switching.

© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Monitoring IP CEF Router#show ip cef detail IP CEF with switching (Table Version 6), flags=0x0 6 routes, 0 reresolve, 0 unresolved (0 old, 0 new) 9 leaves, 11 nodes, bytes, 9 inserts, 0 invalidations 0 load sharing elements, 0 bytes, 0 references 2 CEF resets, 0 revisions of existing leaves refcounts: 543 leaf, 544 node Adjacency Table has 4 adjacencies /32, version 0, receive /32, version 3, cached adjacency to Serial0/ packets, 0 bytes tag information set local tag: 28 fast tag rewrite with Se0/0.10, point2point, tags imposed: {28} via , Serial0/0.10, 0 dependencies next hop , Serial0/0.10 valid cached adjacency tag rewrite with Se0/0.10, point2point, tags imposed: {28} Router#show ip cef detail

© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Summary Three different switching mechanisms are used on Cisco IOS platforms: routing table driven, cache driven, and topology driven. Entries received with no destination address information are process-switched; subsequent packets are fast-switched. Generation of entries in the FIB table is caused by a change trigger; when something in the routing table changes, the change is also reflected in the FIB table. CEF is configured globally. The show ip cef command is used to monitor CEF operation.

© 2006 Cisco Systems, Inc. All rights reserved. MPLS v2.23-9