![]() |
Disable PIM Assert Process
Does IOS 12.4 provide a mechanism to disable the PIM Assert Process?
If so, how? |
Re: Disable PIM Assert Process
On Dec 20, 10:24 am, philbo30 <masfe...@gmail.com> wrote:
> Does IOS 12.4 provide a mechanism to disable the PIM Assert Process? > If so, how? An alternative to disabling the PIM assert process might be to use an ACL to block PIMv2 Type 5 messages in/out to 224.0.0.2. Any ideas on how this ACL would look if it can be done? |
Re: Disable PIM Assert Process
On Dec 20, 11:00 am, philbo30 <masfe...@gmail.com> wrote:
> On Dec 20, 10:24 am, philbo30 <masfe...@gmail.com> wrote: > > > Does IOS 12.4 provide a mechanism to disable the PIM Assert Process? > > If so, how? > > An alternative to disabling the PIM assert process might be to use an > ACL to block PIMv2 Type 5 messages in/out to 224.0.0.2. Any ideas on > how this ACL would look if it can be done? Correction: 224.0.0.13 for PIMv2. 224.0.0.2 is PIMv1 |
Re: Disable PIM Assert Process
On Dec 20, 8:06 am, philbo30 <masfe...@gmail.com> wrote:
> On Dec 20, 11:00 am, philbo30 <masfe...@gmail.com> wrote: > > > On Dec 20, 10:24 am, philbo30 <masfe...@gmail.com> wrote: > > > > Does IOS 12.4 provide a mechanism to disable the PIM Assert Process? > > > If so, how? > > > An alternative to disabling the PIM assert process might be to use an > > ACL to block PIMv2 Type 5 messages in/out to 224.0.0.2. Any ideas on > > how this ACL would look if it can be done? > > Correction: 224.0.0.13 for PIMv2. 224.0.0.2 is PIMv1 I would recommend against blocking that multicast address as that would handicap any PIM communication coming in that interface. I know of no way to disable just the Assert messages in IOS. neteng http://blog.humanmodem.com |
Re: Disable PIM Assert Process
"pcmccollum@N0SPAMgmail.com" <pcmccollum@gmail.com> wrote in message
news:4a0c76a5-5123-458b-be08-686afa4f89bf@d21g2000prf.googlegroups.com... > On Dec 20, 8:06 am, philbo30 <masfe...@gmail.com> wrote: > > On Dec 20, 11:00 am, philbo30 <masfe...@gmail.com> wrote: > > > > > On Dec 20, 10:24 am, philbo30 <masfe...@gmail.com> wrote: > > > > > > Does IOS 12.4 provide a mechanism to disable the PIM Assert Process? > > > > If so, how? > > > > > An alternative to disabling the PIM assert process might be to use an > > > ACL to block PIMv2 Type 5 messages in/out to 224.0.0.2. Any ideas on > > > how this ACL would look if it can be done? > > > > Correction: 224.0.0.13 for PIMv2. 224.0.0.2 is PIMv1 > > I would recommend against blocking that multicast address as that > would handicap any PIM communication coming in that interface. I know > of no way to disable just the Assert messages in IOS. on a related problem - anyone know how to stop IOS sending out multicasts to 224.0.1.40 for the AutoRP function? it bhaves OK with a pure IOS environment - but causes lots of "invalid RP join" messages when it propagates to other PIM v2 / BSR type devices... > > neteng > http://blog.humanmodem.com -- Regards stephen_hope@xyzworld.com - replace xyz with ntl |
Re: Disable PIM Assert Process
On Dec 20, 2:39 pm, "stephen" <stephen_h...@xyzworld.com> wrote:
> "pcmccol...@N0SPAMgmail.com" <pcmccol...@gmail.com> wrote in message > > news:4a0c76a5-5123-458b-be08-686afa4f89bf@d21g2000prf.googlegroups.com... > > > > > On Dec 20, 8:06 am, philbo30 <masfe...@gmail.com> wrote: > > > On Dec 20, 11:00 am, philbo30 <masfe...@gmail.com> wrote: > > > > > On Dec 20, 10:24 am, philbo30 <masfe...@gmail.com> wrote: > > > > > > Does IOS 12.4 provide a mechanism to disable the PIM Assert Process? > > > > > If so, how? > > > > > An alternative to disabling the PIM assert process might be to use an > > > > ACL to block PIMv2 Type 5 messages in/out to 224.0.0.2. Any ideas on > > > > how this ACL would look if it can be done? > > > > Correction: 224.0.0.13 for PIMv2. 224.0.0.2 is PIMv1 > > > I would recommend against blocking that multicast address as that > > would handicap any PIM communication coming in that interface. I know > > of no way to disable just the Assert messages in IOS. > > on a related problem - anyone know how to stop IOS sending out multicasts to > 224.0.1.40 for the AutoRP function? > > it bhaves OK with a pure IOS environment - but causes lots of "invalid RP > join" messages when it propagates to other PIM v2 / BSR type devices... > > > neteng > >http://blog.humanmodem.com > > -- > Regards > > stephen_h...@xyzworld.com - replace xyz with ntl Stephen, I think you'll need to implement the 'ip multicast boundary <acl#> filter-autorp' command. It works as a bi-directional ACL to block auto- rp traffic for the multicast groups in the ACL. Let's say you want to stop the traffic from flowing through ethernet0/0: ACL for all multicast groups: access-list 1 permit 224.0.0.0. 15.255.255.255 interface e0/0 ip multicast boundary 1 filter-autorp HTH, neteng http://blog.humanmodem.com |
Re: Disable PIM Assert Process
"pcmccollum@N0SPAMgmail.com" <pcmccollum@gmail.com> wrote in message
news:c737ecc2-ba94-4fc1-9107-28da37dd69a1@a35g2000prf.googlegroups.com... > On Dec 20, 2:39 pm, "stephen" <stephen_h...@xyzworld.com> wrote: > > "pcmccol...@N0SPAMgmail.com" <pcmccol...@gmail.com> wrote in message > > > > news:4a0c76a5-5123-458b-be08-686afa4f89bf@d21g2000prf.googlegroups.com... > > > > > > > > > On Dec 20, 8:06 am, philbo30 <masfe...@gmail.com> wrote: > > > > On Dec 20, 11:00 am, philbo30 <masfe...@gmail.com> wrote: > > > > > > > On Dec 20, 10:24 am, philbo30 <masfe...@gmail.com> wrote: > > > > > > > > Does IOS 12.4 provide a mechanism to disable the PIM Assert Process? > > > > > > If so, how? > > > > > > > An alternative to disabling the PIM assert process might be to use an > > > > > ACL to block PIMv2 Type 5 messages in/out to 224.0.0.2. Any ideas on > > > > > how this ACL would look if it can be done? > > > > > > Correction: 224.0.0.13 for PIMv2. 224.0.0.2 is PIMv1 > > > > > I would recommend against blocking that multicast address as that > > > would handicap any PIM communication coming in that interface. I know > > > of no way to disable just the Assert messages in IOS. > > > > on a related problem - anyone know how to stop IOS sending out multicasts to > > 224.0.1.40 for the AutoRP function? > > > > it bhaves OK with a pure IOS environment - but causes lots of "invalid RP > > join" messages when it propagates to other PIM v2 / BSR type devices... > > > > > neteng > > >http://blog.humanmodem.com > > > > -- > > Regards > > > > stephen_h...@xyzworld.com - replace xyz with ntl > > Stephen, > > I think you'll need to implement the 'ip multicast boundary <acl#> > filter-autorp' command. It works as a bi-directional ACL to block auto- > rp traffic for the multicast groups in the ACL. Let's say you want to > stop the traffic from flowing through ethernet0/0: > > ACL for all multicast groups: > access-list 1 permit 224.0.0.0. 15.255.255.255 > > interface e0/0 > ip multicast boundary 1 filter-autorp OK - thanks for that - i will give it a try. > > HTH, > neteng > http://blog.humanmodem.com -- Regards stephen_hope@xyzworld.com - replace xyz with ntl |
| All times are GMT. The time now is 05:27 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.