Link to home
Start Free TrialLog in
Avatar of eehabsuliman
eehabsuliman

asked on

archive command

i configured a 3750 switch to send the logs to a syslog server and enable to send any command entered on config mode with the following configuration:

switch#conf t
switch(config)#archive
switch(config-archive)#log config
switch(config-archive-log-cfg)#logging enable    
switch(config-archive-log-cfg)#notify syslog

With this configuration when i any command it appears on his log as the following message:
witch(config)#int vlan 10
switch(config-if)#
4d08h: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:interface vlan 10
4d08h: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to down
switch(config-if)#exit
4d08h: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:exit
switch(config)#no vlan 10
4d08h: %PARSER-5-CFGLOG_LOGGEDCMD: User:console  logged command:no  vlan 10
switch(config)#

i need to configure the same on a Cat6500 and this does not have ARCHIVE command.

What is the configuration needed for a Cat6500 to enable this feature.
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

What version IOS are you running on the 6500? The archive command didn't come out until late 12.2 code.
Avatar of eehabsuliman
eehabsuliman

ASKER

thanks alot..i ll upgarde code.
The following is the IOS image the customer is running on his switch in the 6500.
 
s72033-advipservicesk9_wan-mz.122-18.sxf.bin

any other thoughts?
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks a million