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 +```