0% found this document useful (0 votes)
105 views1 page

S4 3.4.1.5 Lab

This document configures a router with two serial interfaces, OSPF routing, usernames and passwords. It sets the router ID, enables OSPF on two networks, and configures console and vty login passwords.

Uploaded by

Elena Turner
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)
105 views1 page

S4 3.4.1.5 Lab

This document configures a router with two serial interfaces, OSPF routing, usernames and passwords. It sets the router ID, enables OSPF on two networks, and configures console and vty login passwords.

Uploaded by

Elena Turner
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/ 1

hostname R2 enable secret class no ip domain lookup banner motd #Unauthorized Access is Prohibited!

# username R1 password chap123 username R3 password chap123 interface lo0 ip address 209.165.200.225 255.255.255.252 interface s0/0/0 ip address 192.168.12.2 255.255.255.252 encapsulation ppp ppp authentication chap no shutdown interface s0/0/1 ip address 192.168.23.1 255.255.255.252 clock rate 128000 encapsulation ppp ppp authentication chap no shutdown exit router ospf 1 router-id 2.2.2.2 network 192.168.12.0 0.0.0.3 area 0 network 192.168.23.0 0.0.0.3 area 0 default-information originate exit ip route 0.0.0.0 0.0.0.0 loopback0 line con 0 password cisco logging synchronous login line vty 0 4 password cisco login

You might also like