Team 2 Summay Module 1-4
Team 2 Summay Module 1-4
Team 2 Summay Module 1-4
Group members
• Yeng Visal
• Sor Sophanarith
• Sot Sochetra
• Reth SereyPiseth
Module 1: Basic Device Configuration
• There a four filtering parameters that can be configured after the pipe( | ) which is section,
include , exclude, begin.
Module 2: Switching Concepts
• The two-term associate with frames entering and leaving an interface is:
1. Ingress: This is used to describe the port where a frame enters the devices.
2. Egress: This is used to describe the port that frames will use when leaving the devices.
• The switch forward is based on ingress and destination MAC address, and it use destination
MAC address to determine egress interface.
• A switch builds MAC or CAM table by recording the MAC address into a table along with the
port it received.
• The switch uses 2 steps to process frame when it gets to the switch.
Step 1: Learn: Examine Source MAC address.
- Add the source MAC if not in MAC table.
- Resets the time out setting back to 5mn if source on table.
Step 2: Forward: Examine Destination MAC address.
- If the destination MAC address exits in table, it will forward to specific port.
- If the destination MAC address is not on the table, it will send a broadcast message to
know the port where it should be sent.
• Switch uses software ASICs to make very quick forward decisions.
• The method the L2 switch use to make forwarding decision are:
Store and forward switching: make forward decision when the entire frame Is received and
check the frame error using CRC if there no problem it will send it.
Cut thorough switching: begin forwarding process after Destination MAC address of
incoming frame and the egress port have been determined and does not check if the frame
have any error or not.
• Collision domain: is the network segment that shares the same bandwidth between devices.
• Collision occurs when two or more device within collision domain try to communicate in the
same time.
• A broadcast domain extends across all L1 or L2 devices on a LAN. Only a L3 devices (Router)
will break broadcast domain also called a MAC broadcast domain.
• The feature of switch that alleviate congestion are as followed:
Fast port speed: may have up to 100Gps port speed.
Fast Internal Switching: use fast internal bus or shared memory to improve performance.
Large frame buffers: allow for temporary storage while processing large quantities of frames.
High Port Density: provides many ports for devices to be connected to LAN with less cost.
This also provides for more local traffic with less congestion.
Module 3: VLANs
• Use the show dtp command to determine the current DTP mode.
• DTP configuration options are as follows:
Module 4: Inter-VLAN Routing
• Inter-VLAN routing is the process of forwarding network traffic from one VLAN to another
VLAN.
• There are 3 types of inter-VLAN routing:
- Legacy inter-VLAN routing is the old method (doesn’t scale well).
- Router-on-a-stick: for small to medium network.
- Layer 3 switch using (SVIs): for medium or big network (it scales very well).
• Legacy inter-VLAN routing: Multiple router interface and used connecting to a switch port in
difference VLANs.
• Router-on-a-stick requires only one physical Ethernet interface to router traffic between
multiple-VLANs.
• Layer 3 switch using (SVIs): route traffic between different VLAN on layer 3 switch.
• Routing configuration on layer 3 switch:
Step1: create VLAN and assign port.
Step2: enable IP Routing by using command ip routing.
Step3: assign IP add to SVIs for each VLAN (IP add that assigned to VLAN use as default-
gateway).
Step4: verify Routing configuration (show ip route).
Step5: Verify connectivity (ping).
• Troubleshoot Inter-VLAN Routing:
Missing VLAN: It can happen because of:
1. Wasn’t created.
2. Was deleted.
3. Not allowed on trunk
Switching trunk port issues:
1. Verify by command (show interface trunk, show running-config interface
[interface ID])
Switch Access issues
1. Use command show vlan brief, show interface X switchport or show running-
config interface X command to verify the interface VLAN assignment.