[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Jul 13 11:02:23 CDT 2015


Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 129066)
+++ 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 
+#   2015-07-13 10:16:02 CDT by andrew via cli commit synchronize
+#   2015-07-13 10:07:31 CDT by andrew via cli commit synchronize
+#   2015-07-13 10:01:39 CDT by andrew via cli commit synchronize
 #   2015-07-13 09:51:11 CDT by andrew via cli commit synchronize
 #   2015-07-02 13:10:12 CDT by andrew via cli commit synchronize
 #   2015-07-01 15:27:38 CDT by andrew via cli commit synchronize
-#   2015-06-30 18:53:42 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2015-06-30 10:46:40 CDT by andrew via cli commit synchronize
-#   2015-06-30 10:24:11 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        
@@ -431,7 +431,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2014-09-16 23:50 CDT 
 # Protocols started: 2014-09-16 23:51 CDT 
-# Last configured: 2015-07-13 09:51 CDT  by andrew
+# Last configured: 2015-07-13 10:16 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -516,7 +516,6 @@
 #xe-1/0/0.500 up up
 #xe-1/0/0.501 up up
 #xe-1/0/0.502 up up
-#xe-1/0/0.1121 up up
 #xe-1/0/0.32767 up up
 #xe-1/0/1 up up
 #xe-1/0/1.2500 up up
@@ -602,6 +601,8 @@
 #xe-2/0/1.1117 up up
 #xe-2/0/1.1118 up up
 #xe-2/0/1.1120 up up
+#xe-2/0/1.1121 up up
+#xe-2/0/1.1123 up up
 #xe-2/0/1.5160 up up
 #xe-2/0/1.5165 up up
 #xe-2/0/1.32767 up up
@@ -679,7 +680,8 @@
 #lsi.8 up up
 #lsi.9 up up
 #lsi.10 up up
-#lsi.11 up up
+#lsi.12 up up
+#lsi.13 up up
 #lsi.1494019 up up
 #lsi.1494467 up up
 #lsi.1496614 up up
@@ -736,7 +738,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2015-07-13 09:51:11 CDT by andrew
+## Last commit: 2015-07-13 10:16:02 CDT by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -1346,17 +1348,6 @@
             encapsulation vlan-ccc;
             vlan-id 502;
         }
-        unit 1121 {
-            description "DHS-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
-            vlan-id 1121;
-            family inet {
-                mtu 9000;
-                sampling {
-                    input;
-                }
-                address 10.119.52.2/31;
-            }
-        }
     }
     xe-1/0/1 {
         description HEI-VPLS-OU-2500-CIR000XXXX;
@@ -1847,6 +1838,28 @@
             vlan-id 1120;
             family vpls;
         }
+        unit 1121 {
+            description "DHS-DATA-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
+            vlan-id 1121;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                }
+                address 10.119.52.2/31;
+            }
+        }
+        unit 1123 {
+            description "DHS-GUEST-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
+            vlan-id 1123;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                }
+                address 10.119.56.2/31;
+            }
+        }
         unit 5160 {
             description VPLS-OMES-2516-CIR0005947;
             encapsulation vlan-vpls;
@@ -2851,41 +2864,41 @@
             then reject;
         }
     }
-    policy-statement DHS-VRF-EXPORT {
+    policy-statement DHS-DATA-VRF-EXPORT {
         term 1 {
             from protocol static;
             then {
-                community add DHS-VPN;
+                community add DHS-DATA-VPN;
                 accept;
             }
         }
         term 2 {
             from protocol direct;
             then {
-                community add DHS-VPN;
+                community add DHS-DATA-VPN;
                 accept;
             }
         }
         term 3 {
             from protocol ospf;
             then {
-                community add DHS-VPN;
+                community add DHS-DATA-VPN;
                 accept;
             }
         }
         term 4 {
             from protocol bgp;
             then {
-                community add DHS-VPN;
+                community add DHS-DATA-VPN;
                 accept;
             }
         }
     }
-    policy-statement DHS-VRF-IMPORT {
+    policy-statement DHS-DATA-VRF-IMPORT {
         term 1 {
             from {
                 protocol bgp;
-                community DHS-VPN;
+                community DHS-DATA-VPN;
             }
             then accept;
         }
@@ -2893,6 +2906,48 @@
             then reject;
         }
     }
+    policy-statement DHS-GUEST-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add DHS-GUEST-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add DHS-GUEST-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add DHS-GUEST-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add DHS-GUEST-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement DHS-GUEST-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DHS-GUEST-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement DOH-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -3072,7 +3127,7 @@
             then reject;
         }
     }
-    policy-statement EBGP-OMES-DHS-EXPORT {
+    policy-statement EBGP-OMES-DHS-DATA-EXPORT {
         term REJECT-DEFAULT {
             from {
                 route-filter 0.0.0.0/0 exact;
@@ -3086,7 +3141,7 @@
             then reject;
         }
     }
-    policy-statement EBGP-OMES-DHS-IMPORT {
+    policy-statement EBGP-OMES-DHS-DATA-IMPORT {
         term ACCEPT-DEFAULT {
             from {
                 route-filter 0.0.0.0/0 exact;
@@ -3097,6 +3152,31 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-DHS-GUEST-EXPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-DHS-GUEST-IMPORT {
+        term ACCEPT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-OMES-DPS-EXPORT {
         term REJECT-DEFAULT {
             from {
@@ -3784,7 +3864,8 @@
     community 5078:174 members 5078:174;
     community 5078:3923 members 5078:3923;
     community 5078:40628 members 5078:40628;
-    community DHS-VPN members target:5078:2570;
+    community DHS-DATA-VPN members target:5078:2570;
+    community DHS-GUEST-VPN members target:5078:2571;
     community DOH-VPN members target:5078:3000;
     community DPS-VPN members target:5078:2540;
     community ODOT-VPN members target:5078:2538;
@@ -8135,34 +8216,62 @@
             }
         }
     }
-    DHS-L3VPN {
-        description DHS-L3VPN;
+    DHS-DATA-L3VPN {
+        description DHS-DATA-L3VPN;
         instance-type vrf;
-        interface xe-1/0/0.1121;
+        interface xe-2/0/1.1121;
         route-distinguisher 164.58.199.215:2570;
-        vrf-import DHS-VRF-IMPORT;
-        vrf-export DHS-VRF-EXPORT;
+        vrf-import DHS-DATA-VRF-IMPORT;
+        vrf-export DHS-DATA-VRF-EXPORT;
         vrf-target target:5078:2570;
         vrf-table-label;
         protocols {
-            inactive: bgp {
-                group EBGP-OMES-DHS {
+            bgp {
+                group EBGP-OMES-DHS-DATA {
                     type external;
                     family inet {
                         unicast;
                     }
                     local-as 64569 loops 3 no-prepend-global-as;
                     neighbor 10.119.52.3 {
-                        description "EBGP-DHS-L3VPN-TO-OMES-CIR0005942 [NO-MONITOR]";
-                        import EBGP-OMES-DHS-IMPORT;
+                        description "EBGP-DHS-DATA-L3VPN-TO-OMES-CIR000XXXX [NO-MONITOR]";
+                        import EBGP-OMES-DHS-DATA-IMPORT;
 #                        authentication-key <removed>;
-                        export EBGP-OMES-DHS-EXPORT;
+                        export EBGP-OMES-DHS-DATA-EXPORT;
                         peer-as 65018;
                     }
                 }
             }
         }
     }
+    DHS-GUEST-L3VPN {
+        description DHS-GUEST-L3VPN;
+        instance-type vrf;
+        interface xe-2/0/1.1123;
+        route-distinguisher 164.58.199.215:2571;
+        vrf-import DHS-GUEST-VRF-IMPORT;
+        vrf-export DHS-GUEST-VRF-EXPORT;
+        vrf-target target:5078:2571;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-DHS-GUEST {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    local-as 64569 loops 3 no-prepend-global-as;
+                    neighbor 10.119.56.3 {
+                        description "EBGP-DHS-GUEST-L3VPN-TO-OMES-CIR000XXXX [NO-MONITOR]";
+                        import EBGP-OMES-DHS-GUEST-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-DHS-GUEST-EXPORT;
+                        peer-as 65018;
+                    }
+                }
+            }
+        }
+    }
     DOH-L3VPN {
         description DOH-L3VPN;
         instance-type vrf;
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 129066)
+++ 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 
+#   2015-07-13 10:33:30 CDT by joel via cli commit synchronize
+#   2015-07-13 10:20:23 CDT by joel via cli commit synchronize
+#   2015-07-13 10:14:25 CDT by andrew via cli commit synchronize
+#   2015-07-13 10:09:48 CDT by andrew via cli commit synchronize
 #   2015-07-13 09:48:29 CDT by andrew via cli commit synchronize
 #   2015-07-13 09:47:45 CDT by andrew via cli commit synchronize
-#   2015-07-10 14:34:34 CDT by sky via cli commit synchronize
-#   2015-07-10 13:16:33 CDT by joel via cli commit synchronize
-#   2015-07-10 13:02:14 CDT by joel via cli commit synchronize
-#   2015-07-09 13:52:40 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        
@@ -426,7 +426,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2014-09-16 23:49 CDT 
 # Protocols started: 2014-09-16 23:51 CDT 
-# Last configured: 2015-07-13 09:48 CDT  by andrew
+# Last configured: 2015-07-13 10:33 CDT  by joel
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -450,7 +450,6 @@
 #xe-0/0/1.136 up up
 #xe-0/0/1.142 up up
 #xe-0/0/1.143 up up
-#xe-0/0/1.145 up up
 #xe-0/0/1.146 up up
 #xe-0/0/1.149 up up
 #xe-0/0/1.152 up up
@@ -616,6 +615,7 @@
 #xe-1/0/0.1119 up up
 #xe-1/0/0.1120 up up
 #xe-1/0/0.1122 up up
+#xe-1/0/0.1124 up up
 #xe-1/0/0.5160 up up
 #xe-1/0/0.5165 up up
 #xe-1/0/0.32767 up up
@@ -876,7 +876,8 @@
 #lsi.10 up up
 #lsi.11 up up
 #lsi.12 up up
-#lsi.13 up up
+#lsi.14 up up
+#lsi.15 up up
 #lsi.1049327 up up
 #lsi.1049825 up up
 #lsi.1051220 up up
@@ -910,7 +911,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2015-07-13 09:48:29 CDT by andrew
+## Last commit: 2015-07-13 10:33:30 CDT by joel
 version 12.3R7.7;
 groups {
     re0 {
@@ -1324,16 +1325,6 @@
                 address 164.58.1.137/30;
             }
         }
-        unit 145 {
-            description "Canadian-Valley-VT-Elreno-FE-CIR0003865 CIR-DOWN-MIGRATING-TO-NEW-SOON [NO-MONITOR]";
-            vlan-id 145;
-            family inet {
-                mtu 1500;
-                sampling {
-                    input;
-                }
-            }
-        }
         unit 146 {
             description Canadian-Valley-Tech-Center-Mustang-CIR0003866;
             encapsulation vlan-vpls;
@@ -1602,7 +1593,7 @@
             family vpls;
         }
         unit 181 {
-            description "Canadian-Valley-Tech-Center-El Reno | CIR0003865";
+            description Canadian-Valley-Tech-Center-El-Reno-1G-CIR00018889;
             encapsulation vlan-vpls;
             vlan-tags outer 181 inner-range 100-600;
             native-inner-vlan-id 181;
@@ -2873,7 +2864,7 @@
             family vpls;
         }
         unit 1122 {
-            description "DHS-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
+            description "DHS-DATA-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
             vlan-id 1122;
             family inet {
                 mtu 9000;
@@ -2883,6 +2874,17 @@
                 address 10.119.52.0/31;
             }
         }
+        unit 1124 {
+            description "DHS-GUEST-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
+            vlan-id 1124;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                }
+                address 10.119.56.0/31;
+            }
+        }
         unit 5160 {
             description "VPLS-OMES-2516-CIR0005946 [NO-MONITOR]";
             encapsulation vlan-vpls;
@@ -3252,9 +3254,14 @@
             }
         }
         unit 520 {
-            description "Canadian-Valley-Tech-Center-El Reno | CIR0003865";
+            description Canadian-Valley-Tech-Center-El-Reno-1G-CIR00018889;
             vlan-id 520;
             family inet {
+                rpf-check;
+                policer {
+                    input 1G-POL;
+                    output 1G-POL;
+                }
                 sampling {
                     input;
                 }
@@ -6079,41 +6086,41 @@
             then reject;
         }
     }
-    policy-statement DHS-VRF-EXPORT {
+    policy-statement DHS-DATA-VRF-EXPORT {
         term 1 {
             from protocol static;
             then {
-                community add DHS-VPN;
+                community add DHS-DATA-VPN;
                 accept;
             }
         }
         term 2 {
             from protocol direct;
             then {
-                community add DHS-VPN;
+                community add DHS-DATA-VPN;
                 accept;
             }
         }
         term 3 {
             from protocol ospf;
             then {
-                community add DHS-VPN;
+                community add DHS-DATA-VPN;
                 accept;
             }
         }
         term 4 {
             from protocol bgp;
             then {
-                community add DHS-VPN;
+                community add DHS-DATA-VPN;
                 accept;
             }
         }
     }
-    policy-statement DHS-VRF-IMPORT {
+    policy-statement DHS-DATA-VRF-IMPORT {
         term 1 {
             from {
                 protocol bgp;
-                community DHS-VPN;
+                community DHS-DATA-VPN;
             }
             then accept;
         }
@@ -6121,6 +6128,48 @@
             then reject;
         }
     }
+    policy-statement DHS-GUEST-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add DHS-GUEST-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add DHS-GUEST-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add DHS-GUEST-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add DHS-GUEST-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement DHS-GUEST-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DHS-GUEST-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement DPS-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -6448,7 +6497,7 @@
             then reject;
         }
     }
-    policy-statement EBGP-OMES-DHS-EXPORT {
+    policy-statement EBGP-OMES-DHS-DATA-EXPORT {
         term REJECT-DEFAULT {
             from {
                 route-filter 0.0.0.0/0 exact;
@@ -6462,7 +6511,7 @@
             then reject;
         }
     }
-    policy-statement EBGP-OMES-DHS-IMPORT {
+    policy-statement EBGP-OMES-DHS-DATA-IMPORT {
         term ACCEPT-DEFAULT {
             from {
                 route-filter 0.0.0.0/0 exact;
@@ -6473,6 +6522,31 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-DHS-GUEST-EXPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-DHS-GUEST-IMPORT {
+        term ACCEPT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-OMES-DPS-EXPORT {
         term REJECT-DEFAULT {
             from {
@@ -7497,7 +7571,8 @@
     community 5078:40628 members 5078:40628;
     community 5078:64571 members 5078:64571;
     community 5078:8025 members 5078:8025;
-    community DHS-VPN members target:5078:2570;
+    community DHS-DATA-VPN members target:5078:2570;
+    community DHS-GUEST-VPN members target:5078:2571;
     community DPS-VPN members target:5078:2540;
     community Global-Prepend members 209:64603;
     community Level3-Prepend members 209:64563;
@@ -8699,34 +8774,62 @@
             }
         }
     }
-    DHS-L3VPN {
-        description DHS-L3VPN;
+    DHS-DATA-L3VPN {
+        description DHS-DATA-L3VPN;
         instance-type vrf;
         interface xe-1/0/0.1122;
         route-distinguisher 164.58.199.214:2570;
-        vrf-import DHS-VRF-IMPORT;
-        vrf-export DHS-VRF-EXPORT;
+        vrf-import DHS-DATA-VRF-IMPORT;
+        vrf-export DHS-DATA-VRF-EXPORT;
         vrf-target target:5078:2570;
         vrf-table-label;
         protocols {
-            inactive: bgp {
-                group EBGP-OMES-DHS {
+            bgp {
+                group EBGP-OMES-DHS-DATA {
                     type external;
                     family inet {
                         unicast;
                     }
                     local-as 64569 loops 3 no-prepend-global-as;
                     neighbor 10.119.52.1 {
-                        description "EBGP-DHS-L3VPN-TO-OMES-CIR0005942 [NO-MONITOR]";
-                        import EBGP-OMES-DHS-IMPORT;
+                        description "EBGP-DHS-DATA-L3VPN-TO-OMES-CIR000XXXX [NO-MONITOR]";
+                        import EBGP-OMES-DHS-DATA-IMPORT;
 #                        authentication-key <removed>;
-                        export EBGP-OMES-DHS-EXPORT;
+                        export EBGP-OMES-DHS-DATA-EXPORT;
                         peer-as 65018;
                     }
                 }
             }
         }
     }
+    DHS-GUEST-L3VPN {
+        description DHS-GUEST-L3VPN;
+        instance-type vrf;
+        interface xe-1/0/0.1124;
+        route-distinguisher 164.58.199.214:2571;
+        vrf-import DHS-GUEST-VRF-IMPORT;
+        vrf-export DHS-GUEST-VRF-EXPORT;
+        vrf-target target:5078:2571;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-DHS-GUEST {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    local-as 64569 loops 3 no-prepend-global-as;
+                    neighbor 10.119.56.1 {
+                        description "EBGP-DHS-GUEST-L3VPN-TO-OMES-CIR000XXXX [NO-MONITOR]";
+                        import EBGP-OMES-DHS-GUEST-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-DHS-GUEST-EXPORT;
+                        peer-as 65018;
+                    }
+                }
+            }
+        }
+    }
     DPS-L3VPN {
         description DPS-L3VPN;
         instance-type vrf;
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net	(revision 129066)
+++ configs/core1.lan-mx80.onenet.net	(working copy)
@@ -198,7 +198,7 @@
 # -rw-rw----  1 root  field   52711424 Jun 10 15:37 ifinfo.core.1
 # -rw-rw----  1 root  field   52711424 Jun 10 15:40 ifinfo.core.2
 # -rw-rw----  1 root  field   52711424 Jun 10 15:47 ifinfo.core.3
-# -rw-rw----  1 root  field   52711424 Jul 13 09:59 ifinfo.core.4
+# -rw-rw----  1 root  field   52711424 Jul 13 10:59 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Aug 13  2012 install/
 # -rw-r--r--  1 eng   field   99542994 May 30  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
 # -rw-r--r--  1 upgrades field 150276951 Aug 8   2014 jinstall-ppc-12.3R7.7-domestic-signed.tgz
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net	(revision 129066)
+++ configs/hub.tsb.onenet.net	(working copy)
@@ -200,7 +200,7 @@
 # -rw-rw----  1 root  field   51994624 Oct 24  2013 ifinfo.core.1
 # -rw-rw----  1 root  field   51974144 Oct 24  2013 ifinfo.core.2
 # -rw-rw----  1 root  field   52744192 Oct 24  2013 ifinfo.core.3
-# -rw-rw----  1 root  field   52727808 Jul 13 09:58 ifinfo.core.4
+# -rw-rw----  1 root  field   52727808 Jul 13 10:58 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Oct 12  2012 install/
 # -rw-rw----  1 root  field   33464320 Mar 3   2014 jdiameterd.core.0
 # -rw-r--r--  1 eng   field   99542994 Apr 23  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
Index: configs/hub.ida.onenet.net
===================================================================
--- configs/hub.ida.onenet.net	(revision 128878)
+++ configs/hub.ida.onenet.net	(working copy)
@@ -361,8 +361,8 @@
 #t1-2/0/3:22.0 up up
 #t1-2/0/3:23 up up
 #t1-2/0/3:23.0 up up
-#t1-2/0/3:24 up down
-#t1-2/0/3:24.0 up down
+#t1-2/0/3:24 up up
+#t1-2/0/3:24.0 up up
 #t1-2/0/3:25 up up
 #t1-2/0/3:25.0 up up
 #t1-2/0/3:26 up up
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net	(revision 129052)
+++ configs/core5.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit 
+#   2015-07-13 10:08:16 CDT by joel via cli commit synchronize
 #   2015-07-10 14:05:08 CDT by joel via cli commit synchronize
 #   2015-07-09 12:00:00 CDT by sean via cli commit confirmed, rollback in 4mins synchronize
 #   2015-07-09 11:45:05 CDT by sky via cli commit synchronize
 #   2015-07-09 11:44:27 CDT by sky via cli commit synchronize
 #   2015-07-01 13:34:39 CDT by sky via cli commit synchronize
-#   2015-07-01 13:33:11 CDT by sky via cli commit synchronize
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -389,7 +389,7 @@
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime 
 # System booted: 2014-09-20 01:27 CDT 
 # Protocols started: 2014-09-20 01:28 CDT 
-# Last configured: 2015-07-10 14:05 CDT  by joel
+# Last configured: 2015-07-13 10:08 CDT  by joel
 # 
 # {master}
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse 
@@ -668,7 +668,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration 
-## Last commit: 2015-07-10 14:05:08 CDT by joel
+## Last commit: 2015-07-13 10:08:16 CDT by joel
 version 12.3R7.7;
 groups {
     re0 {
@@ -2326,6 +2326,7 @@
             description "THUNDERBIRD-YOUTH-ACADEMY-50M-CIR0018888 [ORDERED]";
             vlan-id 195;
             family inet {
+                rpf-check;
                 policer {
                     input 50M-POL;
                     output 50M-POL;



More information about the Nocrancid mailing list