Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
|
|
---|
|
root@ACX5048-R103# top show interfaces ge-0/0/34
vlan-tagging;
encapsulation vlan-vpls;
unit 600 {
encapsulation vlan-vpls;
vlan-id 600;
family vpls;
}
set interfaces ge-0/0/34 vlan-tagging
set interfaces ge-0/0/34 encapsulation vlan-vpls
set interfaces ge-0/0/34 unit 600 encapsulation vlan-vpls
set interfaces ge-0/0/34 unit 600 vlan-id 600
set interfaces ge-0/0/34 unit 600 family vpls
{master:0}[edit routing-instances VPLS2]
root@ACX5048-R103# top show interfaces ge-0/0/36
vlan-tagging;
encapsulation vlan-vpls;
unit 600 {
encapsulation vlan-vpls;
vlan-id 600;
family vpls;
}
|
|
{master:0}[edit routing-instances VPLS2]
root@ACX5048-R103# top show protocols
ldp {
interface ge-0/0/0.0;
interface lo0.0;
oam {
ingress-policy ldp-oam;
bfd-liveness-detection {
minimum-interval 300;
}
lsp-ping-interval 30;
}
}
ospf {
traffic-engineering;
area 0.0.0.0 {
interface ge-0/0/0.0;
interface lo0.0;
}
}
mpls {
interface ge-0/0/0.0;
}
lldp {
interface all;
}
{master:0}[edit routing-instances VPLS2]
root@ACX5048-R103# top show protocols | display set
set protocols ldp interface ge-0/0/0.0
set protocols ldp interface lo0.0
set protocols ldp oam ingress-policy ldp-oam
set protocols ldp oam bfd-liveness-detection minimum-interval 300
set protocols ldp oam lsp-ping-interval 30
set protocols ospf traffic-engineering
set protocols ospf area 0.0.0.0 interface ge-0/0/0.0
set protocols ospf area 0.0.0.0 interface lo0.0
set protocols mpls interface ge-0/0/0.0
set protocols lldp interface all
|
|
root@ACX5048-R103# top show routing-instances
. . .
VPLS2 {
instance-type vpls;
interface ge-0/0/34.600;
interface ge-0/0/36.600;
protocols {
vpls {
no-tunnel-services;
vpls-id 600;
neighbor 10.99.92.177;
}
}
}
root@ACX5048-R103# show | display set
set routing-instances VPLS2 instance-type vpls
set routing-instances VPLS2 interface ge-0/0/34.600
set routing-instances VPLS2 interface ge-0/0/36.600
set routing-instances VPLS2 protocols vpls no-tunnel-services
set routing-instances VPLS2 protocols vpls vpls-id 600
set routing-instances VPLS2 protocols vpls neighbor 10.99.92.177
|
|
|
|
|
|
|