hi

can i use veb instead of the bridge interface in the ldpd config ?


my mpw0 interface did not coming up.

the destination is reachable ( test with ping and ssh works )

mpw0 is member of my veb100 interface.


Holger

/etc 38>ldpctl sh l2vpn ps
Interface   Neighbor        PWID           Status
mpw0        172.16.2.252    100            DOWN


/etc 39>ldpctl sh int
AF   Interface   State  Linkstate  Uptime   Hello Timers  ac
ipv4 em0         ACTIVE active     00:05:25 5/15           0

/etc 40>ldpctl sh nei
AF   ID              State       Remote Address    Uptime
ipv4 172.16.2.252    OPERATIONAL 172.16.2.252    00:05:40


/etc 41>ldpctl sh disco
AF   ID              Type     Source           Holdtime
ipv4 172.16.2.252    Targeted 172.16.2.252           45


peer1="172.16.2.252"

router-id 172.16.3.251
transport-preference ipv4

address-family ipv6 {}

address-family ipv4 {
        interface em0
}
l2vpn vlan100 type vpls {
        bridge veb100
    pseudowire mpw0 {
                neighbor-addr 172.16.2.252
        neighbor-id 172.16.2.252
        pw-id 100
    }
}







Reply via email to