Difference between revisions of "ITT 2012/Activity1"

From Teknologisk videncenter
Jump to: navigation, search
m (added Category:ITT 2012 using HotCat)
m
Line 1: Line 1:
 
=R1=
 
=R1=
 
<source lang=cli>
 
<source lang=cli>
Current configuration : 601 bytes
+
Current configuration : 883 bytes
 
!
 
!
 
version 12.4
 
version 12.4
Line 9: Line 9:
 
!
 
!
 
hostname R1
 
hostname R1
 +
!
 +
!
 
!
 
!
 
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
 
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
 
enable password class
 
enable password class
 +
!
 +
ip dhcp excluded-address 192.168.10.1 192.168.10.99
 +
ip dhcp excluded-address 192.168.10.200 192.168.10.254
 +
!
 +
ip dhcp pool R1
 +
network 192.168.10.0 255.255.255.0
 +
default-router 192.168.10.1
 +
dns-server 192.168.10.2
 
!
 
!
 
spanning-tree mode pvst
 
spanning-tree mode pvst
Line 28: Line 38:
 
  no ip address
 
  no ip address
 
  shutdown
 
  shutdown
 +
!
 +
router rip
 +
version 2
 +
network 192.168.10.0
 +
network 192.168.200.0
 
!
 
!
 
ip classless
 
ip classless
Line 42: Line 57:
 
=R2=
 
=R2=
 
<source lang=cli>
 
<source lang=cli>
Current configuration : 602 bytes
+
Current configuration : 671 bytes
 
!
 
!
 
version 12.4
 
version 12.4
Line 69: Line 84:
 
  no ip address
 
  no ip address
 
  shutdown
 
  shutdown
 +
!
 +
router rip
 +
version 2
 +
network 192.168.20.0
 +
network 192.168.200.0
 
!
 
!
 
ip classless
 
ip classless

Revision as of 12:35, 28 November 2012

R1

Current configuration : 883 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
!
ip dhcp excluded-address 192.168.10.1 192.168.10.99
ip dhcp excluded-address 192.168.10.200 192.168.10.254
!
ip dhcp pool R1
 network 192.168.10.0 255.255.255.0
 default-router 192.168.10.1
 dns-server 192.168.10.2
!
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
!
router rip
 version 2
 network 192.168.10.0
 network 192.168.200.0
!
ip classless
!
no cdp run
!
line con 0
line vty 0 4
 password cisco
 login
!
end

R2

Current configuration : 671 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
!
router rip
 version 2
 network 192.168.20.0
 network 192.168.200.0
!
ip classless
!
no cdp run
!
line con 0
line vty 0 4
 password cisco
 login
!
end