01-01-2023 04:43 AM
how do i fix this problem
R1(config)#do sh parser view
Current view is 'root'
R1(config)#parser view SNR-ADMIN superview
^
% Invalid input detected at '^' marker
Solved! Go to Solution.
01-02-2023 02:45 AM - edited 01-02-2023 04:19 AM
I also run small lab and success in add superview to root.
@gard can I know what is your platform and what is IOS ver. ?
12.3(11)T This command was introduced. <<- this command is add
do
R1(config)#parser view SNR-ADMIN ?
superview <<- do you see keyword ??
01-01-2023 04:45 AM
can I see parser view config?
01-02-2023 12:01 AM
the current view is in root
R1#enable view
Password:
R1#%PARSER-6-VIEW_SWITCH: successfully set to view 'root'.
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#parser view MANAGER
R1(config-view)#%PARSER-6-VIEW_CREATED: view 'MANAGER' successfully created.
R1(config-view)#SECRET CISCO123
R1(config-view)#command exec include ping
R1(config-view)#exit
R1(config)#parser view TECHNICIAN
R1(config-view)#%PARSER-6-VIEW_CREATED: view 'TECHNICIAN' successfully created.
R1(config-view)#SECRET SNAP
R1(config-view)#command exec include show ip
R1(config-view)#exit
R1(config)#parser view
% Incomplete command.
R1(config)#DO SH PARSER VIEW
Current view is 'root'
R1(config)#parser view SNR-ADMIN superview
^
% Invalid input detected at '^' marker.
R1(config)#
01-02-2023 01:24 AM
Hello,
odd. I cannot replicate the error (using the same commands you are using). What does your AAA look like, something like this ?
aaa new-model
!
aaa authentication login default local
aaa authorization exec default local
Post the full running configuration of the router, maybe we can spot something...
01-03-2023 11:45 PM
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#aaa new-model
Router(config)#
01-02-2023 02:16 AM - edited 01-02-2023 02:51 AM
01-02-2023 02:29 AM
@MHM Cisco World Interesting. Can you post the command sequence you have used to get this error ? And the command sequence to NOT get this error (and subsequently being able to create a superview ? Are you saying you do NOT have to be in root view to create the superview ?
01-02-2023 02:45 AM - edited 01-02-2023 04:19 AM
I also run small lab and success in add superview to root.
@gard can I know what is your platform and what is IOS ver. ?
12.3(11)T This command was introduced. <<- this command is add
do
R1(config)#parser view SNR-ADMIN ?
superview <<- do you see keyword ??
01-02-2023 03:05 AM
This is the working command sequence I used (which coincides with OP's sequence). Which one did you use to replicate the error ?
Router#enable view
Password:
Router#show parser view
Current view is 'root'
Router#conf t
Router(config)#parser view SUPER superview
01-03-2023 11:41 PM
01-04-2023 12:02 AM
sorry about that the version of cisco packet tracer, I'm kind off practicing, the version is
Router(config)#do sh version
Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 23-Feb-11 14:19 by pt_team
01-04-2023 01:17 AM
Hello,
you are using a 1941 router in Cisco Packet Tracer. You are running into one of the limitations of Packet Tracer. It does not have full-featured IOS versions, but rather a small subset of available commands. Superviews are simply not available in Packet Tracer. It would definitely work as intended on a 'real' router.
01-04-2023 01:32 AM
Yes as @Georg Pauwen this pkt limition.
You can use gns3 instead this command is available.
01-04-2023 11:43 PM
Hello,
just out of curiosity, how did you get this to work in Packet Tracer (add a superview), as I could not get that option ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide