Agenda: nsrc-lab-access-instructions.txt

File nsrc-lab-access-instructions.txt, 1.5 KB (added by admin, 7 years ago)
Line 
1###########################################################################
2NSRC Lab Ð Instructions for accessing equipment remotely
3###########################################################################
4
5All network equipment in the remote lab will be managed using their serial console ports. Access to the consoles is available via a terminal server using secure shell (ssh).
6
7Use the topology diagram and the following list to identify your devices and ssh to the terminal server.
8
9Group 1:
10    Routers      : R11, R12, R13
11    Switches     : BB11, BB12, SW11, SW12
12    Workstations : ws1, ws6
13
14Group 2:
15    Routers      : R21, R22, R23
16    Switches     : BB21, BB22, SW21, SW22
17    Workstations : ws2, ws7
18
19Group 3:
20    Routers      : R31, R32, R33
21    Switches     : BB31, BB32, SW31, SW32
22    Workstations : ws3, ws8
23
24Group 4:
25    Routers      : R41, R42, R43
26    Switches     : BB41, BB42, SW41, SW42
27    Workstations : ws4, ws9
28
29Group 5:
30    Routers      : R51, R52, R53
31    Switches     : BB51, BB52, SW51, SW52
32    Workstations : ws5, ws10
33
34
35If using Putty on Windows:
36
37        1. In the `Host Name' box, enter con.lab.nsrc.org
38        2. In `Connection type', select "SSH"
39        3. Press the `Open' button, and type the username as:
40
41        nsrc:R11
42        nsrc:R12
43        etc.
44
45From a Linux shell:
46
47        ssh nsrc:R11@con.lab.nsrc.org
48
49        ssh nsrc:R12@con.lab.nsrc.org
50
51
52Your instructor will provide the passwords.
53
54Access to the Linux workstations is via SSH, for example:
55
56        ssh nsrc@ws1.lab.nsrc.org
57
58