R1 Site Barrie SLAAC Running-Config-1

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

en

config t
hostname R1-301292421
no ip domain lookup
enable secret class
line console 0
password cisco
login
exit

line vty 0 4
password cisco
login
exit

service password-encryption
banner motd $ Unauthorized Access is Prohibited! $
exit

copy running-config startup-config

clock set 15:30:00 17 Aug 2023

config t
ipv6 unicast-routing

interface GigabitEthernet0/0/0
description Connection to R2
ip address 192.168.0.2 255.255.255.252
no shutdown
exit

interface GigabitEthernet0/0/1
description Connection to the LAN subnets 10 and 20
no ip address
no shutdown
exit

interface GigabitEthernet0/0/1.10
description LAN Subnet 10
encapsulation dot1Q 10
ip address 10.10.10.1 255.255.255.0
ip helper-address 192.168.0.1
ipv6 address FE80::10 link-local
ipv6 address 2001:A:B:10::1/64
exit

interface GigabitEthernet0/0/1.20
description LAN Subnet 20
encapsulation dot1Q 20
ip address 10.10.20.129 255.255.255.224
ip helper-address 192.168.0.1
ipv6 address FE80::20 link-local
ipv6 address 2001:A:B:20::1/64
exit

ip route 0.0.0.0 0.0.0.0 192.168.0.1

You might also like