1 | ########################################################################### |
---|
2 | NSRC Lab Ð Instructions for accessing equipment remotely |
---|
3 | ########################################################################### |
---|
4 | |
---|
5 | All 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 | |
---|
7 | |
---|
8 | Device/Console Names Mapping: |
---|
9 | |
---|
10 | Group 1 Group 2 |
---|
11 | -------------- -------------- |
---|
12 | R11 Ð Router3 R21 Ð Router6 |
---|
13 | R12 Ð Router4 R22 Ð Router7 |
---|
14 | R13 Ð Router5 R23 Ð Router8 |
---|
15 | BB11 Ð Switch4 BB21 Ð Switch8 |
---|
16 | BB12 Ð Switch5 BB22 Ð Switch9 |
---|
17 | SW11 Ð Switch6 SW21 Ð Switch10 |
---|
18 | SW12 Ð Switch3 SW22 Ð Switch7 |
---|
19 | C1 - nsrclab-client1 C2 - nsrclab-client2 |
---|
20 | C6 - nsrclab-client6 C7 - nsrclab-client7 |
---|
21 | |
---|
22 | Group3 Group4 |
---|
23 | -------------- -------------- |
---|
24 | R31 Ð Router9 R41 Ð Router12 |
---|
25 | R32 Ð Router10 R42 Ð Router13 |
---|
26 | R33 Ð Router11 R43 - Router14 |
---|
27 | BB31 Ð Switch12 BB41 Ð Switch16 |
---|
28 | BB32 Ð Switch13 BB42 Ð Switch17 |
---|
29 | SW31 Ð Switch14 SW41 Ð Switch18 |
---|
30 | SW32 Ð Switch11 SW42 Ð Switch15 |
---|
31 | C3 - nsrclab-client3 C4 - nsrclab-client4 |
---|
32 | C8 - nsrclab-client8 C9 - nsrclab-client9 |
---|
33 | |
---|
34 | Group5 ISP |
---|
35 | --------------- -------------------------- |
---|
36 | R51 - Router15 SPSW1 - Switch1, VLAN 254 |
---|
37 | R52 - Router16 SPR1 - Router1 |
---|
38 | R53 - Router17 |
---|
39 | BB51 Ð Switch20 IXP |
---|
40 | BB52 Ð Switch21 --------------------------- |
---|
41 | SW51 Ð Switch22 XPSW1 - Switch1, VLAN 255 |
---|
42 | SW52 Ð Switch19 XPR1 - Router2 |
---|
43 | C5 - nsrclab-client5 |
---|
44 | C10 - nsrclab-client10 |
---|
45 | |
---|
46 | |
---|
47 | Use the topology diagram and the device/console name reference to identify your devices and ssh to the terminal server. |
---|
48 | |
---|
49 | If using Putty on Windows: |
---|
50 | |
---|
51 | 1. In the `Host Name' box, enter nsrclab-console1-gw.uoregon.edu |
---|
52 | 2. In `Connection type', select "SSH" |
---|
53 | 3. Press the `Open' button, and type the username as: |
---|
54 | |
---|
55 | nsrc:switch1 |
---|
56 | nsrc:router3 |
---|
57 | etc. |
---|
58 | |
---|
59 | From a Linux shell: |
---|
60 | |
---|
61 | ssh nsrc:switch4@nsrclab-console1-gw.uoregon.edu |
---|
62 | |
---|
63 | ssh nsrc:router3@nsrclab-console1-gw.uoregon.edu |
---|
64 | |
---|
65 | |
---|
66 | Your instructor will provide the passwords. |
---|
67 | |
---|
68 | Access to the Linux workstations is via SSH, for example: |
---|
69 | |
---|
70 | ssh nsrc@nsrclab-client1.uoregon.edu |
---|
71 | |
---|
72 | |
---|