[Xorp-users] No logging when using xorp_rtrmgr

Javier Fernández-Sanguino Peña jfs at computer.org
Wed Aug 22 17:25:33 PDT 2007


I've been banging my head with Xorp to try to get a simple multicast setup
running. I've finally made it work but one of the reasons it took me
so much time is that xorp_rtrmgr would not output any logging information
at all when starting up even if using the '-v' flag (and I have been unable
to find any syslog messages either)

I'm not sure if this is because of my config.boot (attached) but shouldn't
the daemon output some information on startup? When I made mistakes with the
config.boot the daemon would just die with no error message.

Might this be because of some error when compiling Xorp? 

For reference:
- Using Xorp 1.4 
- Compiled in a Debian GNU/Linux 3.1 'sarge' chroot  (GCC 3.3.5, libc6
  2.3.2.ds1-22sarge6)
- Running Xorp in UML instances running Debian GNU/Linux 3.1, Linux kernel
  2.6.17

Thanks,

Javier

PS: BTW, Xorp 1.4 does not compile with newer g++ versions (I've tried 4.1.3 in
a Debian 'sid' environment). Is this fixed in CVS?


-------------- next part --------------

interfaces {
    restore-original-config-on-shutdown: false
    interface eth0 {
	description: "Ethernet interface #1"
	disable: false
	default-system-config
    }
    interface eth1 {
	description: "Ethernet interface #2"
	disable: false
	default-system-config
    }
}

fea {
    unicast-forwarding4 {
	disable: false
	forwarding-entries {
	    retain-on-startup: false
	    retain-on-shutdown:	false
	}
    }
}


plumbing {
    mfea4 {
	disable: false
	interface eth0 {
	    vif eth0 {
		disable: false
	    }
	}
	interface eth1 {
	    vif eth1 {
		disable: false
	    }
	}
	interface register_vif {
	    vif register_vif {
		/* Note: this vif should be always enabled */
		disable: false
	    }
	}

	traceoptions {
	    flag all {
		disable: false
	    }
	}

    }

}

protocols {
    igmp {
	disable: false
	interface eth0 {
	    vif eth0 {
		disable: false
		/* version: 2 */
		/* enable-ip-router-alert-option-check: false */
		/* query-interval: 125 */
		/* query-last-member-interval: 1 */
		/* query-response-interval: 10 */
		/* robust-count: 2 */
	    }
	}
	interface eth1 {
	    vif eth1 {
		disable: false
		/* version: 2 */
		/* enable-ip-router-alert-option-check: false */
		/* query-interval: 125 */
		/* query-last-member-interval: 1 */
		/* query-response-interval: 10 */
		/* robust-count: 2 */
	    }
	}


	traceoptions {
	    flag all {
		disable: false
	    }
	}

    }
}

protocols {
    pimsm4 {
	disable: false
	interface eth0 {
	    vif eth0 {
		disable: false
		/* enable-ip-router-alert-option-check: false */
		/* dr-priority: 1 */
		/* hello-period: 30 */
		/* hello-triggered-delay: 5 */
		/* alternative-subnet 10.40.0.0/16 */
	    }
	}
	interface eth1 {
	    vif eth1 {
		disable: false
	    }
	}
	interface register_vif {
	    vif register_vif {
		/* Note: this vif should be always enabled */
		disable: false
	    }
	}

        static-rps {
            rp 172.16.0.2 {
                group-prefix 224.0.0.0/4 {
                    /* rp-priority: 192 */
                    /* hash-mask-len: 30 */
                }
            }
        }

	bootstrap {
	    disable: false
	    cand-bsr {
		scope-zone 224.0.0.0/4 {
		    /* is-scope-zone: false */
		    cand-bsr-by-vif-name: "eth0"
		    /* cand-bsr-by-vif-addr: 10.10.10.10 */
		    /* bsr-priority: 1 */
		    /* hash-mask-len: 30 */
		}
	    }

	    cand-rp {
		group-prefix 224.0.0.0/4 {
		    /* is-scope-zone: false */
		    cand-rp-by-vif-name: "eth0"
		    /* cand-rp-by-vif-addr: 10.10.10.10 */
		    /* rp-priority: 192 */
		    /* rp-holdtime: 150 */
		}
	    }
	}
	switch-to-spt-threshold {
	    /* approx. 1K bytes/s (10Kbps) threshold */
	    disable: false
	    interval: 100
	    bytes: 102400
	}

	traceoptions {
	    flag all {
		disable: false
	    }
	}

    }

}

protocols {
    fib2mrib {
            disable: false
    }
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20070823/389bedef/attachment.bin 


More information about the Xorp-users mailing list