cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2003
Views
30
Helpful
13
Replies

configuring a superview

gard
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

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 ??

View solution in original post

13 Replies 13

can I see parser view config? 

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)#

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...

Router>en

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#aaa new-model

Router(config)#

@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 ?

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 ??

@MHM Cisco World 

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

the cisco  IOS version i am using is 8.1.1.0022

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

 

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.

Yes as @Georg Pauwen this pkt limition.

You can use gns3 instead this command is available.

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 ?