| 110 | === Testing your switch stack === |
| 111 | |
| 112 | On boss, run '''wap snmpit -l -l''' to list all vlans. For example, your output should look something like this (right now there might be some MIB warnings): |
| 113 | |
| 114 | {{{ |
| 115 | |
| 116 | [jhickey@boss ~]$ wap snmpit -l -l |
| 117 | VLAN Project/Experiment VName Members |
| 118 | -------------------------------------------------------------------------------- |
| 119 | CONTROLH CONTROLHW hp1.1/3 hp1.1/4 hp1.1/5 |
| 120 | CONTROL CONTROL hp1.1/3 hp1.1/6 hp1.1/7 hp1.1/8 hp1.1/9 |
| 121 | hp1.1/10 hp1.1/11 hp1.1/12 |
| 122 | INTERNET INTERNET hp1.1/1 hp1.1/2 hp1.1/3 |
| 123 | BOSS BOSS hp1.1/3 |
| 124 | [jhickey@boss ~]$ |
| 125 | }}} |
| 126 | |