219 | | |
220 | | |
221 | | |
| 219 | === Setting port speeds (7/17) === |
| 220 | The default is autonegociation, but somehow, the nodes weren't connected at 1Gbps. So we had to set the port speeds to 1Gbps. You have to do each port, which is pretty annoying. |
| 221 | |
| 222 | {{{ |
| 223 | sw-sb09(config)# interface gi 0/13 |
| 224 | sw-sb09(config-if)# shutdown |
| 225 | !sw-sb09(config-if)# |
| 226 | 02/06 03:35:48 E3 PORT GigabitEthernet0/13 25011100 1350:000000000000 Port disabled administratively. |
| 227 | !sw-sb09(config-if)# speed auto 1000 |
| 228 | !sw-sb09(config-if)# no shutdown |
| 229 | }}} |
| 230 | |
| 231 | rinse and repeat for how-many ever ports you want, then `save` at the end. For Control, Data and Trunk the speed was set to auto/1000, and the CM ports only autonegociation was set using the `speed auto` command. |
| 232 | |
| 233 | |
| 234 | [[BR]] |
| 235 | [[BR]] |
| 236 | [[BR]] |