[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Oct 6 21:04:31 CDT 2017


Index: configs/core2.dc.onenet.net
===================================================================
--- configs/core2.dc.onenet.net	(revision 157214)
+++ configs/core2.dc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MX480_DC_02_RE0> show system commit 
+#   2017-10-06 20:02:36 CDT by andrew via cli commit synchronize
 #   2017-10-05 16:30:43 CDT by andrew via cli commit synchronize
 #   2017-10-05 01:07:57 CDT by andrew via cli commit synchronize
 #   2017-10-03 22:16:03 CDT by andrew via cli commit synchronize
 #   2017-10-03 21:37:53 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 #   2017-10-03 13:27:31 CDT by andrew via cli commit synchronize
-#   2017-10-02 18:05:23 CDT by andrew via cli commit synchronize
 # grnoc-mon at MX480_DC_02_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -421,7 +421,7 @@
 # grnoc-mon at MX480_DC_02_RE0> show system uptime 
 # System booted: 2016-09-03 21:49 CDT 
 # Protocols started: 2016-09-03 21:51 CDT 
-# Last configured: 2017-10-05 16:30 CDT  by andrew
+# Last configured: 2017-10-06 20:02 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at MX480_DC_02_RE0> show interface terse 
@@ -518,6 +518,7 @@
 #xe-2/2/0.2543 up up
 #xe-2/2/0.2550 up up
 #xe-2/2/0.2559 up up
+#xe-2/2/0.2642 up up
 #xe-2/2/0.32767 up up
 #xe-2/2/1 down down
 #xe-2/3/0 up up
@@ -610,6 +611,7 @@
 #irb.2026 up up
 #irb.2027 up up
 #irb.2028 up up
+#irb.2029 up up
 #irb.2102 up up
 #irb.2103 up up
 #irb.2106 up up
@@ -663,6 +665,7 @@
 #irb.4033 up up
 #irb.4034 up up
 #irb.4035 up up
+#irb.4036 up up
 #irb.4038 up up
 #irb.4039 up up
 #irb.4050 up up
@@ -680,7 +683,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_02_RE0> show configuration 
-## Last commit: 2017-10-05 16:30:43 CDT by andrew
+## Last commit: 2017-10-06 20:02:36 CDT by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -1097,6 +1100,14 @@
                 address 10.119.254.73/31;
             }
         }
+        unit 2642 {
+            description "CORE2-DC-TO-LAWTON-PS-COLO [ORDERED]";
+            vlan-id 2642;
+            family inet {
+                mtu 9000;
+                address 10.199.5.43/31;
+            }
+        }
     }
     xe-2/2/1 {
         disable;
@@ -1567,6 +1578,12 @@
                 address 156.110.192.49/29;
             }
         }
+        unit 2029 {
+            description dmz_lawtps-01-2029;
+            family inet {
+                address 10.187.12.1/24;
+            }
+        }
         unit 2102 {
             description dmz_ohcwc_-01-2102;
             family inet {
@@ -1888,6 +1905,12 @@
                 address 10.197.9.10/29;
             }
         }
+        unit 4036 {
+            description "MX to SRX - DMZ_LAWTON-PS";
+            family inet {
+                address 10.197.9.18/29;
+            }
+        }
         unit 4038 {
             description "MX to SRX L3 - dmz_sysgrp_test-0560";
             family inet {
@@ -2290,6 +2313,28 @@
             then reject;
         }
     }
+    policy-statement EBGP-ONENET-DC-LAWTON-PS-L3VPN-V4-EXPORT {
+        term SEND-ROUTES {
+            from {
+                route-filter 10.187.12.0/24 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-ONENET-DC-LAWTON-PS-L3VPN-V4-IMPORT {
+        term ACCEPT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-ONENET-DC-ODMHSAS-V4-EXPORT {
         term SEND-ONENET-MGMT {
             from {
@@ -3254,6 +3299,47 @@
             }
         }
     }
+    dmz_lawton-ps {
+        instance-type virtual-router;
+        interface xe-2/2/0.2642;
+        interface irb.2029;
+        interface irb.4036;
+        routing-options {
+            router-id 10.197.9.18;
+            autonomous-system 64595;
+        }
+        protocols {
+            bgp {
+                group IBGP-DMZ-LAWTON-PS {
+                    type internal;
+                    local-address 10.197.9.18;
+                    family inet {
+                        unicast;
+                    }
+#                    authentication-#key <removed>;
+                    export REDISTRIBUTE-STATICS-OSPF;
+                    neighbor 10.197.9.17 {
+                        description "ONENET-DMZ-LAWTON-PS-CORE2-DC [ORDERED]";
+                    }
+                }
+                group EBGP-DMZ-LAWTON-PS-L3VPN {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    remove-private all;
+                    as-override;
+                    neighbor 10.199.5.42 {
+                        description "ONENET-DC-TO-LAWTON-PS-L3VPN [ORDERED]";
+                        import EBGP-ONENET-DC-LAWTON-PS-L3VPN-V4-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-ONENET-DC-LAWTON-PS-L3VPN-V4-EXPORT;
+                        peer-as 5078;
+                    }
+                }
+            }
+        }
+    }
     dmz_netgrp {
         apply-groups OSPF-RI;
         instance-type virtual-router;
@@ -3775,6 +3861,15 @@
         vlan-id 2023;
         routing-interface irb.2023;
     }
+    dmz_lawtps-01-2029 {
+        vlan-id 2029;
+        routing-interface irb.2029;
+    }
+    dmz_lawtps-01-4036 {
+        apply-groups-except MAC-SYNC;
+        vlan-id 4036;
+        routing-interface irb.4036;
+    }
     dmz_mag___-01-0840 {
         vlan-id 840;
         routing-interface irb.840;
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 157266)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system commit 
+#   2017-10-06 20:07:23 CDT by andrew via cli commit synchronize
 #   2017-10-06 11:51:58 CDT by andrew via cli commit synchronize
 #   2017-10-02 15:42:34 CDT by andrew via cli commit synchronize
 #   2017-10-02 14:23:52 CDT by andrew via cli commit synchronize
 #   2017-10-02 14:07:04 CDT by andrew via cli commit synchronize
 #   2017-10-01 21:21:25 CDT by andrew via cli commit synchronize
-#   2017-09-29 17:45:52 CDT by sky via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -557,7 +557,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2016-10-12 18:12 CDT 
 # Protocols started: 2016-10-12 18:14 CDT 
-# Last configured: 2017-10-06 11:51 CDT  by andrew
+# Last configured: 2017-10-06 20:07 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -1235,6 +1235,7 @@
 #xe-3/0/3.2600 up up
 #xe-3/0/3.2636 up up
 #xe-3/0/3.2641 up up
+#xe-3/0/3.2642 up up
 #xe-3/0/3.32767 up up
 #lc-3/1/0 up up
 #lc-3/1/0.32769 up up
@@ -1445,6 +1446,7 @@
 #lsi.46 up up
 #lsi.47 up up
 #lsi.48 up up
+#lsi.49 up up
 #lsi.1048586 up up
 #lsi.1048592 up up
 #lsi.1048600 up up
@@ -1530,7 +1532,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2017-10-06 11:51:58 CDT by andrew
+## Last commit: 2017-10-06 20:07:23 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -7993,6 +7995,18 @@
                 address 10.199.5.34/31;
             }
         }
+        unit 2642 {
+            description "LAWTON-PS-TO-CORE1-DC [ORDERED]";
+            vlan-id 2642;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.199.5.40/31;
+            }
+        }
     }
     xe-3/1/0 {
         description "CORE 10GE to core1.okc xe-7/0/1 | OneNet-OKC-OKC-XE-XXXX [ORDERED]";
@@ -12052,6 +12066,28 @@
             then reject;
         }
     }
+    policy-statement EBGP-LAWTON-PS-ONENET-DC-EXPORT {
+        term ACCEPT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-LAWTON-PS-ONENET-DC-IMPORT {
+        term ACCEPT-ROUTES {
+            from {
+                route-filter 10.187.12.0/24 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-LEGAL-AID-EXPORT {
         term SEND-RFC1918 {
             from {
@@ -13650,6 +13686,48 @@
             then reject;
         }
     }
+    policy-statement LAWTON-PS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement LAWTON-PS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community LAWTON-PS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement LEGAL-AID-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -14946,6 +15024,7 @@
     community Global-Prepend members 209:64603;
     community JDMC-VPN members target:5078:2670;
     community KIAMICHI-FMC-VPN members target:5078:2629;
+    community LAWTON-PS-VPN members target:5078:2642;
     community LEGAL-AID-VPN members target:5078:2594;
     community Level3-Prepend members 209:64563;
     community NON_ONENET {
@@ -17116,6 +17195,33 @@
         vrf-target target:5078:2629;
         vrf-table-label;
     }
+    LAWTON-PS-L3VPN {
+        description LAWTON-PS-L3VPN;
+        instance-type vrf;
+        interface xe-3/0/3.2642;
+        route-distinguisher 164.58.199.214:2642;
+        vrf-import LAWTON-PS-VRF-IMPORT;
+        vrf-export LAWTON-PS-VRF-EXPORT;
+        vrf-target target:5078:2642;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-LAWTON-PS-ONENET-DC {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.199.5.41 {
+                        description "LAWTON-PS-TO-CORE1-DC [ORDERED]";
+                        import EBGP-LAWTON-PS-ONENET-DC-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-LAWTON-PS-ONENET-DC-EXPORT;
+                        peer-as 64595;
+                    }
+                }
+            }
+        }
+    }
     LEGAL-AID-L3VPN {
         description LEGAL-AID-L3VPN;
         instance-type vrf;
Index: configs/odmhsas.central-office.okc.client.onenet.net
===================================================================
--- configs/odmhsas.central-office.okc.client.onenet.net	(revision 157257)
+++ configs/odmhsas.central-office.okc.client.onenet.net	(working copy)
@@ -206,7 +206,7 @@
 #st0.29 up up
 #st0.30 up up
 #st0.31 up up
-#st0.32 up up
+#st0.32 up down
 #st0.33 up up
 #st0.34 up up
 #st0.35 up up
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net	(revision 157077)
+++ configs/core.law.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LAWTON-MX480-RE0> show system commit 
+#   2017-10-06 20:17:00 CDT by andrew via cli commit synchronize
 #   2017-09-27 18:16:53 CDT by andrew via cli commit synchronize
 #   2017-09-27 18:13:40 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2017-09-27 14:07:59 CDT by andrew via cli commit synchronize
 #   2017-09-26 18:33:43 CDT by andrew via cli commit synchronize
 #   2017-09-25 22:53:07 CDT by andrew via cli commit synchronize
-#   2017-09-24 16:42:03 CDT by andrew via cli commit synchronize
 # grnoc-mon at LAWTON-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -451,7 +451,7 @@
 # grnoc-mon at LAWTON-MX480-RE0> show system uptime 
 # System booted: 2016-03-16 01:11 CDT 
 # Protocols started: 2016-03-16 01:22 CDT 
-# Last configured: 2017-09-27 18:16 CDT  by andrew
+# Last configured: 2017-10-06 20:17 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at LAWTON-MX480-RE0> show interface terse 
@@ -585,6 +585,7 @@
 #xe-1/1/1.80 up up
 #xe-1/1/1.81 up up
 #xe-1/1/1.225 up up
+#xe-1/1/1.226 up up
 #xe-1/1/1.500 up up
 #xe-1/1/1.502 up up
 #xe-1/1/1.32767 up up
@@ -657,6 +658,7 @@
 #lsi.6 up up
 #lsi.7 up up
 #lsi.8 up up
+#lsi.9 up up
 #lsi.1049115 up up
 #lsi.1049312 up up
 #lsi.1049631 up up
@@ -713,7 +715,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LAWTON-MX480-RE0> show configuration 
-## Last commit: 2017-09-27 18:16:53 CDT by andrew
+## Last commit: 2017-10-06 20:17:00 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1759,6 +1761,21 @@
                 address 164.58.168.1/26;
             }
         }
+        unit 226 {
+            vlan-id 226;
+            family inet {
+                mtu 1500;
+                policer {
+                    input 3G-POL;
+                    output 3G-POL;
+                }
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.199.5.38/31;
+            }
+        }
         unit 500 {
             vlan-id 500;
             family inet {
@@ -3230,6 +3247,48 @@
             }
         }
     }
+    policy-statement LAWTON-PS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement LAWTON-PS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community LAWTON-PS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -3477,6 +3536,7 @@
     community GREAT-PLAINS-VOTECH-VPN members target:5078:2618;
     community Goodwell members 5078:62;
     community Idabel members 5078:102;
+    community LAWTON-PS-VPN members target:5078:2642;
     community Langston members 5078:236;
     community Lawton120 members 5078:189;
     community Lawton480 members 5078:202;
@@ -4073,6 +4133,21 @@
             }
         }
     }
+    LAWTON-PS-L3VPN {
+        description LAWTON-PS-L3VPN;
+        instance-type vrf;
+        interface xe-1/1/1.226;
+        route-distinguisher 164.58.199.202:2642;
+        vrf-import LAWTON-PS-VRF-IMPORT;
+        vrf-export LAWTON-PS-VRF-EXPORT;
+        vrf-target target:5078:2642;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 0.0.0.0/0 next-hop 10.199.5.39;
+            }
+        }
+    }
     ODOT-VPLS-2527 {
         description ODOT-VPLS;
         instance-type vpls;
Index: configs/swi1.lawton-ps.onenet.net
===================================================================
--- configs/swi1.lawton-ps.onenet.net	(revision 154500)
+++ configs/swi1.lawton-ps.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LAWTON-PS-EX3300-24T-LR-003233> show system commit 
+#   2017-10-06 20:19:15 CDT by andrew via cli
 #   2017-02-27 15:20:23 CST by andrew via cli commit confirmed, rollback in 3mins
 #   2017-02-22 16:00:33 CST by admin via cli
 #   2017-02-22 15:59:49 CST by admin via cli
 #   2017-02-22 15:11:30 CST by andrew via cli
 #   2016-08-01 10:08:40 CDT by andrew via cli
-#   2016-08-01 09:46:58 CDT by andrew via cli commit confirmed, rollback in 3mins
 # grnoc-mon at LAWTON-PS-EX3300-24T-LR-003233> show chassis environment 
 # Class Item                           Status     Measurement
 # Power FPC 0 Power Supply 0           OK        
@@ -197,7 +197,7 @@
 # --------------------------------------------------------------------------
 # System booted: 2016-11-06 13:51 CST 
 # Protocols started: 2016-11-06 13:53 CST 
-# Last configured: 2017-02-27 15:20 CST  by andrew
+# Last configured: 2017-10-06 20:19 CDT  by andrew
 # 
 # {master:0}
 # grnoc-mon at LAWTON-PS-EX3300-24T-LR-003233> show interface terse 
@@ -259,7 +259,7 @@
 #vlan.80 up up
 #vme up down
 # grnoc-mon at LAWTON-PS-EX3300-24T-LR-003233> show configuration 
-## Last commit: 2017-02-27 15:20:23 CST by andrew
+## Last commit: 2017-10-06 20:19:15 CDT by andrew
 version 12.3R9.4;
 system {
     host-name LAWTON-PS-EX3300-24T-LR-003233;
@@ -493,7 +493,7 @@
             family ethernet-switching {
                 port-mode trunk;
                 vlan {
-                    members [ 14 80-81 225 500 502 ];
+                    members [ 14 80-81 225-226 500 502 ];
                 }
             }
         }
@@ -503,7 +503,7 @@
             family ethernet-switching {
                 port-mode trunk;
                 vlan {
-                    members [ 14 81 225 501 ];
+                    members [ 14 81 225-226 501 ];
                 }
             }
         }
@@ -657,6 +657,9 @@
     VLAN-225 {
         vlan-id 225;
     }
+    VLAN-226 {
+        vlan-id 226;
+    }
     VLAN-500 {
         vlan-id 500;
     }
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net	(revision 157278)
+++ configs/lavern-public-schools.client.onenet.net	(working copy)
@@ -113,7 +113,7 @@
 # 
 # grnoc-mon at LAVERN-PUBLIC-SCHOOLS-TAG-004351> show interface terse 
 #Interface Admin Link
-#ge-0/0/0 down down
+#ge-0/0/0 down up
 #gr-0/0/0 up up
 #ip-0/0/0 up up
 #lsq-0/0/0 up up
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 157266)
+++ configs/core5.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system commit 
+#   2017-10-06 20:10:25 CDT by andrew via cli commit synchronize
 #   2017-10-05 11:09:43 CDT by aberrios via cli commit synchronize
 #   2017-10-04 16:23:21 CDT by andrew via cli commit synchronize
 #   2017-10-04 16:22:21 CDT by andrew via cli commit synchronize
 #   2017-10-04 10:28:22 CDT by andrew via cli commit synchronize
 #   2017-10-03 22:16:43 CDT by andrew via cli commit synchronize
-#   2017-10-03 21:41:34 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -561,7 +561,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2016-10-12 08:16 CDT 
 # Protocols started: 2016-10-12 08:18 CDT 
-# Last configured: 2017-10-05 11:09 CDT  by aberrios
+# Last configured: 2017-10-06 20:10 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -1305,6 +1305,7 @@
 #xe-3/1/1.2543 up up
 #xe-3/1/1.2550 up up
 #xe-3/1/1.2559 up up
+#xe-3/1/1.2642 up up
 #xe-3/1/1.32767 up up
 #lc-3/2/0 up up
 #lc-3/2/0.32769 up up
@@ -1373,6 +1374,7 @@
 #lsi.34 up up
 #lsi.35 up up
 #lsi.36 up up
+#lsi.37 up up
 #lsi.1048577 up up
 #lsi.1048593 up up
 #lsi.1048595 up up
@@ -1443,7 +1445,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2017-10-05 11:09:43 CDT by aberrios
+## Last commit: 2017-10-06 20:10:25 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -10876,6 +10878,18 @@
                 address 10.119.254.72/31;
             }
         }
+        unit 2642 {
+            description "LAWTON-PS-TO-CORE2-DC [ORDERED]";
+            vlan-id 2642;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.199.5.42/31;
+            }
+        }
     }
     ae0 {
         description CACHE-AKAMAI-20G-CIR0004480;
@@ -12702,6 +12716,28 @@
             then reject;
         }
     }
+    policy-statement EBGP-LAWTON-PS-ONENET-DC-EXPORT {
+        term ACCEPT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-LAWTON-PS-ONENET-DC-IMPORT {
+        term ACCEPT-ROUTES {
+            from {
+                route-filter 10.187.12.0/24 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-ODMHSAS-L3VPN-EXPORT {
         term DEFAULT {
             from {
@@ -13917,6 +13953,48 @@
             then reject;
         }
     }
+    policy-statement LAWTON-PS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add LAWTON-PS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement LAWTON-PS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community LAWTON-PS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -14782,6 +14860,7 @@
     community DPS-VPN members target:5078:2540;
     community JDMC-VPN members target:5078:2670;
     community KIAMICHI-FMC-VPN members target:5078:2629;
+    community LAWTON-PS-VPN members target:5078:2642;
     community MHSSO-VPN members target:5078:2643;
     community NON_ONENET {
         invert-match;
@@ -22214,6 +22293,33 @@
             }
         }
     }
+    LAWTON-PS-L3VPN {
+        description LAWTON-PS-L3VPN;
+        instance-type vrf;
+        interface xe-3/1/1.2642;
+        route-distinguisher 164.58.199.215:2642;
+        vrf-import LAWTON-PS-VRF-IMPORT;
+        vrf-export LAWTON-PS-VRF-EXPORT;
+        vrf-target target:5078:2642;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-LAWTON-PS-ONENET-DC {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.199.5.43 {
+                        description "LAWTON-PS-TO-CORE1-DC [ORDERED]";
+                        import EBGP-LAWTON-PS-ONENET-DC-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-LAWTON-PS-ONENET-DC-EXPORT;
+                        peer-as 64595;
+                    }
+                }
+            }
+        }
+    }
     MHSSO-L3VPN {
         description MENTAL-HEALTH-SERVICES-OF-SOUTHERN-OKLAHOMA-L3VPN;
         instance-type vrf;
Index: configs/opt.okc.onenet.net
===================================================================
--- configs/opt.okc.onenet.net	(revision 157278)
+++ configs/opt.okc.onenet.net	(working copy)
@@ -236,6 +236,7 @@
         <interface name="CHAN-3-3-24-RX" abbr_name="CHAN-3-3-24-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="CHAN-3-3-25-RX" abbr_name="CHAN-3-3-25-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="CHAN-3-3-26-RX" abbr_name="CHAN-3-3-26-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
+        <interface name="CHAN-3-3-27-RX" abbr_name="CHAN-3-3-27-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="CHAN-3-3-28-RX" abbr_name="CHAN-3-3-28-RX" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="monitor"></interface>
         <interface name="CHAN-3-3-29-RX" abbr_name="CHAN-3-3-29-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="CHAN-3-3-30-RX" abbr_name="CHAN-3-3-30-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>



More information about the Nocrancid mailing list