dennis Guest
|
Posted: Thu Aug 30, 2007 7:46 pm Post subject: PIM Stub Routing Doesn't work |
|
|
Hi Group,
I had the following problem with multicast routing.
For a special application we need to be enable multicast routing on
several switches.
In the core and distribution there are cat 6509 with software 12.2 and
the access switches are 3560 with the newest release 12.2(40) ipbase.
Right now we need to be configure ip pim sparse-dense-mode on the vlan
interface which is the transfer vlan to the distribution switch. also
we need configure pim stub because with the ipbase version its not
possible to configure standard pim.
here are parts of the config :
===================3560=====================
......
ip routing
...
ip multicast-routing distributed
....
vlan 1111
!
interface Vlan1111
-----------------------------------<< can't configure ip pim sparse-
dense-mode !!!
no ip redirects
ip pim passive
no ip mroute-cache
!
!
!
router eigrp 111
network x.x.x.x y.y.y.y.
network
network
network
eigrp router-id a.b.c.d
no auto-summary
passive-interface default
no passive-interface Vlan4444
no passive-interface Vlan5555
=============================================
As you can see ...I can't configure sparse-dense-mode on the vlan
interface !!!
Here are the version of the switch :
================================================
Cisco IOS Software, C3560 Software (C3560-IPBASEK9-M), Version
12.2(40)SE, RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Fri 24-Aug-07 01:38 by myl
Image text-base: 0x00003000, data-base: 0x01500000
ROM: Bootstrap program is C3560 boot loader
BOOTLDR: C3560 Boot Loader (C3560-HBOOT-M) Version 12.2(25r)SE1,
RELEASE SOFTWARE (fc)
================================================
thx for your help...
dennis |
|