多播静态路由引起的循环问题的解决( 二 )


ip mroute 1.1.4.4 255.255.255.255 Tunnel0
!
!
!
line con 0
privilege level 15
logging synchronous
transport input none
line aux 0
line vty 0 4
login
!
end
```````````````````````````````````````````````````````````````
R1#sh ip pim interface
Address Interface Ver/ Nbr Query DR DR
Mode Count Intvl Prior
1.1.15.1 Ethernet0 v2/S 0 30 1 1.1.15.1
1.1.103.1 Tunnel0 v2/S 1 30 1 0.0.0.0
R1#sh ip pim nei
PIM Neighbor Table
Neighbor Interface Uptime/EXPires Ver DR
Address Priority/Mode
1.1.103.2 Tunnel0 00:38:46/00:01:29 v2 1 / S
```````````````````````````````````````````````````````````````
R3#sh ip pim interface
Address Interface Ver/ Nbr Query DR DR
Mode Count Intvl Prior
1.1.16.3 Serial0/0 v2/S 1 30 1 1.1.16.4
1.1.12.3 Serial0/1.1 v2/S 1 30 1 1.1.12.5
1.1.103.2 Tunnel0 v2/S 1 30 1 0.0.0.0
R3#sh ip pim nei
R3#sh ip pim neighbor
PIM Neighbor Table
Neighbor Interface Uptime/Expires Ver DR
Address Prio/Mode
1.1.16.4 Serial0/0 04:21:08/00:01:26 v2 1 / DR S
1.1.12.5 Serial0/1.1 04:20:55/00:01:37 v2 1 / DR S
1.1.103.1 Tunnel0 00:40:26/00:01:20 v2 1 / S
R3#
R3#sh run
Building configuration...
Current configuration : 3174 bytes
!
! Last configuration change at 19:40:44 mgt Sun Feb 28 1993
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
!
username R5 password 0 cisco
clock timezone mgt -8
ip subnet-zero
!
!
no ip domain lookup
ip multicast-routing
!
isdn switch-type basic-net3
!
!
voice call carrier capacity active
!
!
!
!
!
!
!
!
!
mta receive maximum-recipients 0
!
!
!
!
interface Loopback0
ip address 1.1.3.3 255.255.255.0
ip ospf network point-to-point
!
interface Tunnel0
ip address 1.1.103.2 255.255.255.252
ip pim sparse-mode
tunnel source Loopback0
tunnel destination 1.1.1.1
!
interface FastEthernet0/0
ip address 1.1.9.3 255.255.255.0
duplex auto
speed auto
standby use-bia
standby ip 1.1.9.1
standby priority 105
standby preempt
standby track Serial0/0
!
interface BRI0/0
no ip addres
s
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
!
interface Serial0/0
ip address 1.1.16.3 255.255.255.0
ip pim sparse-mode
encapsulation frame-relay
ip ospf network point-to-point
frame-relay map ip 1.1.16.4 314 broadcast
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
interface FastEthernet0/1
ip address 1.1.10.3 255.255.255.0
duplex auto
speed auto
!
interface Serial0/1
no ip address
encapsulation frame-relay
no frame-relay inverse-arp
!
interface Serial0/1.1 multipoint
ip address 1.1.12.3 255.255.255.248
ip pim nbma-mode
ip pim sparse-mode
ip ospf message-digest-key 1 md5 cisco
ip ospf hello-interval 5
ip ospf priority 255
frame-relay map ip 1.1.12.2 302 broadcast
frame-relay map ip 1.1.12.5 305 broadcast
!
interface Dialer0
ip address 1.1.32.34 255.255.255.252
encapsulation ppp
ip ospf demand-circuit
load-interval 30
dialer pool 1
dialer string 34121735
dialer load-threshold 51 outbound
no peer neighbor-route
no cdp enable
ppp authentication chap
ppp multilink
!
router ospf 64
router-id 1.1.3.3
log-adjacency-changes

推荐阅读