Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all, I have about two hundred services that I would like to remove using a script. Unfortunately to remove the service you need to confirm it typing Y in console:--CSS-(config)# no service service1Delete service <service1>, [y/n]:yCSS(config)#-- ...
Hi, it's clear to me how to upload, rewrite or execute the script on CSS.copy ftp myaccount disable-sticky.txt script disable-stickyscript play disable-stickybut, I could not find out how to delete the script from CSS script directory.Regards,Vladim...
Hi all,I would like to know what is decimal equvalent for ICMP type ttl-exceeded?Some of them I could use as:0 - for echo-reply8 - for echo11 - for time-exceededI know that I can use syntax as:permit icmp any any ttl-exceededbut I would like to know ...
Hi,I'm trying to configure kerberos authentication for local users on Cisco. KDC is running under Windows 2003, but I got folowing error from debugging:AAA/BIND(000002D4): Bind i/fAAA/AUTHEN/LOGIN (000002D4): Pick method list 'default'Kerberos: All d...
Thanks for quick answer!, Does it mean than that:permit icmp any any ttl-exceededwill allow only ICMP packets type 11 with code O andpermit icmp any any time-exceeded will allow all ICMP type 11 with code 0 or 1?Am I correct?I have found a way how to...
Hi,Just a local cisco user that should has access to router and run some set of show commands.The same username is active in AD.With radius it's working but swithing to kerberos is making this problem above.Regards,Vladimir
Thanks a lot for a quick answer. However, I am still confused how to solve this problem between Cisco and Windows AD. I would like to use Kerberos to authenticate local Cisco users instead of radius authentication.Under Windows 2003, I have created t...