Lab 3-2 : Lab Prep

This lab uses the final file from Lab 2.1:

Add a server directly to the East-Core Switch on the Mgmt VLAN (1)

  • Give the server an IP address from the MGMT VLAN subnet

    • IP address: 10.26.10.2/24

    • Gateway: 10.26.10.1/24

  • Connect the server to the East-Core switch via Eth0/3; make sure its an access port on VLAN 1

  • Assign an ip address from your Mgmt VLAN Subnet to East Core Switch

    • VLAN 1 is disabled by default

(config)ip routing
(config)interface vlan 100 
(config-if)ip address 10.25.100.1 255.255.255.0
(config-if)no shutdown 

You should be able to ping from your server to the router and other IP's on the network.

Last updated