Tutorial #3
Tutorial #3
CSE 2103
Computer Networks and
Data Communications I
Tutorials
Timothy Velloza/Devindra
Kashrinandan
Topic in Focus
Section I
Switching Terms
5
Switching Terms: ARP
Benefits of VLANs:
▸ Greatly enhance network security if
implemented correctly.
▸ Increase the number of broadcast domains
while decreasing their size.
▸ Network adds, moves, and changes are
achieved with ease by just configuring a port
into the appropriate VLAN.
18
Switching Terms: Access Ports
Section II
Exercise
21
Simulation #1: ARP
22
Commands to view ARP entries
1. “configure terminal”
2. “interface [interface-id]”
3. “switchport mode access”
Verification Command
1. “configure terminal”
2. “interface [interface-ID]”
3. “switchport trunk native vlan 1”
4. “switchport trunk allowed vlan all”
5. “switchport mode trunk”
Verification Command
6. Show interface switchport
7. Show interface trunk
30
Simulation #3 (Solution Commands)-
Switch0
1. “configure terminal”
2. “vlan [vlan-number]”
Verification Command
3. “Show vlan brief”
35
Simulation #4 (Solution Commands)-
Switch0
1. “configure terminal”
2. “interface [interface-id]”
3. “switchport mode access”
4. “switchport access vlan [vlan-number]”
Verification Command
5. “Show vlan brief”
38
Simulation #4 (Solution Commands)-
Switch0
END
40
Section III
Questions