Di seguito posto le configurazioni dei due router :
Codice: Seleziona tutto
do sh run
Building configuration...
Current configuration : 893 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname RT_Receiver
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
ip cef
!
!
!
!
ip multicast-routing
multilink bundle-name authenticated
--More-- !
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
ip pim sparse-dense-mode
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
--More-- !
interface Serial0/0/0
ip address 1.1.1.2 255.255.255.252
ip pim sparse-dense-mode
!
ip route 192.168.0.0 255.255.255.0 1.1.1.1
!
!
ip http server
no ip http secure-server
ip pim bidir-enable
!
access-list 1 permit 10.0.0.0 0.0.0.255
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login
--More-- !
scheduler allocate 20000 1000
end
RT_Receiver(config)#
Codice: Seleziona tutto
do sh run
Building configuration...
Current configuration : 977 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname RT_Sender
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
!
!
ip multicast-routing
multilink bundle-name authenticated
!
--More-- !
!
!
archive
log config
hidekeys
!
!
bridge irb
!
!
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
ip pim sparse-dense-mode
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
ip pim sparse-dense-mode
shutdown
duplex auto
--More-- speed auto
!
interface Serial0/0/0
ip address 1.1.1.1 255.255.255.252
ip pim sparse-dense-mode
no fair-queue
clock rate 2000000
!
interface Serial0/0/1
no ip address
shutdown
clock rate 2000000
!
ip route 192.168.1.0 255.255.255.0 1.1.1.2
!
!
ip http server
no ip http secure-server
ip pim bidir-enable
!
!
!
control-plane
--More-- !
bridge 1 protocol ieee
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
end
RT_Sender(config)#