tools:network_tools
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools:network_tools [2026/01/09 17:14] – aperez | tools:network_tools [2026/02/01 21:54] (current) – aperez | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ---- | ---- | ||
| ---- | ---- | ||
| + | ## NotebookLM (Asistente de Investigación de IA de Google) | ||
| + | **NotebookLM** es un asistente de investigación y aprendizaje basado en IA de Google, diseñado para ayudar a los usuarios a interactuar profundamente con sus documentos, notas y enlaces. A diferencia de los chatbots de IA tradicionales, | ||
| + | |||
| + | ### Características Clave: | ||
| + | |||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | |||
| + | ### Acceso y Uso: | ||
| + | |||
| + | * | ||
| + | * | ||
| + | * | ||
| + | |||
| + | ---- | ||
| + | ---- | ||
| + | |||
| + | ## Aprenda a Su Manera (Experimento de IA de Google) | ||
| + | |||
| + | " | ||
| + | |||
| + | ### Características Clave: | ||
| + | |||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * Mapas mentales para visualizar conceptos. | ||
| + | * | ||
| + | |||
| + | ### Acceso y Uso: | ||
| + | |||
| + | * | ||
| + | * | ||
| + | * | ||
| + | |||
| + | |||
| + | |||
| + | ---- | ||
| + | ---- | ||
| + | **[[https:// | ||
| + | |||
| + | ---- | ||
| + | ---- | ||
| ====== NetBox ====== | ====== NetBox ====== | ||
| Line 59: | Line 109: | ||
| ---- | ---- | ||
| + | ====== Network Automation Toolchain ====== | ||
| + | The following tools form the core **network automation toolchain**, | ||
| + | |||
| + | ===== Tools ===== | ||
| + | |||
| + | * **Ansible** | ||
| + | * Primary automation engine | ||
| + | * Declarative and procedural execution | ||
| + | * Ideal for configuration, | ||
| + | |||
| + | * **NetBox** | ||
| + | * Source of Truth (IPAM / DCIM) | ||
| + | * Provides inventory and *intended state* | ||
| + | * Feeds Ansible, Nornir, and IaC tools | ||
| + | |||
| + | * **NAPALM** | ||
| + | * Multi-vendor abstraction layer | ||
| + | * State retrieval and compliance validation | ||
| + | * Primarily focused on *read-only* operations | ||
| + | |||
| + | * **Netmiko** | ||
| + | * Simplified SSH library for network devices | ||
| + | * Useful for direct tasks and quick scripts | ||
| + | * Foundation for many custom automations | ||
| + | |||
| + | * **Nornir** | ||
| + | * Concurrent automation framework | ||
| + | * Ideal for large-scale validation, audits, and queries | ||
| + | * Complements Ansible (does not replace it) | ||
| + | |||
| + | * **Terraform / OpenTofu** | ||
| + | * Infrastructure as Code (IaC) | ||
| + | * **Controlled and cautious** use in networking | ||
| + | * Recommended for: | ||
| + | * Object provisioning (NetBox, cloud, base infrastructure) | ||
| + | * Not for frequent operational network changes | ||
| + | |||
| + | ===== Usage Principles ===== | ||
| + | |||
| + | * **NetBox** defines the intended state | ||
| + | * **Ansible / Nornir** execute and validate | ||
| + | * **NAPALM / Netmiko** retrieve actual state | ||
| + | * **Terraform / OpenTofu** is limited to structural provisioning | ||
| + | |||
| + | This approach reduces risk, preserves traceability, | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ---- | ||
| + | ---- | ||
| ===== OBS Studio ===== | ===== OBS Studio ===== | ||
tools/network_tools.1767978880.txt.gz · Last modified: by aperez
