Add ha_release

This commit is contained in:
Fabian Affolter 2016-11-11 15:43:28 +01:00
parent 6c676dbefe
commit 5905663f1c
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: cisco.png logo: cisco.png
ha_category: Presence Detection ha_category: Presence Detection
ha_release: 0.33
--- ---
This is a presence detection scanner for [Cisco](http://www.cisco.com) IOS devices. This is a presence detection scanner for [Cisco](http://www.cisco.com) IOS devices.
@ -17,7 +18,7 @@ This is a presence detection scanner for [Cisco](http://www.cisco.com) IOS devic
This device tracker needs SSH to be enabled on the router. This device tracker needs SSH to be enabled on the router.
</p> </p>
Before using this scanner it is recommended that you lower the arp cache timeout on your router, as Cisco IOS normally comes with a 4 hour default arp cache timeout. Before using this scanner it is recommended that you lower the ARP cache timeout on your router, as Cisco IOS normally comes with a 4 hour default ARP cache timeout.
For example, the following commands will lower the timeout to 2 minutes on Vlan1: For example, the following commands will lower the timeout to 2 minutes on Vlan1:
@ -42,7 +43,7 @@ copy running-config startup-config
``` ```
<p class='note warning'> <p class='note warning'>
If you have a very large number of devices on your VLan (+1000), then you may want to adjust the arp cache timeout to suit your needs. See [this discussion](https://supportforums.cisco.com/discussion/10169296/arp-timeout) to learn more. If you have a very large number of devices on your VLan (+1000), then you may want to adjust the ARP cache timeout to suit your needs. See [this discussion](https://supportforums.cisco.com/discussion/10169296/arp-timeout) to learn more.
</p> </p>
To use this device tracker in your installation, add the following to your `configuration.yaml` file: To use this device tracker in your installation, add the following to your `configuration.yaml` file:
@ -50,10 +51,10 @@ To use this device tracker in your installation, add the following to your `conf
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
device_tracker: device_tracker:
platform: cisco_ios - platform: cisco_ios
host: ROUTER_IP_ADDRESS host: ROUTER_IP_ADDRESS
username: YOUR_ADMIN_USERNAME username: YOUR_ADMIN_USERNAME
password: YOUR_ADMIN_PASSWORD password: YOUR_ADMIN_PASSWORD
``` ```
Configuration variables: Configuration variables:
@ -65,4 +66,3 @@ Configuration variables:
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked. See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.