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.
Also experience it in version 2.3.5.3:NCAV10034: Failed to deploy protocol pack update job. Error message: 'NCAV10120: Protocol Pack update failed.There seems to be some missing metadata. Please ensure there is proper connectivity with Cisco.com site...
Im trying to make a script to find connected ports in vlan 1 and reset them. It should run when in IP SLA is trickert.But can't get it to work and im not quiet the programmer.Here what I have:event manager applet SHUTDOWNevent timer countdown time 10...
Just hitting this bug CSCva92074 again on 9300 with ios 17.03.04 and 17.03.05. 000152: *Jun 23 04:49:23.347: %PLATFORM_PM-6-MODULE_ERRDISABLE: The inserted SFP module with interface name Gi1/0/16 is not supported000153: *Jun 23 04:49:23.347: %PM-4-ER...
I just upgraded to Firepower 7.0. After upgrading the FMC the first deployment took about 30min on a 4100 firepower and about 25min on a 2100 firepower.After upgrading the 2100 firepower, a standard deployment of a policy takes about 18min in total. ...
How do you set an event manager environment in an VRF, is that:event manager environment radius1 10.10.1.11 vrf 2orevent manager environment radius1 10.10.1.11event manager environment vrf 2
Of some reason, the script dont start on the 9300. When i add the script i can see this in the log:003640: Mar 20 11:13:36.242 cet: %DMI-5-SYNC_NEEDED: Switch 1 R0/0: dmiauthd: Configuration change requiring running configuration sync detected - ' ev...
is it not possible til put in a wait command in the script:action 068 foreach line "$_cli_result" "\n"action 069 regexp "(^[a-zA-Z0-9\/]+)" "$line" match portaction 070 cli command "config t"action 071 if $_regexp_result eq 1action 072 puts "port = $...
Oh, make sence.This seems to work, but not on 3560cx, they don't konw the command "show interfaces status vlan 1 | exclude notconnect|trunk" so had to exclude all known vlans, then it worked.event manager applet pingerevent timer watchdog time 60acti...