[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring the Tunnel Interface on Router A

Configure the tunnel interface on Router A (the tunnel is unnumbered):

[edit interfaces interface-name]
unit 0 {
tunnel {
source 10.255.14.176;
destination 10.255.14.178;
}
family inet;
family mpls;
}

[Contents] [Prev] [Next] [Index] [Report an Error]