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

Router1 Answer-Config

The document outlines the configuration of a router named R1, including various interfaces with assigned IP addresses and settings. It also details the OSPF routing protocol configuration and access control lists. Additionally, it specifies line configurations for console and virtual terminal access.

Uploaded by

Murtaxa Khan
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)
23 views2 pages

Router1 Answer-Config

The document outlines the configuration of a router named R1, including various interfaces with assigned IP addresses and settings. It also details the OSPF routing protocol configuration and access control lists. Additionally, it specifies line configurations for console and virtual terminal access.

Uploaded by

Murtaxa Khan
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

!

version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!

!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.20.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.1.1.2 255.255.255.252
!
interface Serial0/1/0
ip address 10.2.2.1 255.255.255.252
clock rate 64000
!
interface Serial0/2/0
ip address 200.200.200.1 255.255.255.224
!
interface Serial0/3/0
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.3 area 0
network 10.2.2.0 0.0.0.3 area 0
network 192.168.20.0 0.0.0.255 area 0
network 200.200.200.0 0.0.0.31 area 0
!
ip classless
!
!
ip access-list standard STND-2
permit 10.2.2.0 0.0.0.3
permit 192.168.30.0 0.0.0.255
!
!
!
!
!
line con 0
line vty 0 4
access-class STND-2 in
login
!
!
!
end

You might also like