[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Mar 29 12:00:43 CDT 2012


Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net	(revision 29048)
+++ core3.okc-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE3-M120-RE0> show system commit 
+#   2012-03-29 11:43:32 CDT by jeremyt via cli commit synchronize
+#   2012-03-29 11:23:49 CDT by jeremyt via cli commit synchronize
+#   2012-03-29 11:20:32 CDT by jeremyt via cli commit synchronize
 #   2012-03-29 08:51:05 CDT by joel via cli commit synchronize
 #   2012-03-29 08:30:09 CDT by joel via cli commit confirmed, rollback in 10mins synchronize
 #   2012-03-28 17:31:27 CDT by admin via netconf commit synchronize
-#   2012-03-28 15:44:42 CDT by joe via cli commit synchronize
-#   2012-03-28 15:03:45 CDT by joe via cli commit synchronize
-#   2012-03-28 14:59:34 CDT by joe via cli commit synchronize
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -387,7 +387,7 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show system uptime 
 # System booted: 2011-04-16 20:36 CDT 
 # Protocols started: 2011-09-06 10:49 CDT 
-# Last configured: 2012-03-29 08:51 CDT  by joel
+# Last configured: 2012-03-29 11:43 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -865,8 +865,8 @@
 #t1-2/3/0:9:15.0 up up
 #t1-2/3/0:9:16 up up
 #t1-2/3/0:9:16.0 up up
-#t1-2/3/0:9:17 up up
-#t1-2/3/0:9:17.0 up up
+#t1-2/3/0:9:17 up down
+#t1-2/3/0:9:17.0 up down
 #t1-2/3/0:9:18 up up
 #t1-2/3/0:9:18.0 up up
 #t1-2/3/0:9:19 up up
@@ -1069,8 +1069,8 @@
 #t1-3/3/0:1:6.0 up up
 #t1-3/3/0:1:7 up up
 #t1-3/3/0:1:7.0 up up
-#t1-3/3/0:1:8 up down
-#t1-3/3/0:1:8.0 up down
+#t1-3/3/0:1:8 up up
+#t1-3/3/0:1:8.0 up up
 #t1-3/3/0:1:9 up up
 #t1-3/3/0:1:9.0 up up
 #t1-3/3/0:1:10 up up
@@ -2144,7 +2144,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2012-03-29 08:51:05 CDT by joel
+## Last commit: 2012-03-29 11:43:32 CDT by jeremyt
 version 10.4R2.6;
 groups {
     re0 {
@@ -2478,9 +2478,12 @@
         unit 0 {
             family inet {
                 filter {
-                    input FLOW-INFO;
-                    output RESIDENCE-HALL;
+                    output WEATHRFORD;
                 }
+                sampling {
+                    input;
+                    output;
+                }
                 address 164.58.244.113/30;
             }
             family mpls;
@@ -2560,9 +2563,12 @@
         unit 0 {
             family inet {
                 filter {
-                    input FLOW-INFO;
-                    output RESIDENCE-HALL;
+                    output WEATHRFORD;
                 }
+                sampling {
+                    input;
+                    output;
+                }
                 address 164.58.245.117/30;
             }
             family mpls;
@@ -9841,6 +9847,10 @@
         164.58.169.252/32;
         164.58.169.253/32;
     }
+    prefix-list WEATHRFORD {
+        164.58.46.0/24;
+        164.58.59.0/24;
+    }
     policy-statement EBGP-OECU-IMPORT {
         term STEP-1 {
             then {
@@ -10229,6 +10239,13 @@
         }
         then forwarding-class scavenger;
     }
+    policer WEATHRFORD-POL {
+        if-exceeding {
+            bandwidth-percent 60;
+            burst-size-limit 1500;
+        }
+        then forwarding-class scavenger;
+    }
     filter VIDEO-FLOW {
         interface-specific;
         term 1 {
@@ -10325,5 +10342,23 @@
             then accept;
         }
     }
+    filter WEATHRFORD {
+        interface-specific;
+        term 1 {
+            from {
+                destination-prefix-list {
+                    WEATHRFORD;
+                }
+                protocol tcp;
+            }
+            then {
+                policer WEATHRFORD-POL;
+                accept;
+            }
+        }
+        term accept {
+            then accept;
+        }
+    }
 }
 {master}


More information about the Nocrancid mailing list