Răsfoiți Sursa

Add ASR and Ansible notes

Håvard O. Nordstrand 4 ani în urmă
părinte
comite
1d7aaf6c6c

+ 16 - 0
config/automation/ansible-general.md

@@ -0,0 +1,16 @@
+---
+title: Ansible General
+breadcrumbs:
+- title: Configuration
+- title: Automation
+---
+{% include header.md %}
+
+### Related Pages
+{:.no_toc}
+
+- [Ansible Network](../ansible-network/)
+
+**TODO**
+
+{% include footer.md %}

+ 26 - 0
config/automation/ansible-network.md

@@ -0,0 +1,26 @@
+---
+title: Ansible Networking
+breadcrumbs:
+- title: Configuration
+- title: Automation
+---
+{% include header.md %}
+
+### Related Pages
+{:.no_toc}
+
+- [Ansible General](../ansible-general/)
+
+## Resources
+
+### General
+
+- [Ansible network platform options](https://docs.ansible.com/ansible/latest/network/user_guide/platform_index.html)
+- [Ansible cli_config module](https://docs.ansible.com/ansible/latest/modules/cli_config_module.html)
+
+### Cisco
+
+- [Ansible IOS platform options](https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html)
+- [Ansible ios_config module](https://docs.ansible.com/ansible/latest/modules/ios_config_module.html)
+
+{% include footer.md %}

+ 12 - 2
config/network/cisco-asr.md

@@ -1,5 +1,5 @@
 ---
-title: Cisco ASR
+title: Cisco ASR Series
 breadcrumbs:
 - title: Configuration
 - title: Network
@@ -14,9 +14,19 @@ Hardware and special configuration for Cisco ASRs (aggregation services routers)
 - [Cisco IOS General](../cisco-ios-general/)
 - [Cisco IOS Routers](../cisco-ios-routers/)
 
+## General
+
+- The ASR series runs IOS-XE, a more modern and less monolithic version of IOS running on top of Linux. The commands and configurations are mostly the same, but with some significant changes.
+
 ## Cisco ASR 920
 
-Runs IOS-XE.
+### Safe Shutdown
+
+This is the recommended way to shut the device down, instead of just pulling the power. It allows the system to clean up file systems and such.
+
+1. Issue the `reload` command in privileged exec mode and confirm.
+1. Wait for the system bootstrap messages.
+1. Remove power.
 
 ### Serial
 

+ 5 - 0
index.md

@@ -71,6 +71,11 @@ Random collection of config notes and miscellaneous theory. Technically not a wi
 
 - [APC PDUs](config/power/apc-pdus/)
 
+### Automation
+
+- [Ansible General](config/automation/ansible-general/)
+- [Ansible Network](config/automation/ansible-network/)
+
 ## Information Technology
 
 ### Networking