0% found this document useful (0 votes)
35 views1 page

SW4 Multicast Initial Config

This document configures a switch with the hostname Rack1SW4, enables VLANs 5, 7-10, 22, 43, 58, 67, 79, 146, configures interfaces including trunk ports, IP addresses, EIGRP routing, and console and vty settings.

Uploaded by

Kevin Kim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views1 page

SW4 Multicast Initial Config

This document configures a switch with the hostname Rack1SW4, enables VLANs 5, 7-10, 22, 43, 58, 67, 79, 146, configures interfaces including trunk ports, IP addresses, EIGRP routing, and console and vty settings.

Uploaded by

Kevin Kim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

enable

conf t
!
hostname Rack1SW4
!
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/4
switchport host
switchport access vlan 146
!
interface range FastEthernet0/13 - 21
switchport mode dynamic desirable
!
interface range FastEthernet 0/16 - 17
shutdown
no switchport
channel-group 1 mode on
!
interface Port-Channel1
ip address 155.1.108.10 255.255.255.0
!
interface range FastEthernet 0/16 - 17
no shutdown
!
interface Vlan10
ip address 155.1.10.10 255.255.255.0
!
interface Loopback0
ip address 150.1.10.10 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