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

Router2 Running Config

The document is a configuration file for a Cisco router with hostname R3, detailing various interfaces including Loopback and GigabitEthernet configurations. It includes IP address assignments, spanning-tree mode settings, and routing information. Additionally, it specifies line configurations for console and VTY access.

Uploaded by

null65535p
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)
19 views2 pages

Router2 Running Config

The document is a configuration file for a Cisco router with hostname R3, detailing various interfaces including Loopback and GigabitEthernet configurations. It includes IP address assignments, spanning-tree mode settings, and routing information. Additionally, it specifies line configurations for console and VTY access.

Uploaded by

null65535p
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 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524EX81-
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0
ip address 192.168.10.1 255.255.255.0
!
interface Loopback1
ip address 192.168.20.1 255.255.255.0
!
interface Loopback2
ip address 192.168.30.1 255.255.255.0
!
interface Loopback3
ip address 192.168.40.1 255.255.255.0
!
interface Loopback4
ip address 192.168.50.1 255.255.255.0
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/0/1
ip address 23.0.0.2 255.255.255.252
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 23.0.0.1
!
ip flow-export version 9
!
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

You might also like