|
Posted by Charles R. Anderson on August 18, 2007, 11:24 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> I've got a Nortel 460-24T PWR switch. Right now it is addressed as:
> 172.16.34.1 with a subnet of 255.255.240.0 and a GW of: 172.16.32.150
>
> I want to unaddress this switch and just use it as a basic switch,
Reset the switch back to factory defaults. At the Command Line
Interface, type:
boot default
Then you may wish to set the ports for fast spanning tree and stop the
switch from trying to acquire an address via bootp:
config terminal
ip bootp server disable
interface FastEthernet ALL
spanning-tree learning fast
exit
copy conf nvram
|