R6 Multicast Initial Config
R6 Multicast Initial Config
conf t
!
hostname Rack1R6
!
enable password cisco
!
ip subnet-zero
no ip domain-lookup
!
interface Loopback0
ip address 150.1.6.6 255.255.255.0
!
interface Serial0/0
ip address 54.1.1.6 255.255.255.0
encapsulation frame-relay
frame-relay map ip 54.1.1.254 101 broadcast
no shutdown
!
interface FastEthernet0/0
no shutdown
!
interface FastEthernet0/0.67
encapsulation dot1q 67
ip address 155.1.67.6 255.255.255.0
!
interface FastEthernet0/0.146
encapsulation dot1q 146
ip address 155.1.146.6 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 aux 0
exec-timeout 0 0
privilege level 15
line vty 0 4
login
password cisco
!
end
wr