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.
I just install the module (C3KX-NM-10GT) into switch 3750, but it doesn't work. I could not see any light at front panel when I connect an Ethernet cable to its port. Do I need type a command to active it in switch3750 ?
Thanks for help!
I deploied the script at switch 3750 : event manager applet portdown event syslog pattern "Interface GigabitEthernet1/0/24, changed state to down" action 1.0 mail server "relay.xxx.com" to "[email protected]" from "[email protected]" subject "Q-Matic PortDown" b...
I am going to use management Ip address of each switch as the backup name. But sounds it never work. The tclsh part is functional work, but it can not work with Korn. kron policy-list TEST cli tclsh set result [exec sh ip int brief | inc Vlan] ...
for example :Using EEM script to capture "vlan 444" under each of Gigabit interface of Switch 3750 , then change it to "vlan 888" Source :!interface TenGigabitEthernet1/1/1Holdtime : 120 sec switchport access vlan 444!interface GigabitEthernet1/0/3 ...
I tried to disable QOS function to a port of switch 3750 by following commands, then tried to clear its counter(config)#int g3/0/24 no mls qos#clear mls qos interface g3/0/24 statistics#clear counters g3/0/24 But it doesn't work , ...
Actually I have two, I sparately intalled them into 2 x 3750 switches, but same result.
WS-C3750X-24P-S with c3750e-universalk9-mz.150-1.SE3.bin
WS-C3750X-24P-L with c3750e-universalk9-mz.152-3.SE.bin
the debug is as following : 000121: Jun 5 15:57:51 EDT: Major 1, Minor 0000122: Jun 5 15:57:51 EDT: Timer Event TEST000123: Jun 5 15:57:51 EDT: Kron delay for next TEST 60000000124: Jun 5 15:57:51 EDT: Call parse_cmd 'tclsh set result [exec sh ip...
Yes, I updated the regular expression by adding an extra "up", it works. But I still can not send an email with the hostname or switch's ip address. I tried to add action 170 and 180, but doesn't work. event manager applet vlan444event cli pat...
Hi Joseph, After corrected the regular expression, it works!! Appreciate your help!! If I just want to change all "connected" or "UP" status interface from vlan 444 to vlan 888, leave all ”down“ interface alone(no change),what should I do? And on...
Except below action 050, I just sightly change the regexp , so as let it just filter out G1/0/1-24 , but not G1/1/1-4, I fully copy of your EEM, but it doesn't work. vlan 444 is still vlan 444 in each of interface. Since I applied this EEM t...