Control Plane: builds the arp and ip routing tables
Data Plane: places data into the L3 switches memory, and encapuslates data before forwading.
Fastest switching to slowest...
- Distributed CEF (done by multiple processors)
- CEF
- Fast Switching
- Process Switching
Basic L3 commands:
(config) ip routing (enable ip routing on the damn switch! its not enabled by default)
(config-int) no switchport (enable an L3 switchport so you can configure an ip address on it)
(config)interface vlan [#] (create and SVI, or switched virtual interface)
Create a bridge group for non supported protocols
(config)bridge-group [#]
(config)int vlan [#]
(config-int)bridge-group [#]
No comments:
Post a Comment