Difference between revisions of "NDPF Dell switch config"

From PDP/Grid Wiki
Jump to navigationJump to search
m
 
m
Line 4: Line 4:
  
 
   enable
 
   enable
   conf
+
 
 +
(and provide password when asked for)
 +
 
 +
Then, enable the <tt>portfast</tt> feature on all ethernet interfaces
 +
 
 +
   configure
 
   int range ethe all
 
   int range ethe all
 
   spanning-tree portfast
 
   spanning-tree portfast
  
en klaar
+
now you are ready to connect nodes to the switch and use DHCP to install these nodes.
 +
If you do not enable portfast, the DHCP timeout is shorter than the STP negotiation and thus DHCP will fail.

Revision as of 17:31, 13 November 2006

Setting up the Dell 5x24 switch

connect a serial cable (9600 8N1) and login to the box

 enable

(and provide password when asked for)

Then, enable the portfast feature on all ethernet interfaces

 configure
 int range ethe all
 spanning-tree portfast

now you are ready to connect nodes to the switch and use DHCP to install these nodes. If you do not enable portfast, the DHCP timeout is shorter than the STP negotiation and thus DHCP will fail.