Information Technology Reference
In-Depth Information
!
interface FastEthernet0/0
ip address 172.16.4.129 255.255.255.128
!The IP address should be 172.16.4.1.
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
ip address 172.16.4.1 255.255.255.128
!The IP address should be 172.16.4.129.
duplex auto
speed auto
no shutdown
!
interface Serial0/0/1
ip address 209.165.200.230 255.255.255.252
no shutdown
!
router rip
version 2
passive-interface FastEthernet0/0
passive-interface FastEthernet0/1
!The network 172.16.0.0 command is missing.
network 209.165.200.0
!The no auto-summary command is missing.
!
ip classless
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
Corrected script:
hostname BRANCH2
!
!
!
interface FastEthernet0/0
ip address 172.16.4.1 255.255.255.128
duplex auto
speed auto
Search WWH ::




Custom Search