[Xorp-users] xorp-1.8-CTb under OpenSUSE 11.3 - register_vif is DOWN.

Алексей Мисюренко alexey.misyurenko at gmail.com
Sun Jan 30 12:17:50 PST 2011


Can some body help with PIM-SM ?
Bellow configuration's files and show commands report

root at dal01-mpdedicated# run show pim interface
Interface    State    Mode   V PIMstate Priority DRaddr          Neighbors
eth0         DISABLED Sparse 2 DR              1 10.14.117.74            0
eth1         DISABLED Sparse 2 DR              1 67.228.150.178          0
gre0         DISABLED Sparse 2 NotDR           1 0.0.0.0                 0
lo           DISABLED Sparse 2 DR              1 127.0.0.1               0
register_vif DOWN     Sparse 2 DR              1 0.0.0.0                 0
tun0         UP       Sparse 2 DR              1 67.228.150.178          0
tun10        UP       Sparse 2 DR              1 67.228.150.178          0
tun20        UP       Sparse 2 DR              1 67.228.150.178          0
tun30        UP       Sparse 2 DR              1 67.228.150.178          0

root at dal01-mpdedicated# run show host os
Linux dal01-mpdedicated 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25
08:40:12 +0200 x86_64 x86_64 x86_64 GNU/Linux


/* XORP configuration file
 *
 * Configuration format: 1.1
 * XORP version: 1.8-CT
 * Date: 2011/01/30 22:00:35.358063
 * Host: streamer03
 * User: root
 */

protocols {
    fib2mrib {
        disable: false
    }
    igmp {
        disable: false
        interface eth0 {
            vif eth0 {
                disable: true
                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: true
                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 tun0 {
            vif tun0 {
                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 tun10 {
            vif tun10 {
                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 tun20 {
            vif tun20 {
                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 tun30 {
            vif tun30 {
                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
            }
        }
    }
    pimsm4 {
        disable: false
        interface eth0 {
            vif eth0 {
                disable: true
                dr-priority: 1
                hello-period: 30
                hello-triggered-delay: 5
            }
        }
        interface eth1 {
            vif eth1 {
                disable: true
                dr-priority: 1
                hello-period: 30
                hello-triggered-delay: 5
            }
        }
        interface tun0 {
            vif tun0 {
                disable: false
                dr-priority: 1
                hello-period: 30
                hello-triggered-delay: 5
            }
        }
        interface tun10 {
            vif tun10 {
                disable: false
                dr-priority: 1
                hello-period: 30
                hello-triggered-delay: 5
            }
        }
        interface tun20 {
            vif tun20 {
                disable: false
                dr-priority: 1
                hello-period: 30
                hello-triggered-delay: 5
            }
        }
        interface tun30 {
            vif tun30 {
                disable: false
                dr-priority: 1
                hello-period: 30
                hello-triggered-delay: 5
            }
        }
        interface "register_vif" {
            vif "register_vif" {
                disable: false
                dr-priority: 1
                hello-period: 30
                hello-triggered-delay: 5
            }
        }
        bootstrap {
            disable: false
            cand-bsr {
                scope-zone 224.0.0.0/4 {
                    is-scope-zone: false
                    cand-bsr-by-vif-name: "tun10"
                    cand-bsr-by-vif-addr: 0.0.0.0
                    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: "tun10"
                    cand-rp-by-vif-addr: 0.0.0.0
                    rp-priority: 192
                    rp-holdtime: 150
                }
            }
        }
        switch-to-spt-threshold {
            disable: false
            interval: 100
            bytes: 102400
        }
    }
    static {
        disable: false
    }
}
fea {
    unicast-forwarding4 {
        disable: false
    }
    unicast-forwarding6 {
        disable: true
    }
}
interfaces {
    restore-original-config-on-shutdown: false
    interface eth0 {
        description: "Outside interface"
        disable: false
        discard: false
        unreachable: false
        management: false
        default-system-config
    }
    interface eth1 {
        description: "Inside interface"
        disable: false
        discard: false
        unreachable: false
        management: false
        default-system-config
    }
    interface gre0 {
        description: "system interface gre0"
        disable: false
        discard: false
        unreachable: false
        management: false
        default-system-config
    }
    interface lo {
        description: "system loopback"
        disable: false
        discard: false
        unreachable: false
        management: false
        default-system-config
    }
    interface tun0 {
        description: "Tunnel to WDC"
        disable: false
        discard: false
        unreachable: false
        management: false
        default-system-config
    }
    interface tun10 {
        description: "Tunnel to DAL"
        disable: false
        discard: false
        unreachable: false
        management: false
        default-system-config
    }
    interface tun20 {
        description: "Tunnel to AMS"
        disable: false
        discard: false
        unreachable: false
        management: false
        default-system-config
    }
    interface tun30 {
        description: "Tunnel to LA"
        disable: false
        discard: false
        unreachable: false
        management: false
        default-system-config
    }
    interface "register_vif" {
        description: ""
        disable: false
        discard: false
        unreachable: false
        management: false
        vif "register_vif" {
            disable: false
        }
    }
}
plumbing {
    mfea4 {
        disable: false
        interface tun0 {
            vif tun0 {
                disable: false
            }
        }
        interface tun10 {
            vif tun10 {
                disable: false
            }
        }
        interface tun20 {
            vif tun20 {
                disable: false
            }
        }
        interface tun30 {
            vif tun30 {
                disable: false
            }
        }
        interface "register_vif" {
            vif "register_vif" {
                disable: false
            }
        }
    }
}

p.s. also exist troubles with ospf.. but this is subject to another message
-- 
С Уважением, Алексей Мисюренко.



More information about the Xorp-users mailing list