0% found this document useful (0 votes)
30 views

R6 Multicast Initial Config

This document configures an interface, IP addresses, routing protocols and passwords on a router named Rack1R6. It configures serial, loopback, and FastEthernet interfaces with IP addresses and encapsulation. It also configures EIGRP routing and passwords.

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)
30 views

R6 Multicast Initial Config

This document configures an interface, IP addresses, routing protocols and passwords on a router named Rack1R6. It configures serial, loopback, and FastEthernet interfaces with IP addresses and encapsulation. It also configures EIGRP routing and passwords.

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 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

You might also like