Difference between revisions of "CCNP 3 Implementing Inter-VLAN Routing"
From Teknologisk videncenter
m (→Identifying the Multilayer Switch Packet Forwarding Process) |
m (→Describing Configuration Commands for Inter-VLAN Communication on a Multilayer Switch) |
||
Line 26: | Line 26: | ||
|[[Image:ScreenShot388.jpg|800px|left|thumb|Ternary Content Addressable Memory]] | |[[Image:ScreenShot388.jpg|800px|left|thumb|Ternary Content Addressable Memory]] | ||
|} | |} | ||
+ | =Enabling Routing Between VLANs= | ||
==Describing Configuration Commands for Inter-VLAN Communication on a Multilayer Switch== | ==Describing Configuration Commands for Inter-VLAN Communication on a Multilayer Switch== | ||
{| | {| | ||
|[[Image:ScreenShot389.jpg|800px|left|thumb|Multilayer configuration]] | |[[Image:ScreenShot389.jpg|800px|left|thumb|Multilayer configuration]] | ||
|} | |} | ||
+ | |||
==Describing Routed Ports on a Multilayer Switch== | ==Describing Routed Ports on a Multilayer Switch== | ||
{| | {| |
Revision as of 15:00, 7 September 2010
Contents
Describing Routing Between VLANs
Inter-VLAN Routing Using an External Router
Configuring Inter-VLAN Routing Using an External Router
Explaining Multilayer Switching
Frame Rewrite
Enabling Routing Between VLANs
Describing Configuration Commands for Inter-VLAN Communication on a Multilayer Switch
Describing Routed Ports on a Multilayer Switch
Deploying CEF-Based Multilayer Switching
Explaining Layer 3 Switch Processing
There is a wide range of CEF-based Cisco multilayer switches:
- Catalyst 2970
- Catalyst 3550
- Catalyst 3560
- Catalyst 3750
- Catalyst 4500
- Catalyst 4948
- Catalyst 6500
Identifying the Multilayer Switch Packet Forwarding Process
- Null adjacency: Packets destined for a null0 interface are dropped. This can be used as an effective form of access filtering.
- Glean adjacency: When a router is connected directly to several hosts, the FIB table on the router maintains a prefix for the subnet rather than for the individual host prefixes. The subnet prefix points to a glean adjacency. When packets need to be forwarded to a specific host, the adjacency database is gleaned for the specific prefix.
- Punt adjacency: Features that require special handling, or features that are not yet supported in conjunction with CEF switching paths, are forwarded to the next switching layer for handling. For example, the packet may require CPU processing. Features that are not supported are forwarded to the next-higher switching level.
- Discard adjacency: Packets are discarded.
- Drop adjacency: Packets are dropped, but the prefix is checked.