undebug all и debug ip rip не работают - Проблемы -Лабораторная 5.9: Проверка RIP маршрутизации

в моём CPT 5.3.3 не удавалось ввести в консоли команды

undebug all  и debug ip rip 

(как с копипаста так и при вводе вручную)

Возможное решение

проблема была в том, что перед вводом этих команд необходимо ввести команду enable - чтобы пойти в привилегированный режим(символ решётки # должен отображаться в этом режиме после имени маршрутизатора).
После чего ввести запрашиваемый пароль (по идее вы должны были назначить его в предыдущих лабораторных).

Для подсказки выкладываю копию своей консоли - там сначала попытки выполнить команду в пользовательском режиме, а потом применяется enable:


User Access Verification

Password: 
Password: 
Password: 
% Bad passwords

Press RETURN to get started!

User Access Verification

Password: 

2600A>^Z
2600A>debug ip rip
            ^
% Invalid input detected at '^' marker.
	
2600A>debug  rip
             ^
% Invalid input detected at '^' marker.
	
2600A>debug
Translating "debug"...domain server (0.0.0.0)
% Unknown command or computer name, or unable to find computer address

2600A>debug  rip
             ^
% Invalid input detected at '^' marker.
	
2600A>debug ip rip
            ^
% Invalid input detected at '^' marker.
	
2600A>debug
Translating "debug"...domain server (0.0.0.0)
% Unknown command or computer name, or unable to find computer address

2600A>
2600A>enable
Password: 
2600A#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
2600A(config)#router rip
2600A(config-router)#debug rip
                       ^
% Invalid input detected at '^' marker.
	
2600A(config-router)#rip debug
                      ^
% Invalid input detected at '^' marker.
	
2600A(config-router)#undebug all
                     ^
% Invalid input detected at '^' marker.
	
2600A(config-router)#show ip protocols
                     ^
% Invalid input detected at '^' marker.
	
2600A(config-router)#exit
2600A(config)#^Z
2600A#
%SYS-5-CONFIG_I: Configured from console by console
show ip protocols
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 18 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 1, receive any version
  Interface             Send  Recv  Triggered RIP  Key-chain
  FastEthernet0/0       1     2 1   
  Serial0/0             1     2 1   
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
	172.16.0.0
Passive Interface(s):
Routing Information Sources:
	Gateway         Distance      Last Update
	172.16.20.1          120      00:00:01
Distance: (default is 120)
2600A#debug ip route
                   ^
% Invalid input detected at '^' marker.
	
2600A#^Z
2600A#
2600A#exit


2600A con0 is now available


Press RETURN to get started.


User Access Verification

Password: 

2600A>config t
             ^
% Invalid input detected at '^' marker.
	
2600A>
2600A>enable
Password: 
2600A#debug ip route
                   ^
% Invalid input detected at '^' marker.
	
2600A#debug ip rip
RIP protocol debugging is on
2600A#RIP: sending  v1 update to 255.255.255.255 via FastEthernet0/0 (172.16.40.1)
RIP: build update entries
      network 172.16.10.0 metric 2
      network 172.16.20.0 metric 1
      network 172.16.30.0 metric 2
      network 172.16.50.0 metric 3
RIP: sending  v1 update to 255.255.255.255 via Serial0/0 (172.16.20.2)
RIP: build update entries
      network 172.16.40.0 metric 1
RIP: received v1 update from 172.16.20.1 on Serial0/0
      172.16.10.0 in 1 hops
      172.16.30.0 in 1 hops
      172.16.50.0 in 2 hops
undebug rip
              ^
% Invalid input detected at '^' marker.
	
2600A#RIP: sending  v1 update to 255.255.255.255 via FastEthernet0/0 (172.16.40.1)
RIP: build update entries
      network 172.16.10.0 metric 2
      network 172.16.20.0 metric 1
      network 172.16.30.0 metric 2
      network 172.16.50.0 metric 3
RIP: sending  v1 update to 255.255.255.255 via Serial0/0 (172.16.20.2)
RIP: build update entries
      network 172.16.40.0 metric 1
RIP: received v1 update from 172.16.20.1 on Serial0/0
      172.16.10.0 in 1 hops
      172.16.30.0 in 1 hops
      172.16.50.0 in 2 hops
2600A#undebug all
All possible debugging has been turned off
2600A#
2600A#