Changes between Version 13 and Version 14 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-ADM-2


Ignore:
Timestamp:
05/27/12 18:13:15 (12 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-ADM-2

    v13 v14  
    1919== Status of test ==
    2020
    21 || '''Step''' || '''State'''                || '''Date completed''' || '''Open Tickets''' || '''Closed Tickets/Comments'''                                 ||
    22 || 1A         || [[Color(orange,Blocked)]]  ||                      || [exoticket:34]     || blocked on information about bbn-hn configuration             ||
    23 || 1B         || [[Color(green,Pass)]]      || 2012-05-27           ||                    ||                                                               ||
    24 || 1C         || [[Color(green,Pass)]]      || 2012-05-27           ||                    ||                                                               ||
    25 || 2A         || [[Color(yellow,Complete)]] ||                      ||                    || retest when experiments are known to be running on the worker ||
    26 || 2B         || [[Color(orange,Blocked)]]  ||                      ||                    || blocked on retest of 2A; this is n/a if no public IPs         ||
    27 || 2C         || [[Color(green,Pass)]]      || 2012-05-27           ||                    ||                                                               ||
    28 || 3A         ||                            ||                      ||                    || ([exoticket:10]) ready to test                         ||
    29 || 3B         ||                            ||                      ||                    || ready to test                                                ||
    30 || 3C         ||                            ||                      ||                    || ready to test                                                 ||
    31 || 3D         || [[Color(orange,Blocked)]]  ||                      || [exoticket:19]     || ([exoticket:10]) blocked on serial access to switches  ||
    32 || 4A         ||                            ||                      ||                    || ([exoticket:10]) ready to test                         ||
    33 || 4B         ||                            ||                      ||                    || ready to test                                                 ||
    34 || 4C         ||                            ||                      ||                    || ready to test                                                 ||
    35 || 4D         || [[Color(orange,Blocked)]]  ||                      || [exoticket:19]     || ([exoticket:10]) blocked on serial access to switches  ||
    36 || 5          ||                            ||                      ||                    ||                                                               ||
     21|| '''Step''' || '''State'''                                || '''Date completed''' || '''Open Tickets''' || '''Closed Tickets/Comments'''                                 ||
     22|| 1A         || [[Color(orange,Blocked)]]                  ||                      || [exoticket:34]     || blocked on information about bbn-hn configuration             ||
     23|| 1B         || [[Color(green,Pass)]]                      || 2012-05-27           ||                    ||                                                               ||
     24|| 1C         || [[Color(green,Pass)]]                      || 2012-05-27           ||                    ||                                                               ||
     25|| 2A         || [[Color(yellow,Complete)]]                 ||                      ||                    || retest when experiments are known to be running on the worker ||
     26|| 2B         || [[Color(orange,Blocked)]]                  ||                      ||                    || blocked on retest of 2A; this is n/a if no public IPs         ||
     27|| 2C         || [[Color(green,Pass)]]                      || 2012-05-27           ||                    ||                                                               ||
     28|| 3A         || [[Color(green,Pass)]]                      || 2012-05-27           ||                    || ([exoticket:10]) ready to test                                ||
     29|| 3B         || [[Color(light-green,Pass: most criteria)]] || 2012-05-27           ||                    || enable mode on switch not available to site admins, but available information appears sufficient ||
     30|| 3C         ||                                            ||                      ||                    || ready to test                                                 ||
     31|| 3D         || [[Color(orange,Blocked)]]                  ||                      || [exoticket:19]     || ([exoticket:10]) blocked on serial access to switches         ||
     32|| 4A         ||                                            ||                      ||                    || ([exoticket:10]) ready to test                                ||
     33|| 4B         ||                                            ||                      ||                    || ready to test                                                 ||
     34|| 4C         ||                                            ||                      ||                    || ready to test                                                 ||
     35|| 4D         || [[Color(orange,Blocked)]]                  ||                      || [exoticket:19]     || ([exoticket:10]) blocked on serial access to switches         ||
     36|| 5          ||                                            ||                      ||                    ||                                                               ||
    3737
    3838== High-level description from test plan ==
     
    262262 * SSH login succeeds
    263263
     264==== Results of testing step 3A: 2012-05-27 ====
     265
     266Notes:
     267 * Actually testing as cgolubit for now
     268 * Actually testing from BBN internal network on the public IP (192.1.242.4)
     269
     270Login succeeds:
     271{{{
     272$ ssh cgolubit@192.1.242.4
     273Enter radius password:
     274
     275IBM Networking Operating System RackSwitch G8052.
     276
     2778052.bbn.xo>
     278}}}
     279
    264280=== Step 3B: verify privileged access to the 8052 switch ===
    265281
     
    273289 * Viewing the running configuration should succeed
    274290 * Viewing the MAC address table should succeed
     291
     292==== Results of testing step 3B: 2012-05-27 ====
     293
     294As determined in EG-ADM-1:
     295 * Enable mode does not succeed:
     296{{{
     2978052.bbn.xo>en
     298
     299Enable access using (oper) credentials restricted to admin accounts only.
     300}}}
     301 * Viewing the running-config does not succeed:
     302{{{
     3038052.bbn.xo>show running-config
     304                  ^
     305% Invalid input detected at '^' marker.
     306}}}
     307 * However viewing the mac address table does succeed:
     308{{{
     3098052.bbn.xo>show mac-address-table
     310Mac address Aging Time: 300
     311
     312Total number of FDB entries : 23
     313...
     314}}}
     315 * And viewing the interface information does succeed:
     316{{{
     3178052.bbn.xo>show interface status
     318------------------------------------------------------------------
     319Alias   Port   Speed    Duplex     Flow Ctrl      Link
     320------- ----   -----   --------  --TX-----RX--   ------
     321...
     322}}}
    275323
    276324=== Step 3C: verify absence of unencrypted login access ===