From: beda jain (bpjain@cisco.com)
Date: Wed Jan 08 2003 - 14:03:20 GMT-3
Hi Donny,
why mine is not working.
Hi,
What i understand as per my config.
I configure router r7 as rp then that router is sending rp announce to r3
which is a mapping agent and then r3 is sending rp discovery to all the router.
when i do sh ip pim rp i saw the rp ,that is loopback of router r7 in
all the router for those group( 224.10.10.10 and 224.20.20.20).
and i can ping to one group(224.20.20.20) but i can not ping
(224.10.10.10)the other group from router r7 and r2.
I am testing a lab for ccie preparation.
My fundamental is not clear in multicast yet.
Please find the config and sh ip pim rp.
At 04:20 PM 1/8/2003 +0800, Donny MATEO wrote:
>Hi Beda,
>
>i found no problem when I duplicate your configuration. Do make sure that
>the interface on R1 where
>you configure ip igmp join-group a.b.c.d has the statement ip pim
>sparse-dense-mode.
>
>Cheers.
>Donny
>
>
>
>
> beda
> jain
>
> <bpjain@cisco.com To: "David Ham"
> <ccieau@hotmail.com>, fingham@cox.net, ccielab@groupstudy.com
> > cc: Jing Shi
> <jishi@cisco.com>, bpjain@cisco.com
> Sent by: Subject: Re: Multicast
> Help!!
> nobody@groupstudy
>
> .com
>
>
>
>
>
> 08-01-2003
> 05:04
>
> Please respond
> to
>
> beda
> jain
>
>
>
>
>
>
>
>
>
>Hi,
>
>I try the same scenario with little change.
>It work fine when every thing is in spare-dense-mode.
>
>r1----ether-----r6-------FR---------r3--------FR------r7---------r2
>
>all are in sparse-dense-mode and use loop back address for rp and rp
>discovery.
>
>when i put join group in r2 , rp announce in r7 and rp discovery in r3 , i
>can ping that join group from all the router and i can see the rp for that
>group in all the router.
>
>when i put another join group in r1 i can see the rp in all the router. but
>i can ping from r1, r6 and r3 .
>
>BUT i can not ping from r7 and r2.
>
>WHY????
>
>Thanks,
>Beda
>
>But when i put a join group in R5 i can ping from
>At 10:00 AM 7/15/2002 +1000, David Ham wrote:
> >Fred,
> >
> >As you suggested, I removed ip pim nbma on all frame interfaces and put ip
> >pim spare-dense mode on all interface.
> >
> >Well it works.-- Thanks a lot :)
> >
> >But when you have frame-relay connection, I thought you should use ip pim
> >nbma-mode -- isn't that right??
> >
> >BTW, where would be the position of "ip pim send-auto-announce" interface
> >be ?? -- i put ip pim send-auto-announce s 0.1 scope 15 on R3 -- is this
> ok ??
> >
> >
> >Here is the R2 mroute table.
> >
> >R2#sim
> >IP Multicast Routing Table
> >Flags: D - Dense, S - Sparse, C - Connected, L - Local, P - Pruned
> > R - RP-bit set, F - Register flag, T - SPT-bit set, J - Join SPT
> > M - MSDP created entry, X - Proxy Join Timer Running
> > A - Candidate for MSDP Advertisement
> >Outgoing interface flags: H - Hardware switched
> >Timers: Uptime/Expires
> >Interface state: Interface, Next-Hop or VCD, State/Mode
> >
> >(*, 224.0.1.39), 00:06:18/00:02:59, RP 0.0.0.0, flags: D
> > Incoming interface: Null, RPF nbr 0.0.0.0
> > Outgoing interface list:
> > Serial0, Forward/Sparse-Dense, 00:06:18/00:00:00
> >
> >(170.150.32.3, 224.0.1.39), 00:02:18/00:00:41, flags: PT
> > Incoming interface: Serial0, RPF nbr 170.150.32.3
> > Outgoing interface list: Null
> >
> >(*, 224.0.1.40), 00:07:40/00:00:00, RP 0.0.0.0, flags: DJCL
> > Incoming interface: Null, RPF nbr 0.0.0.0
> > Outgoing interface list:
> > Serial0, Forward/Sparse-Dense, 00:07:40/00:00:00
> >
> >(170.150.10.4, 224.0.1.40), 00:06:18/00:02:38, flags: PCLT
> > Incoming interface: Serial0, RPF nbr 170.150.32.3
> > Outgoing interface list: Null
> >
> >(*, 224.2.2.2), 00:07:41/00:00:00, RP 170.150.32.3, flags: SJPCL
> > Incoming interface: Serial0, RPF nbr 170.150.32.3
> > Outgoing interface list: Null
> >
> >(170.150.20.4, 224.2.2.2), 00:00:15/00:02:44, flags: PCLT
> > Incoming interface: Serial0, RPF nbr 170.150.32.3
> > Outgoing interface list: Null
> >
> >
> >Let me know which ones to look at to know auto-rp is working correctly.
> >
> >Many Thanks.
> >
> >Regards,
> >
> >David Ham
> >
> >
> >>From: "Fred Ingham" <fingham@cox.net>
> >>Reply-To: "Fred Ingham" <fingham@cox.net>
> >>To: "David Ham" <ccieau@hotmail.com>, <ccielab@groupstudy.com>
> >>Subject: Re: Multicast Help!!
> >>Date: Sun, 14 Jul 2002 15:58:11 -0400
> >>
> >>David: If you are using R5 and R6 only as sources of the 224.2.2.2
> ping you
> >>do not need to enable multicast routing on these routers. Also the nbma
> >>mode isn't needed anywhere you have it
> >>
> >>For auto-rp you need ip pim sparse-dense mode on the R4 s0.1 and s0.2, R3
> >>s0.1 and s1, and R2 s0. Clear the mroute tables or reboot after the mode
> >>change.
> >>
> >>Auto-rp uses 224.0.1.39 and 224.0.1.40 for announce and discovery
> >>respectively.
> >>
> >>If you send the R2 mroute table after the mode change I can show you which
> >>entries are the ones to look at to know auto-rp is working correctly.
> >>
> >>Cheers, Fred.
> >>
> >>
> >>
> >>
> >>
> >>
> >>----- Original Message -----
> >>From: "David Ham" <ccieau@hotmail.com>
> >>To: <ccielab@groupstudy.com>
> >>Sent: Sunday, July 14, 2002 3:25 AM
> >>Subject: Multicast Help!!
> >>
> >>
> >> > Hi all,
> >> >
> >> > I have multicast question which drive me crazy.
> >> >
> >> > The scenario is as follows,
> >> >
> >> >
> >> >
> >> > R4-s0.1--(FR)----s0.1--R3-s1------s0-R2
> >> > |
> >> > s0.2
> >> > |\
> >> > | \
> >> > (FR)
> >> > | \
> >> > s0 s0
> >> > R5 R6
> >> >
> >> >
> >> > R4 s0.1 is frame subinterface point-to-point
> >> > R4 s0.2 is frame multpoint
> >> >
> >> > IP connectivity is fine.
> >> >
> >> > At R2
> >> > IP igmp join 224.2.2.2 at serial 0
> >> >
> >> > I applied
> >> > R2 s0, ---- ip pim spare-mode
> >> > R3 s1 =ip pim spare-mode, s0.1 = ip pim spare-mode + ip pim nbma-mode
> >> > R4 s0.1,s0.2 = ip pim spare-mode + ip pim nbma-mode
> >> > R5 s0 = ip pim spare-mode + ip pim nbma-mode
> >> > R6 s0 = ip pim spare-mode + ip pim nbma-mode
> >> >
> >> > I add ip pim send-auto-announce s0.1 scope 15 at R3
> >> > and
> >> >
> >> > add ip pim send-auto-discovery s 0.2 scope 15 at R4
> >> >
> >> > but I am unable to make ping 224.2.2.2 from R6, R5
> >> >
> >> >
> >> > I manage to work out with static RP but I couln't work out with AUTO-RP
> >> >
> >> > Anyone have any idea ??
> >> >
> >> >
> >> >
> >> >
> >> > Regards,
> >> > David Ham
> >> >
> >> >
> >> > _________________________________________________________________
> >> > MSN Photos is the easiest way to share and print your photos:
> >> > http://photos.msn.com/support/worldwide.aspx
> >> > _________________________________________________________________
> >> > Commercial lab list: http://www.groupstudy.com/list/commercial.html
> >> > Please discuss commercial lab solutions on this list.
> >>_________________________________________________________________
> >>Commercial lab list: http://www.groupstudy.com/list/commercial.html
> >>Please discuss commercial lab solutions on this list.
> >Regards,
> >David Ham
> >
> >
> >_________________________________________________________________
> >Send and receive Hotmail on your mobile device: http://mobile.msn.com
> >_________________________________________________________________
> >Commercial lab list: http://www.groupstudy.com/list/commercial.html
> >Please discuss commercial lab solutions on this list.
>.
>This message is for information purposes only and its content
>should not be construed as an offer, or solicitation of an offer,
>to buy or sell any banking or financial instruments or services
>and no representation or warranty is given in respect of its
>accuracy, completeness or fairness. The material is subject
>to change without notice. You should take your own independent
>tax, legal and other professional advice in respect of the content
>of this message. This message may contain confidential or
>legally privileged material and may not be copied, redistributed
>or published (in whole or in part) without our prior written consent.
>This email may have been intercepted, partially destroyed,
>arrive late, incomplete or contain viruses and no liability is
>accepted by any member of the Credit Agricole Indosuez group
>as a result. If you are not the intended recipient of this message,
>please immediately notify the sender and delete this message
>from your computer.
r1#ping 224.20.20.20
Type escape sequence to abort.
Sending 1, 100-byte ICMP Echos to 224.20.20.20, timeout is 2 seconds:
Reply to request 0 from 10.15.102.2, 88 ms
Reply to request 0 from 10.15.102.2, 120 ms
r1#sh run
Building configuration...
Current configuration : 3276 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r1
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip domain-lookup
!
ip multicast-routing
no ip dhcp-client network-discovery
!
!
!
interface Loopback0
ip address 10.15.1.1 255.255.255.0
ip pim sparse-dense-mode
ip igmp join-group 224.10.10.10
!
interface Ethernet0/0
ip address 10.15.12.1 255.255.255.0
ip irdp
ip irdp address 10.15.12.10 40
shutdown
standby ip 10.15.12.10
standby timers 3 5
standby priority 105
standby preempt
standby authentication beda
standby track Et1/0
bridge-group 1
!
interface Ethernet1/0
no ip address
shutdown
!
interface Serial2/0
no ip address
bridge-group 1
!
interface Serial3/0
ip address 10.15.13.1 255.255.255.0
ip pim sparse-dense-mode
!
interface Serial4/0
ip address 10.15.14.1 255.255.255.0
ip pim sparse-mode
ip ospf priority 255
!
interface Serial5/0
ip address 10.15.15.1 255.255.255.0
!
interface Ethernet6/0
ip address 10.15.16.1 255.255.255.0
ip pim sparse-dense-mode
!
interface Ethernet7/0
no ip address
shutdown
!
interface Ethernet8/0
ip address 10.15.18.1 255.255.255.0
!
interface Ethernet9/0
no ip address
shutdown
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
no discard-route internal
area 0 range 10.15.0.0 255.255.0.0
area 1 virtual-link 10.15.4.4
redistribute rip subnets
network 10.15.12.0 0.0.0.255 area 0
network 10.15.13.0 0.0.0.255 area 0
network 10.15.14.0 0.0.0.255 area 1
network 10.15.15.0 0.0.0.255 area 0
network 10.15.18.0 0.0.0.255 area 3
!
router rip
redistribute ospf 1
passive-interface default
no passive-interface Ethernet6/0
network 10.0.0.0
default-metric 3
!
router bgp 128
no synchronization
bgp log-neighbor-changes
aggregate-address 10.15.0.0 255.255.0.0 as-set
neighbor 10.15.2.2 remote-as 128
neighbor 10.15.2.2 update-source Loopback0
neighbor 10.15.2.2 route-reflector-client
neighbor 10.15.2.2 prefix-list beda1 out
neighbor 10.15.6.6 remote-as 6
neighbor 10.15.6.6 ebgp-multihop 255
neighbor 10.15.6.6 update-source Loopback0
neighbor 10.15.8.8 remote-as 128
neighbor 10.15.8.8 update-source Loopback0
neighbor 10.15.8.8 route-reflector-client
neighbor 10.15.8.8 prefix-list beda out
no auto-summary
!
ip classless
no ip http server
!
!
ip prefix-list beda seq 5 permit 10.15.0.0/16
!
ip prefix-list beda1 seq 5 deny 10.15.0.0/16
ip prefix-list beda1 seq 10 permit 0.0.0.0/0 le 32
route-map beda permit 10
match ip address prefix-list beda
!
!
bridge 1 protocol ieee
alias configure ac alias configure
alias configure r router rip
alias configure b router bgp
alias configure o router ospf
alias configure e router eigrp
alias configure ae alias exec
alias exec ci clear ip route *
alias exec se sh ip eigrp nei
alias exec sbn sh ip bgp nei
alias exec si sh ip int brie
alias exec sr sh ip ro
alias exec cr clear ip ro *
alias exec sp sh ip pro
alias exec sn sh ip ospf nei
alias exec sd sh ip ospf data
alias exec co clear ip ospf pro
alias exec so sh ip ospf
alias exec sb sh ip bgp
alias exec cb clear ip bgp *
alias exec ct conf t
alias exec srb sh run | be router
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r6#sh run
Building configuration...
Current configuration : 2908 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r6
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip domain-lookup
!
ip multicast-routing
no ip dhcp-client network-discovery
!
class-map match-all voip
match access-group 1
!
!
policy-map voip
class voip
priority 200
!
!
!
!
interface Loopback0
ip address 10.15.6.6 255.255.255.0
ip ospf network point-to-point
!
interface Loopback1
ip address 10.15.60.6 255.255.255.0
!
interface Ethernet0/0
ip address 10.15.106.6 255.255.255.0
!
interface Ethernet1/0
ip address 10.15.66.6 255.255.255.0
no keepalive
!
interface Serial2/0
bandwidth 128000
no ip address
ip pim sparse-dense-mode
encapsulation frame-relay
ip split-horizon
fair-queue
!
interface Serial2/0.1 multipoint
bandwidth 128000
ip address 10.15.136.6 255.255.255.0
ip pim sparse-dense-mode
frame-relay class beda
frame-relay map ip 10.15.136.3 201 broadcast
frame-relay map ip 10.15.136.6 201 broadcast
frame-relay map ip 10.15.136.10 201 broadcast
frame-relay ip rtp header-compression
!
interface Serial3/0
ip unnumbered Loopback0
!
interface Serial4/0
no ip address
shutdown
!
interface Serial5/0
no ip address
shutdown
!
interface Ethernet6/0
ip address 10.15.16.6 255.255.255.0
ip pim sparse-dense-mode
!
interface Ethernet7/0
no ip address
shutdown
!
interface Ethernet8/0
no ip address
shutdown
!
interface Ethernet9/0
no ip address
shutdown
!
router eigrp 1
redistribute rip
network 10.15.106.0 0.0.0.255
network 10.15.136.0 0.0.0.255
default-metric 1000 100 255 1 1500
auto-summary
no eigrp log-neighbor-changes
!
router rip
redistribute eigrp 1
passive-interface default
no passive-interface Ethernet6/0
network 10.0.0.0
default-metric 3
distance 200
!
router bgp 6
bgp log-neighbor-changes
network 10.15.60.0 mask 255.255.255.0
neighbor 10.15.1.1 remote-as 128
neighbor 10.15.1.1 ebgp-multihop 255
neighbor 10.15.1.1 update-source Loopback0
!
ip classless
no ip http server
!
!
map-class frame-relay beda
no frame-relay adaptive-shaping
frame-relay fair-queue
frame-relay ip rtp priority 16384 16383 80
access-list 1 permit any
!
alias configure ac alias configure
alias configure r router rip
alias configure b router bgp
alias configure o router ospf
alias configure e router eigrp
alias configure ae alias exec
alias exec ci clear ip route *
alias exec se sh ip eigrp nei
alias exec sbn sh ip bgp nei
alias exec si sh ip int brie
alias exec sr sh ip ro
alias exec cr clear ip ro *
alias exec sp sh ip pro
alias exec sn sh ip ospf nei
alias exec sd sh ip ospf data
alias exec co clear ip ospf pro
alias exec so sh ip ospf
alias exec sb sh ip bgp
alias exec cb clear ip bgp *
alias exec ct conf t
alias exec srb sh run | be router
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r6#
r3#
r3#sh run
Building configuration...
Current configuration : 2410 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r3
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip domain-lookup
!
ip multicast-routing
no ip dhcp-client network-discovery
!
!
!
interface Loopback0
ip address 10.15.3.3 255.255.255.0
ip pim sparse-dense-mode
ip ospf network point-to-point
ip igmp join-group 224.3.3.3
!
interface Ethernet0/0
no ip address
shutdown
!
interface Ethernet1/0
no ip address
shutdown
!
interface Serial2/0
ip address 10.15.136.3 255.255.255.0
ip bandwidth-percent eigrp 1 10
ip hello-interval eigrp 1 5
ip hold-time eigrp 1 15
ip pim dr-priority 100
ip pim sparse-dense-mode
encapsulation frame-relay
no ip split-horizon eigrp 1
frame-relay map ip 10.15.136.6 102 broadcast
frame-relay map ip 10.15.136.10 103 broadcast
!
interface Serial3/0
ip address 10.15.13.3 255.255.255.0
ip pim dr-priority 300
ip pim sparse-dense-mode
shutdown
clockrate 2000000
!
interface Serial4/0
no ip address
shutdown
!
interface Serial5/0
no ip address
shutdown
!
interface Ethernet6/0
no ip address
shutdown
!
interface Ethernet7/0
no ip address
shutdown
!
interface Ethernet8/0
no ip address
shutdown
!
interface Ethernet9/0
no ip address
shutdown
!
router eigrp 1
redistribute connected
network 10.15.136.0 0.0.0.255
default-metric 1000 100 255 1 1500
distance eigrp 80 80
auto-summary
no eigrp log-neighbor-changes
!
router ospf 1
log-adjacency-changes
network 10.15.3.3 0.0.0.0 area 3
network 10.15.13.0 0.0.0.255 area 0
!
ip classless
ip route 10.15.9.0 255.255.255.0 10.15.136.10 201
no ip http server
ip pim send-rp-discovery Loopback0 scope 15
!
!
alias configure ac alias configure
alias configure r router rip
alias configure b router bgp
alias configure o router ospf
alias configure e router eigrp
alias configure ae alias exec
alias exec ci clear ip route *
alias exec se sh ip eigrp nei
alias exec sbn sh ip bgp nei
alias exec si sh ip int brie
alias exec sr sh ip ro
alias exec cr clear ip ro *
alias exec sp sh ip pro
alias exec sn sh ip ospf nei
alias exec sd sh ip ospf data
alias exec co clear ip ospf pro
alias exec so sh ip ospf
alias exec sb sh ip bgp
alias exec cb clear ip bgp *
alias exec ct conf t
alias exec srb sh run | be router
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r3#
100-byte ICMP Echos to 224.10.10.10, timeout is 2 seconds:
.
R7#sh run
Building configuration...
Current configuration : 2546 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R7
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip domain-lookup
!
ip multicast-routing
no ip dhcp-client network-discovery
!
!
!
interface Loopback0
ip address 10.15.10.10 255.255.255.0
ip pim sparse-dense-mode
!
interface Ethernet0/0
ip address 10.15.106.10 255.255.255.0
shutdown
!
interface Ethernet1/0
ip address 10.15.102.10 255.255.255.0
ip pim dr-priority 400
ip pim sparse-mode
!
interface Serial2/0
ip address 10.15.136.10 255.255.255.0
ip bandwidth-percent eigrp 1 10
ip hello-interval eigrp 1 5
ip hold-time eigrp 1 15
ip pim sparse-dense-mode
encapsulation frame-relay
ip split-horizon
frame-relay map ip 10.15.136.3 301 broadcast
frame-relay map ip 10.15.136.6 301 broadcast
!
interface Serial3/0
ip unnumbered Loopback0
shutdown
!
interface Serial4/0
no ip address
shutdown
!
interface Serial5/0
no ip address
shutdown
!
interface Ethernet6/0
no ip address
shutdown
!
interface Ethernet7/0
ip address 10.15.77.7 255.255.255.0
ip directed-broadcast
ip multicast helper-map 224.2.2.2 255.255.255.255 100
no keepalive
!
interface Ethernet8/0
no ip address
shutdown
!
interface Ethernet9/0
no ip address
shutdown
!
router eigrp 1
variance 128
network 10.15.10.0 0.0.0.255
network 10.15.77.0 0.0.0.255
network 10.15.102.0 0.0.0.255
network 10.15.106.0 0.0.0.255
network 10.15.136.0 0.0.0.255
network 10.15.210.0 0.0.0.255
auto-summary
no eigrp log-neighbor-changes
!
router ospf 1
log-adjacency-changes
distance 80
!
ip classless
ip route 10.15.9.0 255.255.255.0 10.15.102.2 201
no ip http server
ip pim send-rp-announce Loopback0 scope 15 interval 10
ip mroute 10.15.1.0 255.255.255.0 10.15.136.3
!
access-list 100 permit udp any any eq 3131
!
alias configure ac alias configure
alias configure r router rip
alias configure b router bgp
alias configure o router ospf
alias configure e router eigrp
alias configure ae alias exec
alias exec ci clear ip route *
alias exec se sh ip eigrp nei
alias exec sbn sh ip bgp nei
alias exec si sh ip int brie
alias exec sr sh ip ro
alias exec cr clear ip ro *
alias exec sp sh ip pro
alias exec sn sh ip ospf nei
alias exec sd sh ip ospf data
alias exec co clear ip ospf pro
alias exec so sh ip ospf
alias exec sb sh ip bgp
alias exec cb clear ip bgp *
alias exec ct conf t
alias exec srb sh run | be router
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
R7#
r2#wr
Building configuration...
[OK]
r2#sh run
Building configuration...
Current configuration : 2706 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r2
!
logging rate-limit console 10 except errors
!
username beda password 0 beda
username beda autocommand menu cisco
ip subnet-zero
no ip domain-lookup
!
ip multicast-routing
no ip dhcp-client network-discovery
!
!
!
interface Loopback0
ip address 10.15.2.2 255.255.255.0
ip pim sparse-dense-mode
ip ospf network point-to-point
ip igmp join-group 224.20.20.20
!
interface Ethernet0/0
ip address 10.15.12.2 255.255.255.0
ip irdp
ip irdp address 10.15.12.10 0
no keepalive
shutdown
standby ip 10.15.12.10
standby timers 3 5
standby priority 50
standby preempt
standby authentication beda
bridge-group 1
!
interface Ethernet1/0
ip address 10.15.102.2 255.255.255.0
ip pim dr-priority 100
ip pim sparse-dense-mode
!
interface Serial2/0
no ip address
bridge-group 1
!
interface Serial3/0
no ip address
shutdown
!
interface Serial4/0
no ip address
shutdown
!
interface Serial5/0
no ip address
shutdown
!
interface Ethernet6/0
no ip address
shutdown
!
interface Ethernet7/0
no ip address
shutdown
!
interface Ethernet8/0
no ip address
shutdown
!
interface Ethernet9/0
no ip address
shutdown
!
router eigrp 1
network 10.15.2.0 0.0.0.255
network 10.15.102.0 0.0.0.255
network 10.15.210.0 0.0.0.255
auto-summary
no eigrp log-neighbor-changes
!
router ospf 1
log-adjacency-changes
network 10.15.2.2 0.0.0.0 area 3
network 10.15.12.0 0.0.0.255 area 0
distance 200
!
router bgp 128
no synchronization
bgp log-neighbor-changes
neighbor 10.15.1.1 remote-as 128
neighbor 10.15.1.1 update-source Loopback0
no auto-summary
!
ip classless
ip route 10.15.3.0 255.255.255.0 10.15.102.10 201
no ip http server
!
access-list 100 permit udp any any range 16384 32767 time-range beda
dialer watch-list 1 ip 10.15.1.0 255.255.255.0
dialer-list 1 protocol ip list 100
!
menu cisco command 1 sh ip int brie
menu cisco command 2 quit
!
bridge 1 protocol ieee
alias configure ac alias configure
alias configure r router rip
alias configure b router bgp
alias configure o router ospf
alias configure e router eigrp
alias configure ae alias exec
alias exec ci clear ip route *
alias exec se sh ip eigrp nei
alias exec sbn sh ip bgp nei
alias exec si sh ip int brie
alias exec sr sh ip ro
alias exec cr clear ip ro *
alias exec sp sh ip pro
alias exec sn sh ip ospf nei
alias exec sd sh ip ospf data
alias exec co clear ip ospf pro
alias exec so sh ip ospf
alias exec sb sh ip bgp
alias exec cb clear ip bgp *
alias exec ct conf t
alias exec srb sh run | be router
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r2#
r2#
r2#r2#sh ip pim rp
Group: 224.10.10.10, RP: 10.15.10.10, v2, v1, uptime 00:05:02, expires 00:04:00
Group: 224.20.20.20, RP: 10.15.10.10, v2, v1, uptime 20:34:33, expires 00:04:00
r2#
R7#sh ip pim rp
Group: 224.2.2.2, RP: 10.15.10.10, v2, v1, next RP-reachable in 00:00:22
Group: 224.3.3.3, RP: 10.15.10.10, v2, v1, next RP-reachable in 00:01:01
Group: 224.10.10.10, RP: 10.15.10.10, v2, v1, next RP-reachable in 00:00:37
Group: 224.20.20.20, RP: 10.15.10.10, v2, v1, next RP-reachable in 00:00:38
R7#
R7#sh ip mroute
R7#sh ip mroute
IP Multicast Routing Table
Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,
L - Local, P - Pruned, R - RP-bit set, F - Register flag,
T - SPT-bit set, J - Join SPT, M - MSDP created entry,
X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,
U - URD, I - Received Source Specific Host Report
Outgoing interface flags: H - Hardware switched
Timers: Uptime/Expires
Interface state: Interface, Next-Hop or VCD, State/Mode
(*, 224.0.1.39), 20:03:01/00:02:59, RP 0.0.0.0, flags: DJC
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Loopback0, Forward/Sparse-Dense, 20:03:01/00:00:00
Serial2/0, Forward/Sparse-Dense, 20:03:01/00:00:00
(10.15.10.10, 224.0.1.39), 20:02:51/00:02:58, flags: CT
Incoming interface: Loopback0, RPF nbr 0.0.0.0
Outgoing interface list:
Serial2/0, Forward/Sparse-Dense, 20:02:51/00:00:00
(*, 224.0.1.40), 20:03:01/00:00:00, RP 0.0.0.0, flags: DJCL
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Loopback0, Forward/Sparse-Dense, 20:03:02/00:00:00
Serial2/0, Forward/Sparse-Dense, 20:03:02/00:00:00
Ethernet1/0, Forward/Sparse, 20:03:02/00:02:42
(10.15.3.3, 224.0.1.40), 20:02:28/00:02:23, flags: CLT
Incoming interface: Serial2/0, RPF nbr 10.15.136.3
Outgoing interface list:
Ethernet1/0, Forward/Sparse, 20:02:28/00:02:42
Loopback0, Forward/Sparse-Dense, 20:02:28/00:00:00
(*, 224.2.2.2), 20:03:02/00:00:00, RP 10.15.10.10, flags: SJPL
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list: Null
(*, 224.3.3.3), 20:02:33/00:02:35, RP 10.15.10.10, flags: S
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Serial2/0, Forward/Sparse-Dense, 20:02:33/00:02:45
(*, 224.10.10.10), 00:05:45/00:00:35, RP 10.15.10.10, flags: SP
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list: Null
(*, 224.20.20.20), 20:02:49/00:02:52, RP 10.15.10.10, flags: S
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Ethernet1/0, Forward/Sparse, 20:02:31/00:02:59
R7#
mro
r2#sh ip mroute
IP Multicast Routing Table
Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,
L - Local, P - Pruned, R - RP-bit set, F - Register flag,
T - SPT-bit set, J - Join SPT, M - MSDP created entry,
X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,
U - URD, I - Received Source Specific Host Report
Outgoing interface flags: H - Hardware switched
Timers: Uptime/Expires
Interface state: Interface, Next-Hop or VCD, State/Mode
(*, 224.0.1.39), 1d00h/00:02:59, RP 0.0.0.0, flags: DJ
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Ethernet1/0, Forward/Sparse-Dense, 1d00h/00:00:00
(10.15.10.10, 224.0.1.39), 21:03:45/00:02:55, flags: PT
Incoming interface: Ethernet1/0, RPF nbr 10.15.102.10
Outgoing interface list: Null
(*, 224.0.1.40), 1d00h/00:00:00, RP 0.0.0.0, flags: DJCL
Incoming interface: Null, RPF nbr 0.0.0.0
Outgoing interface list:
Ethernet1/0, Forward/Sparse-Dense, 1d00h/00:00:00
(10.15.3.3, 224.0.1.40), 20:35:39/00:02:00, flags: PCLT
Incoming interface: Ethernet1/0, RPF nbr 10.15.102.10
Outgoing interface list: Null
(*, 224.10.10.10), 00:06:08/00:00:11, RP 10.15.10.10, flags: SP
Incoming interface: Ethernet1/0, RPF nbr 10.15.102.10
Outgoing interface list: Null
(*, 224.20.20.20), 21:04:54/00:00:00, RP 10.15.10.10, flags: SJCL
Incoming interface: Ethernet1/0, RPF nbr 10.15.102.10
Outgoing interface list:
Loopback0, Forward/Sparse-Dense, 21:04:54/00:02:55
r2#
.
This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:45 GMT-3