[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Oct 9 17:02:15 CDT 2014


Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 120331)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -291,7 +291,7 @@
 #t3-2/0/1.0 up up
 #ct3-2/0/2 up up
 #t1-2/0/2:1 down down
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
 #t1-2/0/2:3 down down
 #t1-2/0/2:4 down down
 #t1-2/0/2:5 down down
Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net	(revision 120324)
+++ configs/core1.okc-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE1-MX960-RE0> show system commit 
+#   2014-10-09 16:40:13 CDT by andrew via cli commit synchronize
+#   2014-10-09 16:33:56 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2014-10-09 11:39:12 CDT by andrew via cli commit synchronize
 #   2014-10-09 10:28:32 CDT by andrew via cli commit synchronize
 #   2014-10-09 10:17:32 CDT by andrew via cli commit synchronize
 #   2014-10-05 14:11:25 CDT by andrew via cli commit synchronize
-#   2014-10-05 14:06:43 CDT by andrew via cli commit synchronize
-#   2014-10-05 13:28:49 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -469,7 +469,7 @@
 # grnoc-mon at OKC-CORE1-MX960-RE0> show system uptime 
 # System booted: 2014-09-14 04:23 CDT 
 # Protocols started: 2014-09-14 04:24 CDT 
-# Last configured: 2014-10-09 11:39 CDT  by andrew
+# Last configured: 2014-10-09 16:40 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse 
@@ -553,6 +553,9 @@
 #xe-1/3/0.1102 up up
 #xe-1/3/0.1105 up up
 #xe-1/3/0.1106 up up
+#xe-1/3/0.1108 up up
+#xe-1/3/0.1110 up up
+#xe-1/3/0.1112 up up
 #xe-1/3/0.5160 up up
 #xe-1/3/0.5161 up up
 #xe-1/3/0.5162 up up
@@ -703,6 +706,9 @@
 #lsi.4 up up
 #lsi.5 up up
 #lsi.6 up up
+#lsi.7 up up
+#lsi.8 up up
+#lsi.9 up up
 #lsi.1059855 up up
 #lsi.1059868 up up
 #lsi.1059869 up up
@@ -716,7 +722,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE1-MX960-RE0> show configuration 
-## Last commit: 2014-10-09 11:39:12 CDT by andrew
+## Last commit: 2014-10-09 16:40:13 CDT by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -1293,6 +1299,39 @@
                 address 10.119.16.1/30;
             }
         }
+        unit 1108 {
+            description AGENCY-DATA-L3VPN-TO-OMES-CIR00XXXX;
+            vlan-id 1108;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                }
+                address 10.119.24.0/31;
+            }
+        }
+        unit 1110 {
+            description VOIP-L3VPN-TO-OMES-CIR00XXXX;
+            vlan-id 1110;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                }
+                address 10.119.32.0/31;
+            }
+        }
+        unit 1112 {
+            description MGMT-L3VPN-TO-OMES-CIR00XXXX;
+            vlan-id 1112;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                }
+                address 10.119.40.0/31;
+            }
+        }
         unit 5160 {
             description "VPLS-OMES-2516-CIR0005946 [NO-MONITOR]";
             encapsulation vlan-vpls;
@@ -12828,6 +12867,37 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-AGENCY-DATA-EXPORT {
+        term reject-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term accept-all {
+            then {
+                metric 100;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-AGENCY-DATA-IMPORT {
+        term accept-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then {
+                metric 100;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
     policy-statement EBGP-OMES-DPS-EXPORT {
         term reject-default {
             from {
@@ -12853,6 +12923,37 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-MGMT-EXPORT {
+        term reject-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term accept-all {
+            then {
+                metric 100;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-MGMT-IMPORT {
+        term accept-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then {
+                metric 100;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
     policy-statement EBGP-OMES-ODOT-EXPORT {
         term reject-default {
             from {
@@ -12878,6 +12979,37 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-VOIP-EXPORT {
+        term reject-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term accept-all {
+            then {
+                metric 100;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-VOIP-IMPORT {
+        term accept-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then {
+                metric 100;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
     policy-statement EBGP-QWEST-EXPORT {
         term STEP-1 {
             from policy COMMODITY-PREFIXES-LIST;
@@ -12988,6 +13120,132 @@
             then reject;
         }
     }
+    policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-AGENCY-DATA-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
+    policy-statement OMES-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
+    policy-statement OMES-VOIP-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-VOIP-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-VOIP-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-VOIP-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-VOIP-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-VOIP-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-VOIP-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -13132,6 +13390,9 @@
     community OKCCORE4 members 5078:214;
     community OKCCORE5 members 5078:215;
     community OKCCORE6 members 5078:216;
+    community OMES-AGENCY-DATA-VPN members target:5078:2548;
+    community OMES-MGMT-VPN members target:5078:2550;
+    community OMES-VOIP-VPN members target:5078:2549;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community PTCCORE1 members 5078:234;
@@ -13751,6 +14012,96 @@
             }
         }
     }
+    OMES-AGENCY-DATA-L3VPN {
+        description OMES-AGENCY-DATA-L3VPN;
+        instance-type vrf;
+        interface xe-1/3/0.1108;
+        route-distinguisher 164.58.199.211:2548;
+        vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+        vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+        vrf-target target:5078:2548;
+        vrf-table-label;
+        routing-options {
+            autonomous-system 64569;
+        }
+        protocols {
+            bgp {
+                group EBGP-OMES-AGENCY-DATA {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.24.1 {
+                        description "OMES-AGENCY-DATA-EBGP [NO-MONITOR]";
+                        import EBGP-OMES-AGENCY-DATA-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-AGENCY-DATA-EXPORT;
+                        peer-as 40628;
+                    }
+                }
+            }
+        }
+    }
+    OMES-MGMT-L3VPN {
+        description OMES-MGMT-L3VPN;
+        instance-type vrf;
+        interface xe-1/3/0.1112;
+        route-distinguisher 164.58.199.211:2550;
+        vrf-import OMES-MGMT-VRF-IMPORT;
+        vrf-export OMES-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2550;
+        vrf-table-label;
+        routing-options {
+            autonomous-system 64569;
+        }
+        protocols {
+            bgp {
+                group EBGP-OMES-MGMT {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.40.1 {
+                        description "OMES-MGMT-EBGP [NO-MONITOR]";
+                        import EBGP-OMES-MGMT-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-MGMT-EXPORT;
+                        peer-as 40628;
+                    }
+                }
+            }
+        }
+    }
+    OMES-VOIP-L3VPN {
+        description OMES-VOIP-L3VPN;
+        instance-type vrf;
+        interface xe-1/3/0.1110;
+        route-distinguisher 164.58.199.211:2549;
+        vrf-import OMES-VOIP-VRF-IMPORT;
+        vrf-export OMES-VOIP-VRF-EXPORT;
+        vrf-target target:5078:2549;
+        vrf-table-label;
+        routing-options {
+            autonomous-system 64569;
+        }
+        protocols {
+            bgp {
+                group EBGP-OMES-VOIP {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.32.1 {
+                        description "OMES-VOIP-EBGP [NO-MONITOR]";
+                        import EBGP-OMES-VOIP-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-VOIP-EXPORT;
+                        peer-as 40628;
+                    }
+                }
+            }
+        }
+    }
     SKYRIDER-MGMT-L3VPN {
         description SKYRIDER-MGMT-L3VPN;
         instance-type vrf;
Index: configs/core2-okc-mx960.onenet.net
===================================================================
--- configs/core2-okc-mx960.onenet.net	(revision 120331)
+++ configs/core2-okc-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE2-MX960-RE0> show system commit 
+#   2014-10-09 16:44:28 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2014-10-08 12:28:29 CDT by andrew via cli commit synchronize
 #   2014-10-05 14:18:11 CDT by andrew via cli commit synchronize
 #   2014-10-05 13:31:45 CDT by andrew via cli commit synchronize
 #   2014-10-05 04:06:27 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-10-02 09:35:41 CDT by rnordmark via cli commit synchronize
-#   2014-09-28 00:29:53 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE2-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -413,7 +413,7 @@
 # grnoc-mon at OKC-CORE2-MX960-RE0> show system uptime 
 # System booted: 2014-09-14 04:07 CDT 
 # Protocols started: 2014-09-14 04:09 CDT 
-# Last configured: 2014-10-08 12:28 CDT  by andrew
+# Last configured: 2014-10-09 16:44 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse 
@@ -481,6 +481,9 @@
 #xe-1/0/0.1103 up up
 #xe-1/0/0.1104 up up
 #xe-1/0/0.1107 up up
+#xe-1/0/0.1109 up up
+#xe-1/0/0.1111 up up
+#xe-1/0/0.1113 up up
 #xe-1/0/0.5160 up up
 #xe-1/0/0.5161 up up
 #xe-1/0/0.5162 up up
@@ -587,6 +590,9 @@
 #lsi.5 up up
 #lsi.6 up up
 #lsi.7 up up
+#lsi.8 up up
+#lsi.9 up up
+#lsi.10 up up
 #lsi.1062213 up up
 #lsi.1062227 up up
 #lsi.1062228 up up
@@ -607,7 +613,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE2-MX960-RE0> show configuration 
-## Last commit: 2014-10-08 12:28:29 CDT by andrew
+## Last commit: 2014-10-09 16:44:28 CDT by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -1119,6 +1125,39 @@
                 address 10.119.16.5/30;
             }
         }
+        unit 1109 {
+            description AGENCY-DATA-L3VPN-TO-OMES-CIR00XXXX;
+            vlan-id 1109;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                }
+                address 10.119.24.2/31;
+            }
+        }
+        unit 1111 {
+            description VOIP-L3VPN-TO-OMES-CIR00XXXX;
+            vlan-id 1111;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                }
+                address 10.119.32.2/31;
+            }
+        }
+        unit 1113 {
+            description MGMT-L3VPN-TO-OMES-CIR00XXXX;
+            vlan-id 1113;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                }
+                address 10.119.40.2/31;
+            }
+        }
         unit 5160 {
             description VPLS-OMES-2516-CIR0005947;
             encapsulation vlan-vpls;
@@ -12357,6 +12396,37 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-AGENCY-DATA-EXPORT {
+        term reject-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term accept-all {
+            then {
+                metric 200;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-AGENCY-DATA-IMPORT {
+        term accept-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then {
+                metric 200;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
     policy-statement EBGP-OMES-DPS-EXPORT {
         term reject-default {
             from {
@@ -12382,6 +12452,37 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-MGMT-EXPORT {
+        term reject-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term accept-all {
+            then {
+                metric 200;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-MGMT-IMPORT {
+        term accept-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then {
+                metric 200;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
     policy-statement EBGP-OMES-ODOT-EXPORT {
         term reject-default {
             from {
@@ -12407,6 +12508,37 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-VOIP-EXPORT {
+        term reject-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term accept-all {
+            then {
+                metric 200;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-VOIP-IMPORT {
+        term accept-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then {
+                metric 200;
+                accept;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -12454,6 +12586,132 @@
             then reject;
         }
     }
+    policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-AGENCY-DATA-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
+    policy-statement OMES-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
+    policy-statement OMES-VOIP-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-VOIP-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-VOIP-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-VOIP-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-VOIP-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-VOIP-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-VOIP-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement ONENET-PS_NET-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -12625,6 +12883,9 @@
     community OKCCORE4 members 5078:214;
     community OKCCORE5 members 5078:215;
     community OKCCORE6 members 5078:216;
+    community OMES-AGENCY-DATA-VPN members target:5078:2548;
+    community OMES-MGMT-VPN members target:5078:2550;
+    community OMES-VOIP-VPN members target:5078:2549;
     community ONET-PS_NET-VPN members target:5078:2530;
     community ONET-UPS-VPN members target:5078:100;
     community OSUOKC members 5078:50;
@@ -16688,6 +16949,96 @@
             }
         }
     }
+    OMES-AGENCY-DATA-L3VPN {
+        description OMES-AGENCY-DATA-L3VPN;
+        instance-type vrf;
+        interface xe-1/0/0.1109;
+        route-distinguisher 164.58.199.212:2548;
+        vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+        vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+        vrf-target target:5078:2548;
+        vrf-table-label;
+        routing-options {
+            autonomous-system 64569;
+        }
+        protocols {
+            bgp {
+                group EBGP-OMES-AGENCY-DATA {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.24.3 {
+                        description "OMES-AGENCY-DATA-EBGP [NO-MONITOR]";
+                        import EBGP-OMES-AGENCY-DATA-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-AGENCY-DATA-EXPORT;
+                        peer-as 40628;
+                    }
+                }
+            }
+        }
+    }
+    OMES-MGMT-L3VPN {
+        description OMES-MGMT-L3VPN;
+        instance-type vrf;
+        interface xe-1/0/0.1113;
+        route-distinguisher 164.58.199.212:2550;
+        vrf-import OMES-MGMT-VRF-IMPORT;
+        vrf-export OMES-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2550;
+        vrf-table-label;
+        routing-options {
+            autonomous-system 64569;
+        }
+        protocols {
+            bgp {
+                group EBGP-OMES-MGMT {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.40.3 {
+                        description "OMES-MGMT-EBGP [NO-MONITOR]";
+                        import EBGP-OMES-MGMT-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-MGMT-EXPORT;
+                        peer-as 40628;
+                    }
+                }
+            }
+        }
+    }
+    OMES-VOIP-L3VPN {
+        description OMES-VOIP-L3VPN;
+        instance-type vrf;
+        interface xe-1/0/0.1111;
+        route-distinguisher 164.58.199.212:2549;
+        vrf-import OMES-VOIP-VRF-IMPORT;
+        vrf-export OMES-VOIP-VRF-EXPORT;
+        vrf-target target:5078:2549;
+        vrf-table-label;
+        routing-options {
+            autonomous-system 64569;
+        }
+        protocols {
+            bgp {
+                group EBGP-OMES-VOIP {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.32.3 {
+                        description "OMES-VOIP-EBGP [NO-MONITOR]";
+                        import EBGP-OMES-VOIP-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-VOIP-EXPORT;
+                        peer-as 40628;
+                    }
+                }
+            }
+        }
+    }
     ONENET-PS_NET-L3VPN {
         description "PS_NET Public Safety Net";
         instance-type vrf;
Index: configs/core.dun.onenet.net
===================================================================
--- configs/core.dun.onenet.net	(revision 120297)
+++ configs/core.dun.onenet.net	(working copy)
@@ -349,8 +349,8 @@
 #lsi.1050368 up up
 #lsi.1050421 up up
 #lsi.1050437 up up
-#lsi.1050438 up up
 #lsi.1050439 up up
+#lsi.1050440 up up
 #mtun up up
 #pimd up up
 #pime up up



More information about the Nocrancid mailing list