Sie sind auf Seite 1von 1

hostname R2

!
interface Loopback2
description Marketing Department
ip address 10.1.2.1 255.255.255.0
ip ospf network point-to-point
!
interface FastEthernet0/0
ip address 10.1.200.2 255.255.255.0
ip ospf cost 50
ip ospf priority 5
no shutdown
!
interface Serial0/0/0
ip address 10.1.100.2 255.255.255.0
bandwidth 64
no shutdown
!
router ospf 1
network 10.1.2.0 0.0.0.255 area 0
network 10.1.100.0 0.0.0.255 area 0
network 10.1.200.0 0.0.0.255 area 0
!
end

Das könnte Ihnen auch gefallen