Difference between revisions of "Talk: IPTECH II RaEl/Router øvelse"

From Teknologisk videncenter
Jump to: navigation, search
m (KBH Router)
m
Line 1: Line 1:
 
<accesscontrol>teacher</accesscontrol>
 
<accesscontrol>teacher</accesscontrol>
 +
{{TOCright}}
 
==KBH Router==
 
==KBH Router==
 
<source lang=cli>
 
<source lang=cli>

Revision as of 13:18, 31 March 2011

<accesscontrol>teacher</accesscontrol>

KBH Router

conf t
int fastethernet 0/0
ip address 10.0.0.5 255.255.255.252
no shut
!
int fastethernet 0/1
ip address 10.0.0.2 255.255.255.252
no shut
!
interface Ethernet 0/0/0
ip address 192.168.4.1 255.255.255.0
no shut
!

Silkeborg Router

conf t
int fastethernet 0/0
ip address 10.0.0.13 255.255.255.252
no shut
!
int fastethernet 0/1
ip address 10.0.0.6 255.255.255.252
no shut
!
interface Ethernet 0/0/0
ip address 192.168.2.1 255.255.255.0
no shut
!

Kolding Router

conf t
int fastethernet 0/0
ip address 10.0.0.9 255.255.255.252
no shut
!
int fastethernet 0/1
ip address 10.0.0.14 255.255.255.252
no shut
!
interface Ethernet 0/0/0
ip address 192.168.1.1 255.255.255.0
no shut
!

Kolding Router

conf t
int fastethernet 0/0
ip address 10.0.0.1 255.255.255.252
no shut
!
int fastethernet 0/1
ip address 10.0.0.10 255.255.255.252
no shut
!
interface Ethernet 0/0/0
ip address 192.168.3.1 255.255.255.0
no shut
!