Routing

last person joined: 3 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  Error while creating VRF instance in Logical systems MX480

    Posted 03-21-2011 00:51

    Hi

     

    I created VRF instance for L3 VPN in one of logical system created on MX480. When I put the interface under the VRF instance its is givin me error. Below is configuration and error.

     

    {master}[edit routing-instances]
    root@NWY-MX480:R10# show
    VPN-1 {
        instance-type vrf;
        interface xe-0/0/0.95;
        route-distinguisher 65221:420;
        vrf-target target:65221:420;
        protocols {
            bgp {
                group VPN-1 {
                    type external;
                    neighbor 192.168.1.1 {
                        peer-as 65000;
                    }
                }
            }
        }
    }

    {master}[edit routing-instances]
    root@NWY-MX480:R10# commit check
    [edit logical-systems R10 routing-instances VPN-1 interface]
      'xe-0/0/0.95'
        RT Instance: Only loopback interface is supported under vrf routing instances in triton mode.
    error: configuration check-out failed



  • 2.  RE: Error while creating VRF instance in Logical systems MX480
    Best Answer

    Posted 03-21-2011 00:58

    That's really interesting.  Can you post your entire config?

     

    Also did you "set chassis network-services ip"?



  • 3.  RE: Error while creating VRF instance in Logical systems MX480

    Posted 03-21-2011 03:35

    Below thread answers this question. You need to set network-services to ip mode.

     

    http://forums.juniper.net/t5/Routing/Commit-fails-when-creating-VRF-on-MX-Only-loopback-interface-is/td-p/33207



  • 4.  RE: Error while creating VRF instance in Logical systems MX480

    Posted 03-21-2011 12:21

    Thanks both of you