Difference between revisions of "ITT 2012/Activity1"

From Teknologisk videncenter
Jump to: navigation, search
m (Created page with "=R1= <source lang=cli> Current configuration : 601 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encr...")
 
m (added Category:ITT 2012 using HotCat)
Line 82: Line 82:
 
</source>
 
</source>
 
{{Source cli}}
 
{{Source cli}}
 +
 +
[[Category:ITT 2012]]

Revision as of 08:43, 28 November 2012

R1

Current configuration : 601 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
enable password class
!
spanning-tree mode pvst
!
interface FastEthernet0/0
 ip address 192.168.10.1 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 192.168.200.9 255.255.255.252
 duplex auto
 speed auto
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
no cdp run
!
line con 0
line vty 0 4
 password cisco
 login
!
end

R2

Current configuration : 602 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
enable password class
!
spanning-tree mode pvst
!
interface FastEthernet0/0
 ip address 192.168.20.1 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 192.168.200.10 255.255.255.252
 duplex auto
 speed auto
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
no cdp run
!
line con 0
line vty 0 4
 password cisco
 login
!
end