Information Technology Reference
In-Depth Information
!
!
interface FastEthernet0/0
ip address 10.10.6.1 255.255.254.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 172.16.7.10 255.255.255.252
clock rate 64000
no shutdown
!
interface Serial0/0/1
ip address 172.16.7.6 255.255.255.252
! The no shutdown command is missing.
!
router ospf 1
log-adjacency-changes
passive-interface Serial0/0/1
! The passive-interface command should be for the Fa0/0 interface.
network 172.16.7.4 0.0.0.3 area 0
network 172.16.7.8 0.0.0.3 area 0
network 10.10.6.0 0.0.3.255 area 0
! The command for the LAN network should be network 10.10.6.0 0.0.1.255 area 0 .
!
ip classless
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
Corrected script:
hostname Branch2
!
!
!
interface FastEthernet0/0
ip address 10.10.6.1 255.255.254.0
duplex auto
speed auto
no shutdown
!
Search WWH ::




Custom Search