Hi Experts ,

Could you please help me in deleting the BGP Route which was configured like
below...

I want to delete only one route at a time ... please assist me here thanks
in advance


routing-instances
MS-22222 {
instance-type vrf;
interface lo0.1;
route-distinguisher 2828:12002;
vrf-import IMPORT-VPN-12002-COMMUNITY;
vrf-export EXPORT-VPN-12002-COMMUNITY;
vrf-target import target:2828:22222;
vrf-table-label;
protocols {
    bgp {
        group CE {
            type external;
            family inet {
                any;
            }
            family inet6 {
                unicast;
            }
            peer-as 2000;
            neighbor 132.1.1.2;
        }
    }
    pim {
        vpn-group-address 120.1.1.99;
        rp {
            static {
                address 114.1.5.2;
            }
        }
        interface lo0.1 {
            mode sparse;
            version 2;
        }
    }
}


-- 
o__
-,>/'_----------------------------------------
(_) \ (_)  - - - - -వెంకట  శరణు - - - -
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to