From: Brian Dennis (bdennis@internetworkexpert.com)
Date: Fri Dec 02 2005 - 19:37:04 GMT-3
Exit out of the TCL shell before using the set command. The set command
is being interrupted by the TCL shell and not as an IOS command.
Router(config)#policy-map CISCO
Router(config-pmap)#class CISCO
Router(config-pmap-c)#set ip precedence 3
Router(config-pmap-c)#^Z
Router#tclsh <-- Started the TCL shell
Router(tcl)#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#policy-map CISCO
Router(config-pmap)#class CISCO
Router(config-pmap-c)#set ip precedence 3
wrong # args: should be "set varName ?newValue?"
Router(config-pmap-c)#
Router(config-pmap-c)#do tclquit
Router(config-pmap-c)#set ip precedence 3
Router(config-pmap-c)#
Brian Dennis, CCIE #2210 (R&S/ISP-Dial/Security)
bdennis@internetworkexpert.com
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987
Direct: 775-745-6404 (Outside the US and Canada)
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Venkataramanaiah.R
Sent: Friday, December 02, 2005 2:03 PM
To: Cisco certification
Subject: Set precedence.. error
I am unable to configure precedence under classmap using this IOS
c2600XM-a3jk9s-mz.122-15.T17.bin. See error below,
Does anyone seen this as well? I want to make sure this is an IOS
issue, before i change the OS.
or is it a Feature set issue/...?
R2(config-pmap-c)#set ip precedence 3
wrong # args: should be "set varName ?newValue?"
-Venkat
This archive was generated by hypermail 2.1.4 : Mon Jan 09 2006 - 07:07:50 GMT-3