Hi Joseph, I have made the change but I'm still having problems. I get the following message: %HA_EM-3-FMPD_UNKNOWN_ENV: fh_parse_var: could not find environment variable: _track_state Also, it creates the applet RE_SHUT_FA0 but I would expect it to be removed after applet has run. It remains in the running config. Please add explanation of any changes as I'm an EEM beginner and I'd like to understand the config. Thanks Andrew
... View more
Hi, I have confiugred EEM to track an IP SLA and shut interface Fa0 if it fails. Then, at 23:00 each day (least disruptive to user traffic) open the Fa0 interface again. I've got this part working fine except I want it to shut the interface down again if the interface remains down once it has been reopened. At the moment, I don't think it's working because the track doesn't change state from up to down and therefore stays down. Any ideas how to get this working (I'm new to EEM). Thanks Andrew Config: track 100 rtr 99 reachability delay down 5 up 5 ! ! ip sla 99 icmp-echo 10.51.145.3 source-interface fa0 frequency 10 ip sla schedule 99 life forever start-time now ! ! event manager applet SHUT_FA0 event track 100 state down action 0 cli command "enable" action 1 cli command "conf t" action 2 cli command "interface fa0" action 3 cli command "shut" action 4 cli command "end" ! event manager applet NO_SHUT_FA0 event timer cron cron-entry "00 23 * * 0-6" action 0 cli command "enable" action 1 cli command "conf t" action 2 cli command "interface fa0" action 3 cli command "no shut" action 4 cli command "end" !
... View more
Hi, NAT overload would change the source of the packets. I'm trying to get the users (10.0.0.0/24) to target 192.168.1.1 and this be changed to 172.16.1.1 by nat or any other means. This is because the users already have 172.16.1.1 on their network, hence the ip address conflict. Hope this clarifies it a little. Thanks Andrew
... View more
Hi, Due to ip address confliction issues I am trying to change the destination address of traffic hitting my router when sourced from a 3rd party router. So, if traffic sourced from 10.0.0.0/24 from 3rd party router targets a loopback on my router, lets say Lo1 - 192.168.1.1/32 can I then modify the destination to 172.16.1.1 and then forward the traffic further into my network where the server on 172.16.1.1 lives. If it's possible to nat the source to 192.168.1.1 also that would be great. I am using 1800 routers and statics for the routing. Is this possible? This is very roughly the setup (missing the /30 networks between the routers) 10.0.0.0/24 <-->Lo1 (192.168.1.1/32) <--> Server 172.16.1.1 Thanks Andrew
... View more