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


Configure a Virtual-Router Routing Instance

A virtual-router routing instance like VRF routing instances maintains separate routing and forwarding tables for each instance. However, many of the configuration steps required for VRF routing instances are not required for virtual-router routing instances. Specifically, you do not need to configure a route distinguisher, a routing table policy (the vrf-export, vrf-import, and route-distinguisher statements), or MPLS between the provider routers.

Configure a virtual-router routing instance as follows:

[edit]
routing-instances {
    routing-instance-name {
        description text;
        instance-type virtual-router;
        interface interface-name;
        protocols { ... }
    }
}

The sections that follow outline the configuration procedures for a virtual-router routing instance:


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