Wednesday 1 April 2015

Configuring Cisco Router on a stick

ROUTER ON A STICK

Objective; Configure a Router to traffic between 2 different VLANS using 802.1Q encapsulation

Tasks;
  1. Create VLAN 10 and VLAN 20 on SW1
  2. Configure R1 with IP address of 10.1.1.100/24
  3. Configure R2 with IP address of 20.1.1.100/24
  4. Assign Ethernet  port 1/1 on SW1 as VLAN 10
  5. Assign Ethernet port 1/2 on SW1 as VLAN 20
  6. Configure Ethernet Interface 1/3 as an 802.1q TRUNK
  7. Configure  Sub-interface E0/0.10 on R3
  8. Configure 802.1 Encapsulation under the Sub-interface E0/0.1
  9. Assign IP address 10.1.1.1/24 to Sub-interface 0/0.1
  10. Configure 802.1 Encapsulation under the Sub-interface E0/0.20
  11. Assign IP address 20.1.1.1/24 to Sub-interface 0/0.20
  12. Configure Static Route on R1 to reach R2
  13. Configure Static Route on R2 to Reach R1



SOLUTION;









No comments:

Post a Comment