From 33b8369652cc408e14499a3f922cad625f107def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 8 Apr 2022 15:21:17 +0200 Subject: [PATCH] Add documentation on CISCO CLI. --- 1/PAR/notes/pt-docs.md | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 1/PAR/notes/pt-docs.md diff --git a/1/PAR/notes/pt-docs.md b/1/PAR/notes/pt-docs.md new file mode 100644 index 0000000..4121558 --- /dev/null +++ b/1/PAR/notes/pt-docs.md @@ -0,0 +1,57 @@ +# PacketTracer Docs (Documentación PT) + +## Configuración Propio Switch/Router + +### Hostname + +``` +hostname +``` + +### Contraseña + +``` +enable secret +username privilege 1 password 0 +``` + +## VLANs + +``` +vlan +name +``` + +### Enlaces de Acceso + +``` +# para una sola interfaz +int +# para un rango de interfaces +int - +switchport access vlan +``` + +### Enlaces Troncales + +``` +int +switchport mode trunk +``` + +### Asignar IP a VLAN + +``` +int vlan + +``` + +## DHCP + +``` +ip dhcp pool +network +default-router +dns-server +ip dhcp excluded-address +```