You are on page 1of 2

enable

conf t
!
hostname Rack1SW1
!
enable password cisco
!
ip subnet-zero
no ip domain-lookup
!
vtp domain cisco
vlan 5,7,8,9,10,22,43,58,67,79,146
!
interface FastEthernet0/1
switchport host
switchport access vlan 146
!
interface FastEthernet0/3
no switchport
ip address 155.1.37.7 255.255.255.0
!
interface FastEthernet0/5
switchport host
switchport access vlan 58
!
interface range FastEthernet0/13 - 21
switchport mode dynamic desirable
!
interface Vlan7
ip address 155.1.7.7 255.255.255.0
!
interface Vlan67
ip address 155.1.67.7 255.255.255.0
!
interface Vlan79
ip address 155.1.79.7 255.255.255.0
!
interface Loopback0
ip address 150.1.7.7 255.255.255.0
!
ip classless
!
ip routing
!
router eigrp 1
no auto-summary
network 155.10.0 0.0.255.255
network 150.10.0 0.0.255.255
!
line con 0
exec-timeout 0 0
logging synchronous
privilege level 15
line vty 0 15
login
password cisco
!
end
wr

You might also like