Skip to content

Latest commit

 

History

History
82 lines (50 loc) · 2.26 KB

labs-pods.md

File metadata and controls

82 lines (50 loc) · 2.26 KB

Labs & Pods

The lab network we will be working with looks like the diagram below. DEVWKS-2008 Network Diagram

  1. Use this table to determine what Pod you have been assigned.
  2. NOTE: Please do NOT use Pod 12 !!! Things will break, lab will fail! You've been warned!

    Workstation # Pod FQDN
    Workstation #1 pod01-xelab.cisco.com
    Workstation #2 pod02-xelab.cisco.com
    Workstation #3 pod03-xelab.cisco.com
    Workstation #4 pod04-xelab.cisco.com
    Workstation #5 pod05-xelab.cisco.com
    Workstation #6 pod06-xelab.cisco.com
    Workstation #7 pod07-xelab.cisco.com
    Workstation #8 pod08-xelab.cisco.com
    Workstation #9 pod09-xelab.cisco.com
    Workstation #10 pod10-xelab.cisco.com
    Workstation #11 pod11-xelab.cisco.com
    Workstation #12 pod13-xelab.cisco.com
  3. Open 3 Terminal sessions on your workstation.
  4. Fresh Lab Workstation

  5. SSH to your Pod three (3) times, ADJUST the command below for your Pod ##!
  6. ssh -p 3389 -l ciscolive podXX-xelab.cisco.com

    SSH Username & Password for the Pod & the Cat9300 switches are all the same.
    User: ciscolive
    Password: ciscolive123

  7. The first SSH session will be used for managing Ansible and the files.
  8. We will need to change directories to the CLUS folder for this lab.
    cd clus2023-devwks-2008

  9. The second SSH session will be a jump box for you to get to the first Cat9300 switch.
  10. SSH Username & Password for the Pod & the Cat9300 switches are all the same.
    User: ciscolive
    Password: ciscolive123

    ssh 10.1.1.5

  11. The third SSH session will be a jump box for you to get to the second Cat9300 switch.
  12. ssh 10.1.1.55

    I arrange my SSH sessions like this for best viewing. Adjust them for your own preferences.

    3 SSH Sessiosn on Lab Workstation

Click here to move on to the next section. Harden Services