Skip to content

Commit bbb5764

Browse files
krishna426426hpreston
authored andcommitted
updated README (CiscoDevNet#9)
* Updated README * updated README
1 parent 5fa25b6 commit bbb5764

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

PortFlap_email_alert/README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1-
# port_flap_email_alert script will send an email alert if an interface is flapping
1+
# port_flap_email_alert script will send an email alert if an interface is flapping
22

33
If an interface has flapped 5 times in last 5 minutes this script will shutdown that interface. You can change the flapping count to whatever you want. Then the script will wait for 5 mins and enable the shutdown interface. If that interface still flapping at least once script will shutdown the interface and will send an email alert.
44

5+
## requirements
6+
7+
-- IOS-XE running >/= 16.5.1
8+
59
## Setup
610

7-
This script requires the IOS-XE guestshell feature. To enable guestshell, configure
11+
* This script requires the IOS-XE guestshell feature. To enable guestshell, configure
812

913
```
1014
iox
11-
```
15+
```
1216
13-
Then type the following in EXEC mode:
17+
* Then type the following in EXEC mode:
1418
1519
```
1620
guestshell enable
1721
```
1822
19-
Save the script port_flap_email_alert.py in guestshell.
23+
* Save the script port_flap_email_alert.py in guestshell.
2024
21-
Next, configure the EEM environment using EEM_configuration file. Embedded Event Manager (EEM) is a distributed and customized approach to event detection and recovery. EEM offers the ability to monitor events and take informational, corrective, or any desired EEM action when the monitored events occur or when a threshold is reached.
25+
* Next, configure the EEM environment using EEM_configuration file. Embedded Event Manager (EEM) is a distributed and customized approach to event detection and recovery. EEM offers the ability to monitor events and take informational, corrective, or any desired EEM action when the monitored events occur or when a threshold is reached.

0 commit comments

Comments
 (0)