Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
rotinhell2568 wrote: » i have a cisco 2950 switch and i was wondering is there an on and off switch
rotinhell2568 wrote: » Also say i configured the port 1 to run at speed of 100 how can i delete that so i wont have to keep on turning off my switch and turning it back on?
rotinhell2568 wrote: » hey guys i have a cisco 2950 switch and i was wondering is there an on and off switch or do i have to keep plugging it and unplugging it? Also say i configured the port 1 to run at speed of 100 how can i delete that so i wont have to keep on turning off my switch and turning it back on?
rotinhell2568 wrote: » basically how do i delete my current configuration settings without turning the switch off?
default Set a command to its defaults
S2950-2#show run interface fa0/23 Building configuration... Current configuration : 44 bytes ! interface FastEthernet0/23 speed 10 end S2950-2#config t Enter configuration commands, one per line. End with CNTL/Z. S2950-2(config)#default interface fa0/23 Interface FastEthernet0/23 set to default configuration S2950-2(config)#end S2950-2#show run interface fa0/23 Building configuration... Current configuration : 34 bytes ! interface FastEthernet0/23 end S2950-2#
mikej412 wrote: » You could also use the default command
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.