0% found this document useful (0 votes)
24 views2 pages

CNII - Exercise No1

- The document describes configuring basic settings on a router including IP and IPv6 addressing, SSH access, and verifying connectivity. Static addresses were assigned to two PCs and the router interface. The router configuration was completed with a hostname, banners, usernames, and interface settings. Connectivity was verified between the router and PCs.

Uploaded by

E D I T H
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

CNII - Exercise No1

- The document describes configuring basic settings on a router including IP and IPv6 addressing, SSH access, and verifying connectivity. Static addresses were assigned to two PCs and the router interface. The router configuration was completed with a hostname, banners, usernames, and interface settings. Connectivity was verified between the router and PCs.

Uploaded by

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

EXERCISE NO.

6
Basic Router Configuration Review
-Assign static IPv4 and IPv6 addresses to the PC interfaces.
-Configure basic router settings.
-Configure the router for SSH.
-Verify network connectivity

TOPOLOGY

Addressing Table

IPv6 Address/Prefix
Default
Device Interface Subnet Description
IP Address Gateway
Mask
192.168.1.1 255.255.255.0 Not Applicable
Connected to S1 G0/1
R1 G0/0/1 2001:DB8:ACAD:1::1/64 Not Applicable
FE80::1 Link Local IPv6 Address
192.168.1.10 255.255.255.0 192.168.1.1
PC1 NIC Connected to S1 Fa0/1
2001:DB8:ACAD:1::A/64 FE80::1
192.168.1.11 255.255.255.0 192.168.1.1
PC2 NIC Connected to S1 Fa0/2
2001:DB8:ACAD:1::B/64 FE80::1

Router R1 Configuration

Router>enable
Router#configure terminal
Router(config)#hostname R1
R1(config)#no ip domain-lookup
R1(config)#ip domain-name ccna.com
R1(config)#banner motd "Unauthorized access is strictly prohibited"
R1(config)#service password-encryption
R1(config)#enable secret class
R1(config)#username admin password cisco
R1(config)#ipv6 unicast-routing
R1(config)#crypto key generate rsa
1024
R1(config)#ip ssh version 2
R1(config)#line console 0
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#loggin synchronous
R1(config-line)#line vty 0 15
R1(config-line)#transport input ssh
R1(config-line)#login local
R1(config-line)#loggin synchronous

R1(config-line)#exit
R1(config)#interface g0/0/1
R1(config-if)#description Connected S1 G0/1
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#ipv6 address 2001:DB8:ACAD:1::1/64
R1(config-if)#ipv6 address FE80::1 link-local
R1(config-if)#no shutdown
R1(config-if)#end
R1#copy run start

PC1 IP Configuration
IPv4 Address: 192.168.1.9
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.1

PC1 IPv6 Configuration


IPv6 Address: 2001:DB8:ACAD:1::A
/64
Default Gateway: FE80::1

PC2 IP Configuration
IPv4 Address: 192.168.1.10
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.1

PC2 IPv6 Configuration


IPv6 Address: 2001:DB8:ACAD:1::B
/64
Default Gateway: FE80::1

Verification Commands Used:


R1#show ip interface brief
R1#show running-config

Result: Configured and Verified a Basic Router Configuration Review.

You might also like