[Xorp-users] Unable to configure IGMP

Veer krishanveer@gmail.com
Wed, 14 Sep 2005 09:03:50 -0700


Hi Sudheer,

From: http://www.xorp.org/getting_started.html#running

  "Use a configuration file when the rtrmgr is started. By default,
the rtrmgr will load the configuration from file "config.boot" in the
XORP installation directory. This file can be specified by the "-b
<filename>" command line option:
    xorp_rtrmgr -b my_config.boot
"

my_config.boot will contain some thing like this :

interfaces {
   interface eth2 {
       disable: false
       default-system-config
   }
}
fea {
   unicast-forwarding4 {
       disable: false
   }
   unicast-forwarding6 {
       disable: true
   }
}
plumbing {
   mfea4 {
       disable: false
       interface eth2 {
           vif eth2 {
               disable: false
           }
       }
       interface register_vif {
           vif register_vif {
               disable: false
           }
       }
       traceoptions {
           flag {
               all {
                   disable: false
               }
           }
       }
   }
}
protocols {
   igmp {
       disable: false
       interface eth2 {
           vif eth2 {
               disable: false
           }
       }
       traceoptions {
           flag {
               all {
                   disable: false
               }
           }
       }
   }
   pimsm4 {
       disable: false
       interface eth21 {
           vif eth11 {
               disable: false
               dr-priority: 1
           }
       }
       interface register_vif {
           vif register_vif {
               disable: false
               dr-priority: 1
           }
       }
       static-rps {
           rp 192.168.30.225 {
               group-prefix 224.0.0.0/4 {
                   rp-priority: 192
                   hash-mask-len: 30
               }
           }
       }
      traceoptions {
           flag {
               all {
                   disable: false
               }
       }
   }
   fib2mrib {
       disable: false
   }
}

hope it helps

Krishan

On 9/12/05, sudheer.kalyanashetty@wipro.com
<sudheer.kalyanashetty@wipro.com> wrote:
>  
> Hi all, 
> I am using Xorp-1.1 and I am not able to configure IGMP on a interface.When
> I try to commit, I am getting "201 Resolve failed" error. 
> I have pasted my sample configuration below.Please let me know what is the
> solution 
>   
> Thanks and regards, 
> Sudheer 
>   
> XORP> show interfaces interface eth2
>     disable: false
>     discard: false
>     description: ""
>     vif eth2 {
>         disable: false
>         address 20.10.10.10 {
>             disable: false
>             prefix-length: 24
>             multicast-capable
>         }
>     } 
>   
> [edit]
> RP> show protocols igmp
> >   targetname: "IGMP"
> >   disable: false
> >   interface eth2 {
> >       vif eth2 {
> >           disable: false
> >       }
> >   }
> >   traceoptions {
> >       flag {
> >           all {
> >               disable: false
> >           }
> >       }
> >   } 
>   
> [edit]
> XORP> commit
> Commit Failed
> 201 Resolve failed[edit]
> XORP> 
>   
>                                                            
>   
> 
>  
>  Confidentiality Notice 
>  
>  The information contained in this electronic message and any attachments to
> this message are intended
>  for the exclusive use of the addressee(s) and may contain confidential or
> privileged information. If
>  you are not the intended recipient, please notify the sender at Wipro or
> Mailadmin@wipro.com immediately
>  and destroy all copies of this message and any attachments.
>  


-- 
Imagination is more important than knowledge...Albert Einstein