0% found this document useful (0 votes)
1 views

GARAAA

The document outlines the configuration of a network switch and router, including multiple VLANs and subinterfaces with specific IP addresses. It also details DHCP settings for both IPv4 and IPv6, including excluded addresses and DNS server configurations. Additionally, it includes commands for enabling trunking on switch ports and managing user access through VTY lines.

Uploaded by

canalesmiguel582
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

GARAAA

The document outlines the configuration of a network switch and router, including multiple VLANs and subinterfaces with specific IP addresses. It also details DHCP settings for both IPv4 and IPv6, including excluded addresses and DNS server configurations. Additionally, it includes commands for enabling trunking on switch ports and managing user access through VTY lines.

Uploaded by

canalesmiguel582
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

INTERFACE f0/0

INTERFACE F0/0.10
Encapsulation DOT1Q 10
IP ADD 192.168.10.1 255.255.255.0
INTERFACE F0/0.20
Encapsulation DOT1Q 20
IP ADD 192.168.20.1 255.255.255.0
INTERFACE F0/0.30
Encapsulation DOT1Q 30
IP ADD 192.168.30.1 255.255.255.0
INTERFACE F0/0.40
Encapsulation DOT1Q 40
IP ADD 192.168.40.1 255.255.255.0
INTERFACE F0/0.50
Encapsulation DOT1Q 50
IP ADD 192.168.50.1 255.255.255.0
INTERFACE F0/0.60
Encapsulation DOT1Q 60
IP ADD 192.168.60.1 255.255.255.0
INTERFACE F0/0
NO SHUTDOWN
***********SW-PRINCIPAL********
ENABLE
CONF T
VLAN 10
NAME SOPORTE
VLAN 20
NAME IMAGEN
VLAN 30
NAME ADMINISTRACION
VLAN 40
NAME EDUCACION
VLAN 50
NAME DIRECCION
VLAN 60
NAME SERVIDORES

SHOW RUN
SHOW VLAN BRIEF
DO SHOW VLAN BRIEF
****************
ENABLE
CONF T
NO IP DOMAIN-LOOKUP
INTERFACE RANGE F0/1-8
SWITCHPORT MODE TRUNK
SWITCHPORT TRUNK ALLOWED
VLAN ALL
******************
ENABLE
CONF T
INTERFACE F0/1
SWICHPORT MODE TRUNK
SWICHPORT TRUNK ALLOWED VAN ALL

***********************************************************************************
*******
ENABLE
CONF T
INTERFACE G0/0
IP ADD 172.16.10.1 255.255.255.0
NO SHUTDOWN

IP DHCP POOL PRUEBA001


NETWORK 172.16.10.0 255.255.255.0
DEFAULT-ROUTER 172.16.10.1
DNS-SERVER 172.16.10.4
EXIT
IP DHCP EXCLUDED-ADDRESS 172.16.10.1 172.16.10.10

*****************************************
EN
PASS
LINE VTY 0 5

PASSWORD cisco
LOGIN
EXIT

ERASE STARTUP-CONFIG

**************************************************************************

ENABLE
CONF T
ipv6 unicast-routing
interface GigabitEthernet0/0
ipv6 address 2001:0DB8:0001:0001:0001:0001:000F:0001/64
no shutdown
ipv6 nd managed-config-flag

ipv6 dhcp server DHCPv6_POOL


ipv6 dhcp pool DHCPv6_POOL
address prefix 2001:0DB8:0001:0001:0001:0001:000F:0000/64
dns-server 2001:0DB8:0001:0001:0001:0001:000F:0002
domain-name example.com

enable
conf t
ipv6 unicast-ruting

You might also like