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

Router dhcp vlan ipv6

The document outlines the configuration steps for a router, including setting the hostname, enabling password encryption, and configuring interfaces with IPv6 addresses. It also sets up DHCPv6 pools with specific DNS servers and domain names. The configuration is saved multiple times throughout the process.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Router dhcp vlan ipv6

The document outlines the configuration steps for a router, including setting the hostname, enabling password encryption, and configuring interfaces with IPv6 addresses. It also sets up DHCPv6 pools with specific DNS servers and domain names. The configuration is saved multiple times throughout the process.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Router>en

Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hos R1
R1(config)#enable secret cisco
R1(config)#line con 0
R1(config-line)#pass class
R1(config-line)#login
R1(config-line)#exit
R1(config)#line vty 0 15
R1(config-line)#pass class
R1(config-line)#login
R1(config-line)#exit
R1(config)#line aux 0
R1(config-line)#pass class
R1(config-line)#login
R1(config-line)#exit
R1(config)#do wr
Building configuration...
[OK]

R1(config)#service password-encryption
R1(config)#ipv6 unicast-routing
R1(config)#do wr
Building configuration...
[OK]
R1(config)#int g0/0.10
R1(config-subif)#encapsulation dot1q 10
R1(config-subif)#ipv6 add 80fe:789:5e6f:3::1/64
R1(config-subif)#no shu
R1(config-subif)#exit
R1(config)#int g0/0.20
R1(config-subif)#encapsulation dot1q 20
R1(config-subif)#ipv6 add 2001:db8:85a3:4::1/64
R1(config-subif)#no shu
R1(config-subif)#exit
R1(config)#ipv6 unicast-routing
R1(config)#int g0/0
R1(config-if)#ipv6 nd other-config-flag
R1(config-if)#ipv6 nd ra suppress
R1(config-if)#no shu

R1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state


to up

%LINK-5-CHANGED: Interface GigabitEthernet0/0.10, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0.10, changed


state to up

%LINK-5-CHANGED: Interface GigabitEthernet0/0.20, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0.20, changed


state to up

R1(config-if)#exit
R1(config)#ipv6 dhcp pool SERVIDORJessy_v6
R1(config-dhcpv6)#dns-server 80fe:789:5e6f:3::2
R1(config-dhcpv6)#domain-name Prueba_Jessy.com
R1(config-dhcpv6)#exit
R1(config)#ipv6 dhcp pool SERVIDORJessy
R1(config-dhcpv6)#dns-server 2001:db8:85a3:4::2
R1(config-dhcpv6)#domain-name Prueba2.com
R1(config-dhcpv6)#exit
R1(config)#do wr
Building configuration...
[OK]
R1(config)#int g0/0.10
R1(config-subif)#ipv6 dhcp server SERVIDORJessy_v6
R1(config-subif)#ipv6 nd other-config-flag
R1(config-subif)#exit
R1(config)#int g0/0.20
R1(config-subif)#ipv6 dhcp server SERVIDORJessy
R1(config-subif)#ipv6 nd other-config-flag
R1(config-subif)#exit
R1(config)#do wr
Building configuration...
[OK]
R1(config)#

You might also like